#BDC542
A medium, moderate yellow closely aligning with Yellowgreen.
About #BDC542
At its core, #BDC542 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 189 parts red, 197 parts green, and 66 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 4% cyan and 0% magenta inks. The HSL representation is 63.7° hue, 53.0% saturation, and 51.6% lightness.
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#BDC542
RGB189, 197, 66
HSL63.7°, 53.0%, 51.6%
CMYK4%, 0%, 66%, 23%
HSV63.7°, 66.5%, 77.3%
LAB76.8, -19.2, 61.9
XYZ41.9, 51.1, 12.8
Decimal12436802
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.23:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDC542;
}
.text-color {
color: #BDC542;
}
.border-color {
border: 2px solid #BDC542;
}