Shades of Earls Green #BDAC2C
Tints of Earls Green #BDAC2C
RGB
CMYK
RGB Variations
Color information
#BDAC2C (or 0xBDAC2C) is known color: Earls Green. HEX triplet: BD, AC and 2C. RGB value is (189,172,44). Sum of RGB (Red+Green+Blue) = 189+172+44=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC2C is #4253D3. Grayscale: #A3A3A3. Windows color (decimal): -4346836 or 2927805. OLE color: 2927805.
HSL color Cylindrical-coordinate representation of color #BDAC2C: hue angle of 52.97º 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 #BDAC2C is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 44 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.26 |
| HSL | 52.97º | 0.62% | 0.46% | - |
| HSV(B) | 52.97º | 0.77% | 0.74% | - |
| XYZ | 36.19 | 40.51 | 8.29 | - |
| YUV | 162.49 | 61.13 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 44 | 0 | 0.09 | 0.77 | 0.26 | 52.97 | 0.62 | 0.46 |
| Hex | BD | AC | 2C | 0 | 9 | 4D | 1A | 35 | 3E | 2E |
| Octal | 275 | 254 | 54 | 0 | 11 | 115 | 32 | 65 | 76 | 56 |
| Binary | 10111101 | 10101100 | 101100 | 0 | 1001 | 1001101 | 11010 | 110101 | 111110 | 101110 |
Color Harmonies of #BDAC2C
Complementary color
Monochromatic Colors of #BDAC2C
Black with #BDAC2C
Text Example
Text Example
White with #BDAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC2C; }
p { color: rgb(189,172,44); }
H1.HeaderClassName
{
color: #BDAC2C;
}
.AnyTagClassName
{
color: #BDAC2C;
}
</style>
background-color css
<style>
a { background-color: #BDAC2C; }
a { background-color: rgb(189,172,44); }
div.DivClassName
{
background-color: #BDAC2C;
}
.BgClassName
{
background-color: #BDAC2C;
}
</style>
border-color css
<style>
span { border-color: #BDAC2C; }
span { border-color: rgb(189,172,44); }
td.TdClassName
{
border-color: #BDAC2C;
}
.TagClassName
{
border-color: #BDAC2C;
}
</style>