Shades of Earls Green #BDB124
Tints of Earls Green #BDB124
RGB
CMYK
RGB Variations
Color information
#BDB124 (or 0xBDB124) is known color: Earls Green. HEX triplet: BD, B1 and 24. RGB value is (189,177,36). Sum of RGB (Red+Green+Blue) = 189+177+36=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB124 is #424EDB. Grayscale: #A5A5A5. Windows color (decimal): -4345564 or 2404797. OLE color: 2404797.
HSL color Cylindrical-coordinate representation of color #BDB124: hue angle of 55.29º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDB124 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 36 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.26 |
| HSL | 55.29º | 0.68% | 0.44% | - |
| HSV(B) | 55.29º | 0.81% | 0.74% | - |
| XYZ | 37.03 | 42.39 | 7.9 | - |
| YUV | 164.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 36 | 0 | 0.06 | 0.81 | 0.26 | 55.29 | 0.68 | 0.44 |
| Hex | BD | B1 | 24 | 0 | 6 | 51 | 1A | 37 | 44 | 2C |
| Octal | 275 | 261 | 44 | 0 | 6 | 121 | 32 | 67 | 104 | 54 |
| Binary | 10111101 | 10110001 | 100100 | 0 | 110 | 1010001 | 11010 | 110111 | 1000100 | 101100 |
Color Harmonies of #BDB124
Complementary color
Monochromatic Colors of #BDB124
Black with #BDB124
Text Example
Text Example
White with #BDB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB124; }
p { color: rgb(189,177,36); }
H1.HeaderClassName
{
color: #BDB124;
}
.AnyTagClassName
{
color: #BDB124;
}
</style>
background-color css
<style>
a { background-color: #BDB124; }
a { background-color: rgb(189,177,36); }
div.DivClassName
{
background-color: #BDB124;
}
.BgClassName
{
background-color: #BDB124;
}
</style>
border-color css
<style>
span { border-color: #BDB124; }
span { border-color: rgb(189,177,36); }
td.TdClassName
{
border-color: #BDB124;
}
.TagClassName
{
border-color: #BDB124;
}
</style>