Shades of Earls Green #BDA812
Tints of Earls Green #BDA812
RGB
CMYK
RGB Variations
Color information
#BDA812 (or 0xBDA812) is known color: Earls Green. HEX triplet: BD, A8 and 12. RGB value is (189,168,18). Sum of RGB (Red+Green+Blue) = 189+168+18=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA812 is #4257ED. Grayscale: #9D9D9D. Windows color (decimal): -4347886 or 1222845. OLE color: 1222845.
HSL color Cylindrical-coordinate representation of color #BDA812: hue angle of 52.63º 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 #BDA812 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 18 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.26 |
| HSL | 52.63º | 0.83% | 0.41% | - |
| HSV(B) | 52.63º | 0.9% | 0.74% | - |
| XYZ | 35.1 | 38.87 | 6.22 | - |
| YUV | 157.18 | 49.46 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 18 | 0 | 0.11 | 0.90 | 0.26 | 52.63 | 0.83 | 0.41 |
| Hex | BD | A8 | 12 | 0 | B | 5A | 1A | 35 | 53 | 29 |
| Octal | 275 | 250 | 22 | 0 | 13 | 132 | 32 | 65 | 123 | 51 |
| Binary | 10111101 | 10101000 | 10010 | 0 | 1011 | 1011010 | 11010 | 110101 | 1010011 | 101001 |
Color Harmonies of #BDA812
Complementary color
Monochromatic Colors of #BDA812
Black with #BDA812
Text Example
Text Example
White with #BDA812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA812; }
p { color: rgb(189,168,18); }
H1.HeaderClassName
{
color: #BDA812;
}
.AnyTagClassName
{
color: #BDA812;
}
</style>
background-color css
<style>
a { background-color: #BDA812; }
a { background-color: rgb(189,168,18); }
div.DivClassName
{
background-color: #BDA812;
}
.BgClassName
{
background-color: #BDA812;
}
</style>
border-color css
<style>
span { border-color: #BDA812; }
span { border-color: rgb(189,168,18); }
td.TdClassName
{
border-color: #BDA812;
}
.TagClassName
{
border-color: #BDA812;
}
</style>