Shades of Earls Green #BDAC1D
Tints of Earls Green #BDAC1D
RGB
CMYK
RGB Variations
Color information
#BDAC1D (or 0xBDAC1D) is known color: Earls Green. HEX triplet: BD, AC and 1D. RGB value is (189,172,29). Sum of RGB (Red+Green+Blue) = 189+172+29=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC1D is #4253E2. Grayscale: #A1A1A1. Windows color (decimal): -4346851 or 1944765. OLE color: 1944765.
HSL color Cylindrical-coordinate representation of color #BDAC1D: hue angle of 53.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDAC1D is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 29 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.26 |
| HSL | 53.63º | 0.73% | 0.43% | - |
| HSV(B) | 53.63º | 0.85% | 0.74% | - |
| XYZ | 35.96 | 40.41 | 7.07 | - |
| YUV | 160.78 | 53.63 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 29 | 0 | 0.09 | 0.85 | 0.26 | 53.63 | 0.73 | 0.43 |
| Hex | BD | AC | 1D | 0 | 9 | 55 | 1A | 36 | 49 | 2B |
| Octal | 275 | 254 | 35 | 0 | 11 | 125 | 32 | 66 | 111 | 53 |
| Binary | 10111101 | 10101100 | 11101 | 0 | 1001 | 1010101 | 11010 | 110110 | 1001001 | 101011 |
Color Harmonies of #BDAC1D
Complementary color
Monochromatic Colors of #BDAC1D
Black with #BDAC1D
Text Example
Text Example
White with #BDAC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC1D; }
p { color: rgb(189,172,29); }
H1.HeaderClassName
{
color: #BDAC1D;
}
.AnyTagClassName
{
color: #BDAC1D;
}
</style>
background-color css
<style>
a { background-color: #BDAC1D; }
a { background-color: rgb(189,172,29); }
div.DivClassName
{
background-color: #BDAC1D;
}
.BgClassName
{
background-color: #BDAC1D;
}
</style>
border-color css
<style>
span { border-color: #BDAC1D; }
span { border-color: rgb(189,172,29); }
td.TdClassName
{
border-color: #BDAC1D;
}
.TagClassName
{
border-color: #BDAC1D;
}
</style>