Shades of Earls Green #BCAB29
Tints of Earls Green #BCAB29
RGB
CMYK
RGB Variations
Color information
#BCAB29 (or 0xBCAB29) is known color: Earls Green. HEX triplet: BC, AB and 29. RGB value is (188,171,41). Sum of RGB (Red+Green+Blue) = 188+171+41=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB29 is #4354D6. Grayscale: #A1A1A1. Windows color (decimal): -4412631 or 2730940. OLE color: 2730940.
HSL color Cylindrical-coordinate representation of color #BCAB29: hue angle of 53.06º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCAB29 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 41 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.26 |
| HSL | 53.06º | 0.64% | 0.45% | - |
| HSV(B) | 53.06º | 0.78% | 0.74% | - |
| XYZ | 35.7 | 39.98 | 7.93 | - |
| YUV | 161.26 | 60.13 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 41 | 0 | 0.09 | 0.78 | 0.26 | 53.06 | 0.64 | 0.45 |
| Hex | BC | AB | 29 | 0 | 9 | 4E | 1A | 35 | 40 | 2D |
| Octal | 274 | 253 | 51 | 0 | 11 | 116 | 32 | 65 | 100 | 55 |
| Binary | 10111100 | 10101011 | 101001 | 0 | 1001 | 1001110 | 11010 | 110101 | 1000000 | 101101 |
Color Harmonies of #BCAB29
Complementary color
Monochromatic Colors of #BCAB29
Black with #BCAB29
Text Example
Text Example
White with #BCAB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB29; }
p { color: rgb(188,171,41); }
H1.HeaderClassName
{
color: #BCAB29;
}
.AnyTagClassName
{
color: #BCAB29;
}
</style>
background-color css
<style>
a { background-color: #BCAB29; }
a { background-color: rgb(188,171,41); }
div.DivClassName
{
background-color: #BCAB29;
}
.BgClassName
{
background-color: #BCAB29;
}
</style>
border-color css
<style>
span { border-color: #BCAB29; }
span { border-color: rgb(188,171,41); }
td.TdClassName
{
border-color: #BCAB29;
}
.TagClassName
{
border-color: #BCAB29;
}
</style>