Shades of Earls Green #BCA32E
Tints of Earls Green #BCA32E
RGB
CMYK
RGB Variations
Color information
#BCA32E (or 0xBCA32E) is known color: Earls Green. HEX triplet: BC, A3 and 2E. RGB value is (188,163,46). Sum of RGB (Red+Green+Blue) = 188+163+46=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA32E is #435CD1. Grayscale: #9D9D9D. Windows color (decimal): -4414674 or 3056572. OLE color: 3056572.
HSL color Cylindrical-coordinate representation of color #BCA32E: hue angle of 49.44º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCA32E is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 46 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.26 |
| HSL | 49.44º | 0.61% | 0.46% | - |
| HSV(B) | 49.44º | 0.76% | 0.74% | - |
| XYZ | 34.33 | 37.08 | 7.93 | - |
| YUV | 157.14 | 65.28 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 46 | 0 | 0.13 | 0.76 | 0.26 | 49.44 | 0.61 | 0.46 |
| Hex | BC | A3 | 2E | 0 | D | 4C | 1A | 31 | 3D | 2E |
| Octal | 274 | 243 | 56 | 0 | 15 | 114 | 32 | 61 | 75 | 56 |
| Binary | 10111100 | 10100011 | 101110 | 0 | 1101 | 1001100 | 11010 | 110001 | 111101 | 101110 |
Color Harmonies of #BCA32E
Complementary color
Monochromatic Colors of #BCA32E
Black with #BCA32E
Text Example
Text Example
White with #BCA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA32E; }
p { color: rgb(188,163,46); }
H1.HeaderClassName
{
color: #BCA32E;
}
.AnyTagClassName
{
color: #BCA32E;
}
</style>
background-color css
<style>
a { background-color: #BCA32E; }
a { background-color: rgb(188,163,46); }
div.DivClassName
{
background-color: #BCA32E;
}
.BgClassName
{
background-color: #BCA32E;
}
</style>
border-color css
<style>
span { border-color: #BCA32E; }
span { border-color: rgb(188,163,46); }
td.TdClassName
{
border-color: #BCA32E;
}
.TagClassName
{
border-color: #BCA32E;
}
</style>