#99A066
A medium, muted yellow closely aligning with Darkkhaki.
About #99A066
Visually, #99A066 is defined as a muted yellow. If you're using CSS, you might find it aligns closely with Darkkhaki. In the RGB color space, it consists of 153 red, 160 green, and 102 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 4% Cyan, 0% Magenta, 36% Yellow, and 37% Black. With a hue angle of 67.2 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99A066
RGB153, 160, 102
HSL67.2°, 23.4%, 51.4%
CMYK4%, 0%, 36%, 37%
HSV67.2°, 36.2%, 62.7%
LAB64.1, -12.0, 29.4
XYZ28.1, 32.9, 17.4
Decimal10068070
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.77:1
Text on #FFFFFF
FAIL
7.57:1
Text on #000000
AAA
2.65:1
Text on #F8FAFC
FAIL
6.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99A066;
}
.text-color {
color: #99A066;
}
.border-color {
border: 2px solid #99A066;
}