Shades of Earls Green #BDA816
Tints of Earls Green #BDA816
RGB
CMYK
RGB Variations
Color information
#BDA816 (or 0xBDA816) is known color: Earls Green. HEX triplet: BD, A8 and 16. RGB value is (189,168,22). Sum of RGB (Red+Green+Blue) = 189+168+22=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA816 is #4257E9. Grayscale: #9E9E9E. Windows color (decimal): -4347882 or 1484989. OLE color: 1484989.
HSL color Cylindrical-coordinate representation of color #BDA816: hue angle of 52.46º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDA816 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 22 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.26 |
| HSL | 52.46º | 0.79% | 0.41% | - |
| HSV(B) | 52.46º | 0.88% | 0.74% | - |
| XYZ | 35.13 | 38.88 | 6.41 | - |
| YUV | 157.64 | 51.46 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 22 | 0 | 0.11 | 0.88 | 0.26 | 52.46 | 0.79 | 0.41 |
| Hex | BD | A8 | 16 | 0 | B | 58 | 1A | 34 | 4F | 29 |
| Octal | 275 | 250 | 26 | 0 | 13 | 130 | 32 | 64 | 117 | 51 |
| Binary | 10111101 | 10101000 | 10110 | 0 | 1011 | 1011000 | 11010 | 110100 | 1001111 | 101001 |
Color Harmonies of #BDA816
Complementary color
Monochromatic Colors of #BDA816
Black with #BDA816
Text Example
Text Example
White with #BDA816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA816; }
p { color: rgb(189,168,22); }
H1.HeaderClassName
{
color: #BDA816;
}
.AnyTagClassName
{
color: #BDA816;
}
</style>
background-color css
<style>
a { background-color: #BDA816; }
a { background-color: rgb(189,168,22); }
div.DivClassName
{
background-color: #BDA816;
}
.BgClassName
{
background-color: #BDA816;
}
</style>
border-color css
<style>
span { border-color: #BDA816; }
span { border-color: rgb(189,168,22); }
td.TdClassName
{
border-color: #BDA816;
}
.TagClassName
{
border-color: #BDA816;
}
</style>