Shades of Earls Green #BDB21B
Tints of Earls Green #BDB21B
RGB
CMYK
RGB Variations
Color information
#BDB21B (or 0xBDB21B) is known color: Earls Green. HEX triplet: BD, B2 and 1B. RGB value is (189,178,27). Sum of RGB (Red+Green+Blue) = 189+178+27=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB21B is #424DE4. Grayscale: #A4A4A4. Windows color (decimal): -4345317 or 1815229. OLE color: 1815229.
HSL color Cylindrical-coordinate representation of color #BDB21B: hue angle of 55.93º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDB21B is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 27 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.26 |
| HSL | 55.93º | 0.75% | 0.42% | - |
| HSV(B) | 55.93º | 0.86% | 0.74% | - |
| XYZ | 37.1 | 42.74 | 7.33 | - |
| YUV | 164.08 | 50.64 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 27 | 0 | 0.06 | 0.86 | 0.26 | 55.93 | 0.75 | 0.42 |
| Hex | BD | B2 | 1B | 0 | 6 | 56 | 1A | 38 | 4B | 2A |
| Octal | 275 | 262 | 33 | 0 | 6 | 126 | 32 | 70 | 113 | 52 |
| Binary | 10111101 | 10110010 | 11011 | 0 | 110 | 1010110 | 11010 | 111000 | 1001011 | 101010 |
Color Harmonies of #BDB21B
Complementary color
Monochromatic Colors of #BDB21B
Black with #BDB21B
Text Example
Text Example
White with #BDB21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB21B; }
p { color: rgb(189,178,27); }
H1.HeaderClassName
{
color: #BDB21B;
}
.AnyTagClassName
{
color: #BDB21B;
}
</style>
background-color css
<style>
a { background-color: #BDB21B; }
a { background-color: rgb(189,178,27); }
div.DivClassName
{
background-color: #BDB21B;
}
.BgClassName
{
background-color: #BDB21B;
}
</style>
border-color css
<style>
span { border-color: #BDB21B; }
span { border-color: rgb(189,178,27); }
td.TdClassName
{
border-color: #BDB21B;
}
.TagClassName
{
border-color: #BDB21B;
}
</style>