Shades of Earls Green #BCAB2F
Tints of Earls Green #BCAB2F
RGB
CMYK
RGB Variations
Color information
#BCAB2F (or 0xBCAB2F) is known color: Earls Green. HEX triplet: BC, AB and 2F. RGB value is (188,171,47). Sum of RGB (Red+Green+Blue) = 188+171+47=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB2F is #4354D0. Grayscale: #A2A2A2. Windows color (decimal): -4412625 or 3124156. OLE color: 3124156.
HSL color Cylindrical-coordinate representation of color #BCAB2F: hue angle of 52.77º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCAB2F is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 47 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.26 |
| HSL | 52.77º | 0.6% | 0.46% | - |
| HSV(B) | 52.77º | 0.75% | 0.74% | - |
| XYZ | 35.82 | 40.02 | 8.53 | - |
| YUV | 161.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 47 | 0 | 0.09 | 0.75 | 0.26 | 52.77 | 0.6 | 0.46 |
| Hex | BC | AB | 2F | 0 | 9 | 4B | 1A | 35 | 3C | 2E |
| Octal | 274 | 253 | 57 | 0 | 11 | 113 | 32 | 65 | 74 | 56 |
| Binary | 10111100 | 10101011 | 101111 | 0 | 1001 | 1001011 | 11010 | 110101 | 111100 | 101110 |
Color Harmonies of #BCAB2F
Complementary color
Monochromatic Colors of #BCAB2F
Black with #BCAB2F
Text Example
Text Example
White with #BCAB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB2F; }
p { color: rgb(188,171,47); }
H1.HeaderClassName
{
color: #BCAB2F;
}
.AnyTagClassName
{
color: #BCAB2F;
}
</style>
background-color css
<style>
a { background-color: #BCAB2F; }
a { background-color: rgb(188,171,47); }
div.DivClassName
{
background-color: #BCAB2F;
}
.BgClassName
{
background-color: #BCAB2F;
}
</style>
border-color css
<style>
span { border-color: #BCAB2F; }
span { border-color: rgb(188,171,47); }
td.TdClassName
{
border-color: #BCAB2F;
}
.TagClassName
{
border-color: #BCAB2F;
}
</style>