#AFBD5F
A medium, moderate yellow closely aligning with Darkkhaki.
About #AFBD5F
Visually, #AFBD5F is defined as a moderate yellow. Designers often compare it to the standard color Darkkhaki. This translates to an RGB value of rgb(175, 189, 95).
Translating this color to physical media requires the CMYK color model. The color uses 7% Cyan, 0% Magenta, 50% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#AFBD5F
RGB175, 189, 95
HSL68.9°, 41.6%, 55.7%
CMYK7%, 0%, 50%, 26%
HSV68.9°, 49.7%, 74.1%
LAB73.8, -18.8, 45.5
XYZ37.9, 46.3, 17.8
Decimal11517279
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.27:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFBD5F;
}
.text-color {
color: #AFBD5F;
}
.border-color {
border: 2px solid #AFBD5F;
}