Shades of Earls Green #BDA818
Tints of Earls Green #BDA818
RGB
CMYK
RGB Variations
Color information
#BDA818 (or 0xBDA818) is known color: Earls Green. HEX triplet: BD, A8 and 18. RGB value is (189,168,24). Sum of RGB (Red+Green+Blue) = 189+168+24=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA818 is #4257E7. Grayscale: #9E9E9E. Windows color (decimal): -4347880 or 1616061. OLE color: 1616061.
HSL color Cylindrical-coordinate representation of color #BDA818: hue angle of 52.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDA818 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 24 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.26 |
| HSL | 52.36º | 0.77% | 0.42% | - |
| HSV(B) | 52.36º | 0.87% | 0.74% | - |
| XYZ | 35.15 | 38.89 | 6.52 | - |
| YUV | 157.86 | 52.46 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 24 | 0 | 0.11 | 0.87 | 0.26 | 52.36 | 0.77 | 0.42 |
| Hex | BD | A8 | 18 | 0 | B | 57 | 1A | 34 | 4D | 2A |
| Octal | 275 | 250 | 30 | 0 | 13 | 127 | 32 | 64 | 115 | 52 |
| Binary | 10111101 | 10101000 | 11000 | 0 | 1011 | 1010111 | 11010 | 110100 | 1001101 | 101010 |
Color Harmonies of #BDA818
Complementary color
Monochromatic Colors of #BDA818
Black with #BDA818
Text Example
Text Example
White with #BDA818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA818; }
p { color: rgb(189,168,24); }
H1.HeaderClassName
{
color: #BDA818;
}
.AnyTagClassName
{
color: #BDA818;
}
</style>
background-color css
<style>
a { background-color: #BDA818; }
a { background-color: rgb(189,168,24); }
div.DivClassName
{
background-color: #BDA818;
}
.BgClassName
{
background-color: #BDA818;
}
</style>
border-color css
<style>
span { border-color: #BDA818; }
span { border-color: rgb(189,168,24); }
td.TdClassName
{
border-color: #BDA818;
}
.TagClassName
{
border-color: #BDA818;
}
</style>