#8A8A2C
A dark, moderate yellow closely aligning with Olive.
About #8A8A2C
At its core, #8A8A2C is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Olive. Its digital footprint relies on 138 parts red, 138 parts green, and 44 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 0% magenta, 68% yellow, and 46% black. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8A8A2C
RGB138, 138, 44
HSL60.0°, 51.6%, 35.7%
CMYK0%, 0%, 68%, 46%
HSV60.0°, 68.1%, 54.1%
LAB55.8, -12.2, 48.1
XYZ20.0, 23.8, 5.9
Decimal9079340
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.65:1
Text on #FFFFFF
AA Large
5.75:1
Text on #000000
AA
3.49:1
Text on #F8FAFC
AA Large
4.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A8A2C;
}
.text-color {
color: #8A8A2C;
}
.border-color {
border: 2px solid #8A8A2C;
}