#A0B642
A medium, moderate yellow closely aligning with Olivedrab.
About #A0B642
The hex code #A0B642 represents a beautifully specific shade of yellow. Its closest recognized web color is Olivedrab. In the RGB color space, it consists of 160 red, 182 green, and 66 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 12% C, 0% M, 64% Y, and 29% K. The HSL representation is 71.4° hue, 46.8% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0B642
RGB160, 182, 66
HSL71.4°, 46.8%, 48.6%
CMYK12%, 0%, 64%, 29%
HSV71.4°, 63.7%, 71.4%
LAB70.4, -23.8, 54.6
XYZ32.2, 41.3, 11.4
Decimal10532418
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.26:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B642;
}
.text-color {
color: #A0B642;
}
.border-color {
border: 2px solid #A0B642;
}