Shades of Earls Green #BDA91E
Tints of Earls Green #BDA91E
RGB
CMYK
RGB Variations
Color information
#BDA91E (or 0xBDA91E) is known color: Earls Green. HEX triplet: BD, A9 and 1E. RGB value is (189,169,30). Sum of RGB (Red+Green+Blue) = 189+169+30=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA91E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA91E is #4256E1. Grayscale: #9F9F9F. Windows color (decimal): -4347618 or 2009533. OLE color: 2009533.
HSL color Cylindrical-coordinate representation of color #BDA91E: hue angle of 52.45º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDA91E is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 30 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.26 |
| HSL | 52.45º | 0.73% | 0.43% | - |
| HSV(B) | 52.45º | 0.84% | 0.74% | - |
| XYZ | 35.41 | 39.29 | 6.95 | - |
| YUV | 159.13 | 55.13 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 30 | 0 | 0.11 | 0.84 | 0.26 | 52.45 | 0.73 | 0.43 |
| Hex | BD | A9 | 1E | 0 | B | 54 | 1A | 34 | 49 | 2B |
| Octal | 275 | 251 | 36 | 0 | 13 | 124 | 32 | 64 | 111 | 53 |
| Binary | 10111101 | 10101001 | 11110 | 0 | 1011 | 1010100 | 11010 | 110100 | 1001001 | 101011 |
Color Harmonies of #BDA91E
Complementary color
Monochromatic Colors of #BDA91E
Black with #BDA91E
Text Example
Text Example
White with #BDA91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA91E; }
p { color: rgb(189,169,30); }
H1.HeaderClassName
{
color: #BDA91E;
}
.AnyTagClassName
{
color: #BDA91E;
}
</style>
background-color css
<style>
a { background-color: #BDA91E; }
a { background-color: rgb(189,169,30); }
div.DivClassName
{
background-color: #BDA91E;
}
.BgClassName
{
background-color: #BDA91E;
}
</style>
border-color css
<style>
span { border-color: #BDA91E; }
span { border-color: rgb(189,169,30); }
td.TdClassName
{
border-color: #BDA91E;
}
.TagClassName
{
border-color: #BDA91E;
}
</style>