#8A992C
A dark, moderate yellow closely aligning with Olivedrab.
About #8A992C
At its core, #8A992C is a dark and moderate hue. It is closely associated with the named CSS color Olivedrab. In the RGB color space, it consists of 138 red, 153 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 10% C, 0% M, 71% Y, and 40% K. The HSL representation is 68.3° hue, 55.3% saturation, and 38.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A992C
RGB138, 153, 44
HSL68.3°, 55.3%, 38.6%
CMYK10%, 0%, 71%, 40%
HSV68.3°, 71.2%, 60.0%
LAB60.2, -20.0, 52.5
XYZ22.3, 28.4, 6.7
Decimal9083180
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.67:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A992C;
}
.text-color {
color: #8A992C;
}
.border-color {
border: 2px solid #8A992C;
}