#99A06D
A medium, muted yellow closely aligning with Darkkhaki.
About #99A06D
When working with digital screens, the color #99A06D is rendered by mixing light. Designers often compare it to the standard color Darkkhaki. Its digital footprint relies on 153 parts red, 160 parts green, and 109 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 4% C, 0% M, 32% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99A06D
RGB153, 160, 109
HSL68.2°, 21.2%, 52.7%
CMYK4%, 0%, 32%, 37%
HSV68.2°, 31.9%, 62.7%
LAB64.2, -11.0, 25.8
XYZ28.5, 33.0, 19.3
Decimal10068077
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.76:1
Text on #FFFFFF
FAIL
7.60:1
Text on #000000
AAA
2.64:1
Text on #F8FAFC
FAIL
6.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99A06D;
}
.text-color {
color: #99A06D;
}
.border-color {
border: 2px solid #99A06D;
}