Shades of Earls Green #BCAB28
Tints of Earls Green #BCAB28
RGB
CMYK
RGB Variations
Color information
#BCAB28 (or 0xBCAB28) is known color: Earls Green. HEX triplet: BC, AB and 28. RGB value is (188,171,40). Sum of RGB (Red+Green+Blue) = 188+171+40=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB28 is #4354D7. Grayscale: #A1A1A1. Windows color (decimal): -4412632 or 2665404. OLE color: 2665404.
HSL color Cylindrical-coordinate representation of color #BCAB28: hue angle of 53.11º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCAB28 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 40 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.26 |
| HSL | 53.11º | 0.65% | 0.45% | - |
| HSV(B) | 53.11º | 0.79% | 0.74% | - |
| XYZ | 35.68 | 39.97 | 7.84 | - |
| YUV | 161.15 | 59.63 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 40 | 0 | 0.09 | 0.79 | 0.26 | 53.11 | 0.65 | 0.45 |
| Hex | BC | AB | 28 | 0 | 9 | 4F | 1A | 35 | 41 | 2D |
| Octal | 274 | 253 | 50 | 0 | 11 | 117 | 32 | 65 | 101 | 55 |
| Binary | 10111100 | 10101011 | 101000 | 0 | 1001 | 1001111 | 11010 | 110101 | 1000001 | 101101 |
Color Harmonies of #BCAB28
Complementary color
Monochromatic Colors of #BCAB28
Black with #BCAB28
Text Example
Text Example
White with #BCAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB28; }
p { color: rgb(188,171,40); }
H1.HeaderClassName
{
color: #BCAB28;
}
.AnyTagClassName
{
color: #BCAB28;
}
</style>
background-color css
<style>
a { background-color: #BCAB28; }
a { background-color: rgb(188,171,40); }
div.DivClassName
{
background-color: #BCAB28;
}
.BgClassName
{
background-color: #BCAB28;
}
</style>
border-color css
<style>
span { border-color: #BCAB28; }
span { border-color: rgb(188,171,40); }
td.TdClassName
{
border-color: #BCAB28;
}
.TagClassName
{
border-color: #BCAB28;
}
</style>