Shades of Earls Green #BDAC11
Tints of Earls Green #BDAC11
RGB
CMYK
RGB Variations
Color information
#BDAC11 (or 0xBDAC11) is known color: Earls Green. HEX triplet: BD, AC and 11. RGB value is (189,172,17). Sum of RGB (Red+Green+Blue) = 189+172+17=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAC11 is #4253EE. Grayscale: #A0A0A0. Windows color (decimal): -4346863 or 1158333. OLE color: 1158333.
HSL color Cylindrical-coordinate representation of color #BDAC11: hue angle of 54.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDAC11 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 17 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.26 |
| HSL | 54.07º | 0.83% | 0.4% | - |
| HSV(B) | 54.07º | 0.91% | 0.74% | - |
| XYZ | 35.84 | 40.36 | 6.43 | - |
| YUV | 159.41 | 47.63 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 17 | 0 | 0.09 | 0.91 | 0.26 | 54.07 | 0.83 | 0.4 |
| Hex | BD | AC | 11 | 0 | 9 | 5B | 1A | 36 | 53 | 28 |
| Octal | 275 | 254 | 21 | 0 | 11 | 133 | 32 | 66 | 123 | 50 |
| Binary | 10111101 | 10101100 | 10001 | 0 | 1001 | 1011011 | 11010 | 110110 | 1010011 | 101000 |
Color Harmonies of #BDAC11
Complementary color
Monochromatic Colors of #BDAC11
Black with #BDAC11
Text Example
Text Example
White with #BDAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC11; }
p { color: rgb(189,172,17); }
H1.HeaderClassName
{
color: #BDAC11;
}
.AnyTagClassName
{
color: #BDAC11;
}
</style>
background-color css
<style>
a { background-color: #BDAC11; }
a { background-color: rgb(189,172,17); }
div.DivClassName
{
background-color: #BDAC11;
}
.BgClassName
{
background-color: #BDAC11;
}
</style>
border-color css
<style>
span { border-color: #BDAC11; }
span { border-color: rgb(189,172,17); }
td.TdClassName
{
border-color: #BDAC11;
}
.TagClassName
{
border-color: #BDAC11;
}
</style>