Shades of Earls Green #BCAB2C
Tints of Earls Green #BCAB2C
RGB
CMYK
RGB Variations
Color information
#BCAB2C (or 0xBCAB2C) is known color: Earls Green. HEX triplet: BC, AB and 2C. RGB value is (188,171,44). Sum of RGB (Red+Green+Blue) = 188+171+44=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB2C is #4354D3. Grayscale: #A2A2A2. Windows color (decimal): -4412628 or 2927548. OLE color: 2927548.
HSL color Cylindrical-coordinate representation of color #BCAB2C: hue angle of 52.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCAB2C is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 44 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.26 |
| HSL | 52.92º | 0.62% | 0.45% | - |
| HSV(B) | 52.92º | 0.77% | 0.74% | - |
| XYZ | 35.76 | 40 | 8.22 | - |
| YUV | 161.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 44 | 0 | 0.09 | 0.77 | 0.26 | 52.92 | 0.62 | 0.45 |
| Hex | BC | AB | 2C | 0 | 9 | 4D | 1A | 35 | 3E | 2D |
| Octal | 274 | 253 | 54 | 0 | 11 | 115 | 32 | 65 | 76 | 55 |
| Binary | 10111100 | 10101011 | 101100 | 0 | 1001 | 1001101 | 11010 | 110101 | 111110 | 101101 |
Color Harmonies of #BCAB2C
Complementary color
Monochromatic Colors of #BCAB2C
Black with #BCAB2C
Text Example
Text Example
White with #BCAB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB2C; }
p { color: rgb(188,171,44); }
H1.HeaderClassName
{
color: #BCAB2C;
}
.AnyTagClassName
{
color: #BCAB2C;
}
</style>
background-color css
<style>
a { background-color: #BCAB2C; }
a { background-color: rgb(188,171,44); }
div.DivClassName
{
background-color: #BCAB2C;
}
.BgClassName
{
background-color: #BCAB2C;
}
</style>
border-color css
<style>
span { border-color: #BCAB2C; }
span { border-color: rgb(188,171,44); }
td.TdClassName
{
border-color: #BCAB2C;
}
.TagClassName
{
border-color: #BCAB2C;
}
</style>