Shades of Earls Green #BDA924
Tints of Earls Green #BDA924
RGB
CMYK
RGB Variations
Color information
#BDA924 (or 0xBDA924) is known color: Earls Green. HEX triplet: BD, A9 and 24. RGB value is (189,169,36). Sum of RGB (Red+Green+Blue) = 189+169+36=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA924 is #4256DB. Grayscale: #A0A0A0. Windows color (decimal): -4347612 or 2402749. OLE color: 2402749.
HSL color Cylindrical-coordinate representation of color #BDA924: hue angle of 52.16º 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 #BDA924 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 36 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.26 |
| HSL | 52.16º | 0.68% | 0.44% | - |
| HSV(B) | 52.16º | 0.81% | 0.74% | - |
| XYZ | 35.49 | 39.32 | 7.39 | - |
| YUV | 159.82 | 58.13 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 36 | 0 | 0.11 | 0.81 | 0.26 | 52.16 | 0.68 | 0.44 |
| Hex | BD | A9 | 24 | 0 | B | 51 | 1A | 34 | 44 | 2C |
| Octal | 275 | 251 | 44 | 0 | 13 | 121 | 32 | 64 | 104 | 54 |
| Binary | 10111101 | 10101001 | 100100 | 0 | 1011 | 1010001 | 11010 | 110100 | 1000100 | 101100 |
Color Harmonies of #BDA924
Complementary color
Monochromatic Colors of #BDA924
Black with #BDA924
Text Example
Text Example
White with #BDA924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA924; }
p { color: rgb(189,169,36); }
H1.HeaderClassName
{
color: #BDA924;
}
.AnyTagClassName
{
color: #BDA924;
}
</style>
background-color css
<style>
a { background-color: #BDA924; }
a { background-color: rgb(189,169,36); }
div.DivClassName
{
background-color: #BDA924;
}
.BgClassName
{
background-color: #BDA924;
}
</style>
border-color css
<style>
span { border-color: #BDA924; }
span { border-color: rgb(189,169,36); }
td.TdClassName
{
border-color: #BDA924;
}
.TagClassName
{
border-color: #BDA924;
}
</style>