#BDC550
A medium, moderate yellow closely aligning with Darkkhaki.
About #BDC550
The precise color #BDC550 is an excellent choice for modern design projects. Designers often compare it to the standard color Darkkhaki. This translates to an RGB value of rgb(189, 197, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 4% C, 0% M, 59% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDC550
RGB189, 197, 80
HSL64.1°, 50.2%, 54.3%
CMYK4%, 0%, 59%, 23%
HSV64.1°, 59.4%, 77.3%
LAB76.9, -18.3, 56.2
XYZ42.4, 51.3, 15.3
Decimal12436816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.27:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDC550;
}
.text-color {
color: #BDC550;
}
.border-color {
border: 2px solid #BDC550;
}