Shades of Earls Green #BCAC2F
Tints of Earls Green #BCAC2F
RGB
CMYK
RGB Variations
Color information
#BCAC2F (or 0xBCAC2F) is known color: Earls Green. HEX triplet: BC, AC and 2F. RGB value is (188,172,47). Sum of RGB (Red+Green+Blue) = 188+172+47=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC2F is #4353D0. Grayscale: #A3A3A3. Windows color (decimal): -4412369 or 3124412. OLE color: 3124412.
HSL color Cylindrical-coordinate representation of color #BCAC2F: hue angle of 53.19º 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 #BCAC2F is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 47 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.26 |
| HSL | 53.19º | 0.6% | 0.46% | - |
| HSV(B) | 53.19º | 0.75% | 0.74% | - |
| XYZ | 36 | 40.4 | 8.59 | - |
| YUV | 162.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 47 | 0 | 0.09 | 0.75 | 0.26 | 53.19 | 0.6 | 0.46 |
| Hex | BC | AC | 2F | 0 | 9 | 4B | 1A | 35 | 3C | 2E |
| Octal | 274 | 254 | 57 | 0 | 11 | 113 | 32 | 65 | 74 | 56 |
| Binary | 10111100 | 10101100 | 101111 | 0 | 1001 | 1001011 | 11010 | 110101 | 111100 | 101110 |
Color Harmonies of #BCAC2F
Complementary color
Monochromatic Colors of #BCAC2F
Black with #BCAC2F
Text Example
Text Example
White with #BCAC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC2F; }
p { color: rgb(188,172,47); }
H1.HeaderClassName
{
color: #BCAC2F;
}
.AnyTagClassName
{
color: #BCAC2F;
}
</style>
background-color css
<style>
a { background-color: #BCAC2F; }
a { background-color: rgb(188,172,47); }
div.DivClassName
{
background-color: #BCAC2F;
}
.BgClassName
{
background-color: #BCAC2F;
}
</style>
border-color css
<style>
span { border-color: #BCAC2F; }
span { border-color: rgb(188,172,47); }
td.TdClassName
{
border-color: #BCAC2F;
}
.TagClassName
{
border-color: #BCAC2F;
}
</style>