Shades of Earls Green #BDA92C
Tints of Earls Green #BDA92C
RGB
CMYK
RGB Variations
Color information
#BDA92C (or 0xBDA92C) is known color: Earls Green. HEX triplet: BD, A9 and 2C. RGB value is (189,169,44). Sum of RGB (Red+Green+Blue) = 189+169+44=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA92C is #4256D3. Grayscale: #A1A1A1. Windows color (decimal): -4347604 or 2927037. OLE color: 2927037.
HSL color Cylindrical-coordinate representation of color #BDA92C: hue angle of 51.72º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDA92C is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 44 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.26 |
| HSL | 51.72º | 0.62% | 0.46% | - |
| HSV(B) | 51.72º | 0.77% | 0.74% | - |
| XYZ | 35.63 | 39.38 | 8.11 | - |
| YUV | 160.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 44 | 0 | 0.11 | 0.77 | 0.26 | 51.72 | 0.62 | 0.46 |
| Hex | BD | A9 | 2C | 0 | B | 4D | 1A | 34 | 3E | 2E |
| Octal | 275 | 251 | 54 | 0 | 13 | 115 | 32 | 64 | 76 | 56 |
| Binary | 10111101 | 10101001 | 101100 | 0 | 1011 | 1001101 | 11010 | 110100 | 111110 | 101110 |
Color Harmonies of #BDA92C
Complementary color
Monochromatic Colors of #BDA92C
Black with #BDA92C
Text Example
Text Example
White with #BDA92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA92C; }
p { color: rgb(189,169,44); }
H1.HeaderClassName
{
color: #BDA92C;
}
.AnyTagClassName
{
color: #BDA92C;
}
</style>
background-color css
<style>
a { background-color: #BDA92C; }
a { background-color: rgb(189,169,44); }
div.DivClassName
{
background-color: #BDA92C;
}
.BgClassName
{
background-color: #BDA92C;
}
</style>
border-color css
<style>
span { border-color: #BDA92C; }
span { border-color: rgb(189,169,44); }
td.TdClassName
{
border-color: #BDA92C;
}
.TagClassName
{
border-color: #BDA92C;
}
</style>