Shades of Earls Green #BCAB0C
Tints of Earls Green #BCAB0C
RGB
CMYK
RGB Variations
Color information
#BCAB0C (or 0xBCAB0C) is known color: Earls Green. HEX triplet: BC, AB and 0C. RGB value is (188,171,12). Sum of RGB (Red+Green+Blue) = 188+171+12=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB0C is #4354F3. Grayscale: #9E9E9E. Windows color (decimal): -4412660 or 830396. OLE color: 830396.
HSL color Cylindrical-coordinate representation of color #BCAB0C: hue angle of 54.2º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCAB0C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 12 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.26 |
| HSL | 54.2º | 0.88% | 0.39% | - |
| HSV(B) | 54.2º | 0.94% | 0.74% | - |
| XYZ | 35.37 | 39.84 | 6.17 | - |
| YUV | 157.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 12 | 0 | 0.09 | 0.94 | 0.26 | 54.2 | 0.88 | 0.39 |
| Hex | BC | AB | C | 0 | 9 | 5E | 1A | 36 | 58 | 27 |
| Octal | 274 | 253 | 14 | 0 | 11 | 136 | 32 | 66 | 130 | 47 |
| Binary | 10111100 | 10101011 | 1100 | 0 | 1001 | 1011110 | 11010 | 110110 | 1011000 | 100111 |
Color Harmonies of #BCAB0C
Complementary color
Monochromatic Colors of #BCAB0C
Black with #BCAB0C
Text Example
Text Example
White with #BCAB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB0C; }
p { color: rgb(188,171,12); }
H1.HeaderClassName
{
color: #BCAB0C;
}
.AnyTagClassName
{
color: #BCAB0C;
}
</style>
background-color css
<style>
a { background-color: #BCAB0C; }
a { background-color: rgb(188,171,12); }
div.DivClassName
{
background-color: #BCAB0C;
}
.BgClassName
{
background-color: #BCAB0C;
}
</style>
border-color css
<style>
span { border-color: #BCAB0C; }
span { border-color: rgb(188,171,12); }
td.TdClassName
{
border-color: #BCAB0C;
}
.TagClassName
{
border-color: #BCAB0C;
}
</style>