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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#85BB65
Base
#9B65BB
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#85BB65
Base
#B0BB65
#65BB70
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#85BB65
Base
#6585BB
#BB6585
Two colors flanking the complement — high contrast with less tension than full complementary.
#85BB65
Base
#7065BB
#BB65B0
Four colors at 90° intervals — rich variety, best when one color dominates.
#85BB65
Base
#65B0BB
#9B65BB
#BB7065
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#85BB65
Base
#3D5E29
#5F9341
#6FAB4C
#9BC781
#AFD29A
#D9EACF
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
#85BB65
Base
#9BC780
#B0D39C
#C6DFB7
#DBEBD2
#F1F7ED
Ready-to-use code snippets for #85BB65. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #85BB65;
}
/* Text */
.element {
color: #85BB65;
}
/* Border */
.element {
border: 1px solid #85BB65;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#85BB65,
#C39CDA
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#85BB65,
#C39CDA
);
}
// 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);
}
How Dollar Bill appears to people with different types of color vision deficiency.
#85BB65
How the color appears with full color vision.
#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.
#B6B665
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#91B3B3
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#ACACAC
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.