Dollar Bill (#85BB65)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 2.26:1 — vs black: 9.29:1

Color values

  • HEX #85BB65
  • RGB rgb(133, 187, 101)
  • HSL hsl(97, 45%, 73%)
  • CMYK cmyk( 28.88, 0, 45.99, 26.67 )
  • Websafe #99CC66

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #85BB65 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Dollar Bill
#85BB65 Base
#9B65BB
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Dollar Bill
#85BB65 Base
#B0BB65
#65BB70
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Dollar Bill
#85BB65 Base
#6585BB
#BB6585
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Dollar Bill
#85BB65 Base
#7065BB
#BB65B0
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Dollar Bill
#85BB65 Base
#65B0BB
#9B65BB
#BB7065
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Dollar Bill
#85BB65 Base
#3D5E29
#5F9341
#6FAB4C
#9BC781
#AFD29A
#D9EACF
Shades & Tints

Darker shades and lighter tints of Dollar Bill, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#0B1208
#233618
#3B5B28
#527F38
#6AA348
Dollar Bill #85BB65 Base
#9BC780
#B0D39C
#C6DFB7
#DBEBD2
#F1F7ED
CSS & SCSS Snippets

Ready-to-use code snippets for #85BB65. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #85BB65;
}

/* Text */
.element {
    color: #85BB65;
}

/* Border */
.element {
    border: 1px solid #85BB65;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #85BB65,
        #C39CDA
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #85BB65,
        #C39CDA
    );
}
SCSS Variable
// SCSS variable
$dollar-bill: #85BB65;

// With RGB channels (useful for rgba() usage)
$dollar-bill-r: 133;
$dollar-bill-g: 187;
$dollar-bill-b: 101;

// Usage
.element {
    background-color: $dollar-bill;
    color: rgba($dollar-bill-r, $dollar-bill-g, $dollar-bill-b, 0.8);
}
Color Blindness Simulation

How Dollar Bill appears to people with different types of color vision deficiency.

Normal Vision #85BB65 How the color appears with full color vision.
Deuteranopia #AEAE67 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #B6B665 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #91B3B3 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #ACACAC Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Dollar Bill ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Dollar Bill #85BB65 Base
Bud Green #7BB661 ΔE 1.86
Pistachio #93C572 ΔE 3.05
Mantis #74C365 ΔE 3.65
Olivine #9AB973 ΔE 4.52

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.