Shades of Earls Green #BCAC0E
Tints of Earls Green #BCAC0E
RGB
CMYK
RGB Variations
Color information
#BCAC0E (or 0xBCAC0E) is known color: Earls Green. HEX triplet: BC, AC and 0E. RGB value is (188,172,14). Sum of RGB (Red+Green+Blue) = 188+172+14=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC0E is #4353F1. Grayscale: #9F9F9F. Windows color (decimal): -4412402 or 961724. OLE color: 961724.
HSL color Cylindrical-coordinate representation of color #BCAC0E: hue angle of 54.48º degrees, saturation: 0.86, 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 #BCAC0E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 14 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.26 |
| HSL | 54.48º | 0.86% | 0.4% | - |
| HSV(B) | 54.48º | 0.93% | 0.74% | - |
| XYZ | 35.57 | 40.23 | 6.31 | - |
| YUV | 158.77 | 46.3 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 14 | 0 | 0.09 | 0.93 | 0.26 | 54.48 | 0.86 | 0.4 |
| Hex | BC | AC | E | 0 | 9 | 5D | 1A | 36 | 56 | 28 |
| Octal | 274 | 254 | 16 | 0 | 11 | 135 | 32 | 66 | 126 | 50 |
| Binary | 10111100 | 10101100 | 1110 | 0 | 1001 | 1011101 | 11010 | 110110 | 1010110 | 101000 |
Color Harmonies of #BCAC0E
Complementary color
Monochromatic Colors of #BCAC0E
Black with #BCAC0E
Text Example
Text Example
White with #BCAC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC0E; }
p { color: rgb(188,172,14); }
H1.HeaderClassName
{
color: #BCAC0E;
}
.AnyTagClassName
{
color: #BCAC0E;
}
</style>
background-color css
<style>
a { background-color: #BCAC0E; }
a { background-color: rgb(188,172,14); }
div.DivClassName
{
background-color: #BCAC0E;
}
.BgClassName
{
background-color: #BCAC0E;
}
</style>
border-color css
<style>
span { border-color: #BCAC0E; }
span { border-color: rgb(188,172,14); }
td.TdClassName
{
border-color: #BCAC0E;
}
.TagClassName
{
border-color: #BCAC0E;
}
</style>