Shades of Earls Green #BDAC0D
Tints of Earls Green #BDAC0D
RGB
CMYK
RGB Variations
Color information
#BDAC0D (or 0xBDAC0D) is known color: Earls Green. HEX triplet: BD, AC and 0D. RGB value is (189,172,13). Sum of RGB (Red+Green+Blue) = 189+172+13=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAC0D is #4253F2. Grayscale: #9F9F9F. Windows color (decimal): -4346867 or 896189. OLE color: 896189.
HSL color Cylindrical-coordinate representation of color #BDAC0D: hue angle of 54.2º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDAC0D is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 13 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.26 |
| HSL | 54.2º | 0.87% | 0.4% | - |
| HSV(B) | 54.2º | 0.93% | 0.74% | - |
| XYZ | 35.81 | 40.35 | 6.28 | - |
| YUV | 158.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 13 | 0 | 0.09 | 0.93 | 0.26 | 54.2 | 0.87 | 0.4 |
| Hex | BD | AC | D | 0 | 9 | 5D | 1A | 36 | 57 | 28 |
| Octal | 275 | 254 | 15 | 0 | 11 | 135 | 32 | 66 | 127 | 50 |
| Binary | 10111101 | 10101100 | 1101 | 0 | 1001 | 1011101 | 11010 | 110110 | 1010111 | 101000 |
Color Harmonies of #BDAC0D
Complementary color
Monochromatic Colors of #BDAC0D
Black with #BDAC0D
Text Example
Text Example
White with #BDAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC0D; }
p { color: rgb(189,172,13); }
H1.HeaderClassName
{
color: #BDAC0D;
}
.AnyTagClassName
{
color: #BDAC0D;
}
</style>
background-color css
<style>
a { background-color: #BDAC0D; }
a { background-color: rgb(189,172,13); }
div.DivClassName
{
background-color: #BDAC0D;
}
.BgClassName
{
background-color: #BDAC0D;
}
</style>
border-color css
<style>
span { border-color: #BDAC0D; }
span { border-color: rgb(189,172,13); }
td.TdClassName
{
border-color: #BDAC0D;
}
.TagClassName
{
border-color: #BDAC0D;
}
</style>