Shades of Earls Green #BDA912
Tints of Earls Green #BDA912
RGB
CMYK
RGB Variations
Color information
#BDA912 (or 0xBDA912) is known color: Earls Green. HEX triplet: BD, A9 and 12. RGB value is (189,169,18). Sum of RGB (Red+Green+Blue) = 189+169+18=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA912 is #4256ED. Grayscale: #9E9E9E. Windows color (decimal): -4347630 or 1223101. OLE color: 1223101.
HSL color Cylindrical-coordinate representation of color #BDA912: hue angle of 52.98º degrees, saturation: 0.83, 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 #BDA912 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 18 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.26 |
| HSL | 52.98º | 0.83% | 0.41% | - |
| HSV(B) | 52.98º | 0.9% | 0.74% | - |
| XYZ | 35.28 | 39.24 | 6.29 | - |
| YUV | 157.77 | 49.13 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 18 | 0 | 0.11 | 0.90 | 0.26 | 52.98 | 0.83 | 0.41 |
| Hex | BD | A9 | 12 | 0 | B | 5A | 1A | 35 | 53 | 29 |
| Octal | 275 | 251 | 22 | 0 | 13 | 132 | 32 | 65 | 123 | 51 |
| Binary | 10111101 | 10101001 | 10010 | 0 | 1011 | 1011010 | 11010 | 110101 | 1010011 | 101001 |
Color Harmonies of #BDA912
Complementary color
Monochromatic Colors of #BDA912
Black with #BDA912
Text Example
Text Example
White with #BDA912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA912; }
p { color: rgb(189,169,18); }
H1.HeaderClassName
{
color: #BDA912;
}
.AnyTagClassName
{
color: #BDA912;
}
</style>
background-color css
<style>
a { background-color: #BDA912; }
a { background-color: rgb(189,169,18); }
div.DivClassName
{
background-color: #BDA912;
}
.BgClassName
{
background-color: #BDA912;
}
</style>
border-color css
<style>
span { border-color: #BDA912; }
span { border-color: rgb(189,169,18); }
td.TdClassName
{
border-color: #BDA912;
}
.TagClassName
{
border-color: #BDA912;
}
</style>