Shades of Earls Green #BDA913
Tints of Earls Green #BDA913
RGB
CMYK
RGB Variations
Color information
#BDA913 (or 0xBDA913) is known color: Earls Green. HEX triplet: BD, A9 and 13. RGB value is (189,169,19). Sum of RGB (Red+Green+Blue) = 189+169+19=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA913 is #4256EC. Grayscale: #9E9E9E. Windows color (decimal): -4347629 or 1288637. OLE color: 1288637.
HSL color Cylindrical-coordinate representation of color #BDA913: hue angle of 52.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDA913 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 19 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.26 |
| HSL | 52.94º | 0.82% | 0.41% | - |
| HSV(B) | 52.94º | 0.9% | 0.74% | - |
| XYZ | 35.29 | 39.24 | 6.33 | - |
| YUV | 157.88 | 49.63 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 19 | 0 | 0.11 | 0.90 | 0.26 | 52.94 | 0.82 | 0.41 |
| Hex | BD | A9 | 13 | 0 | B | 5A | 1A | 35 | 52 | 29 |
| Octal | 275 | 251 | 23 | 0 | 13 | 132 | 32 | 65 | 122 | 51 |
| Binary | 10111101 | 10101001 | 10011 | 0 | 1011 | 1011010 | 11010 | 110101 | 1010010 | 101001 |
Color Harmonies of #BDA913
Complementary color
Monochromatic Colors of #BDA913
Black with #BDA913
Text Example
Text Example
White with #BDA913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA913; }
p { color: rgb(189,169,19); }
H1.HeaderClassName
{
color: #BDA913;
}
.AnyTagClassName
{
color: #BDA913;
}
</style>
background-color css
<style>
a { background-color: #BDA913; }
a { background-color: rgb(189,169,19); }
div.DivClassName
{
background-color: #BDA913;
}
.BgClassName
{
background-color: #BDA913;
}
</style>
border-color css
<style>
span { border-color: #BDA913; }
span { border-color: rgb(189,169,19); }
td.TdClassName
{
border-color: #BDA913;
}
.TagClassName
{
border-color: #BDA913;
}
</style>