#A8BD49
A medium, moderate yellow closely aligning with Yellowgreen.
About #A8BD49
The precise color #A8BD49 is an excellent choice for modern design projects. Its closest recognized web color is Yellowgreen. Its digital footprint relies on 168 parts red, 189 parts green, and 73 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 11% Cyan, 0% Magenta, 61% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8BD49
RGB168, 189, 73
HSL70.9°, 46.8%, 51.4%
CMYK11%, 0%, 61%, 26%
HSV70.9°, 61.4%, 74.1%
LAB73.0, -23.5, 54.6
XYZ35.5, 45.2, 13.2
Decimal11058505
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.09:1
Text on #FFFFFF
FAIL
10.04:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8BD49;
}
.text-color {
color: #A8BD49;
}
.border-color {
border: 2px solid #A8BD49;
}