Shades of Earls Green #BDA81B
Tints of Earls Green #BDA81B
RGB
CMYK
RGB Variations
Color information
#BDA81B (or 0xBDA81B) is known color: Earls Green. HEX triplet: BD, A8 and 1B. RGB value is (189,168,27). Sum of RGB (Red+Green+Blue) = 189+168+27=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA81B is #4257E4. Grayscale: #9E9E9E. Windows color (decimal): -4347877 or 1812669. OLE color: 1812669.
HSL color Cylindrical-coordinate representation of color #BDA81B: hue angle of 52.22º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDA81B is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 27 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.26 |
| HSL | 52.22º | 0.75% | 0.42% | - |
| HSV(B) | 52.22º | 0.86% | 0.74% | - |
| XYZ | 35.19 | 38.9 | 6.69 | - |
| YUV | 158.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 27 | 0 | 0.11 | 0.86 | 0.26 | 52.22 | 0.75 | 0.42 |
| Hex | BD | A8 | 1B | 0 | B | 56 | 1A | 34 | 4B | 2A |
| Octal | 275 | 250 | 33 | 0 | 13 | 126 | 32 | 64 | 113 | 52 |
| Binary | 10111101 | 10101000 | 11011 | 0 | 1011 | 1010110 | 11010 | 110100 | 1001011 | 101010 |
Color Harmonies of #BDA81B
Complementary color
Monochromatic Colors of #BDA81B
Black with #BDA81B
Text Example
Text Example
White with #BDA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA81B; }
p { color: rgb(189,168,27); }
H1.HeaderClassName
{
color: #BDA81B;
}
.AnyTagClassName
{
color: #BDA81B;
}
</style>
background-color css
<style>
a { background-color: #BDA81B; }
a { background-color: rgb(189,168,27); }
div.DivClassName
{
background-color: #BDA81B;
}
.BgClassName
{
background-color: #BDA81B;
}
</style>
border-color css
<style>
span { border-color: #BDA81B; }
span { border-color: rgb(189,168,27); }
td.TdClassName
{
border-color: #BDA81B;
}
.TagClassName
{
border-color: #BDA81B;
}
</style>