#99B66D
A medium, moderate green closely aligning with Darkkhaki.
About #99B66D
The precise color #99B66D is an excellent choice for modern design projects. Designers often compare it to the standard color Darkkhaki. In the RGB color space, it consists of 153 red, 182 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 16% cyan, 0% magenta, 40% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99B66D
RGB153, 182, 109
HSL83.8°, 33.3%, 57.1%
CMYK16%, 0%, 40%, 29%
HSV83.8°, 40.1%, 71.4%
LAB70.4, -22.4, 33.9
XYZ32.6, 41.3, 20.7
Decimal10073709
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.27:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99B66D;
}
.text-color {
color: #99B66D;
}
.border-color {
border: 2px solid #99B66D;
}