Shades of Earls Green #BCA42E
Tints of Earls Green #BCA42E
RGB
CMYK
RGB Variations
Color information
#BCA42E (or 0xBCA42E) is known color: Earls Green. HEX triplet: BC, A4 and 2E. RGB value is (188,164,46). Sum of RGB (Red+Green+Blue) = 188+164+46=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA42E is #435BD1. Grayscale: #9E9E9E. Windows color (decimal): -4414418 or 3056828. OLE color: 3056828.
HSL color Cylindrical-coordinate representation of color #BCA42E: hue angle of 49.86º 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 #BCA42E is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 164 | 46 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.26 |
| HSL | 49.86º | 0.61% | 0.46% | - |
| HSV(B) | 49.86º | 0.76% | 0.74% | - |
| XYZ | 34.51 | 37.44 | 7.99 | - |
| YUV | 157.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 46 | 0 | 0.13 | 0.76 | 0.26 | 49.86 | 0.61 | 0.46 |
| Hex | BC | A4 | 2E | 0 | D | 4C | 1A | 32 | 3D | 2E |
| Octal | 274 | 244 | 56 | 0 | 15 | 114 | 32 | 62 | 75 | 56 |
| Binary | 10111100 | 10100100 | 101110 | 0 | 1101 | 1001100 | 11010 | 110010 | 111101 | 101110 |
Color Harmonies of #BCA42E
Complementary color
Monochromatic Colors of #BCA42E
Black with #BCA42E
Text Example
Text Example
White with #BCA42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA42E; }
p { color: rgb(188,164,46); }
H1.HeaderClassName
{
color: #BCA42E;
}
.AnyTagClassName
{
color: #BCA42E;
}
</style>
background-color css
<style>
a { background-color: #BCA42E; }
a { background-color: rgb(188,164,46); }
div.DivClassName
{
background-color: #BCA42E;
}
.BgClassName
{
background-color: #BCA42E;
}
</style>
border-color css
<style>
span { border-color: #BCA42E; }
span { border-color: rgb(188,164,46); }
td.TdClassName
{
border-color: #BCA42E;
}
.TagClassName
{
border-color: #BCA42E;
}
</style>