#8A8A49
A medium, moderate yellow closely aligning with Darkolivegreen.
About #8A8A49
Visually, #8A8A49 is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Darkolivegreen. Its digital footprint relies on 138 parts red, 138 parts green, and 73 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A8A49
RGB138, 138, 73
HSL60.0°, 30.8%, 41.4%
CMYK0%, 0%, 47%, 46%
HSV60.0°, 47.1%, 54.1%
LAB56.1, -9.8, 34.6
XYZ20.8, 24.1, 9.9
Decimal9079369
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.81:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A8A49;
}
.text-color {
color: #8A8A49;
}
.border-color {
border: 2px solid #8A8A49;
}