#8A922C
A dark, moderate yellow closely aligning with Olive.
About #8A922C
Visually, #8A922C is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Olive. Its digital footprint relies on 138 parts red, 146 parts green, and 44 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 5% C, 0% M, 70% Y, and 43% K. With a hue angle of 64.7 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A922C
RGB138, 146, 44
HSL64.7°, 53.7%, 37.3%
CMYK5%, 0%, 70%, 43%
HSV64.7°, 69.9%, 57.3%
LAB58.2, -16.4, 50.5
XYZ21.2, 26.1, 6.3
Decimal9081388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.23:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A922C;
}
.text-color {
color: #8A922C;
}
.border-color {
border: 2px solid #8A922C;
}