Shades of Earls Green #BCA42B
Tints of Earls Green #BCA42B
RGB
CMYK
RGB Variations
Color information
#BCA42B (or 0xBCA42B) is known color: Earls Green. HEX triplet: BC, A4 and 2B. RGB value is (188,164,43). Sum of RGB (Red+Green+Blue) = 188+164+43=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA42B is #435BD4. Grayscale: #9D9D9D. Windows color (decimal): -4414421 or 2860220. OLE color: 2860220.
HSL color Cylindrical-coordinate representation of color #BCA42B: hue angle of 50.07º degrees, saturation: 0.63, 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 #BCA42B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 164 | 43 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.26 |
| HSL | 50.07º | 0.63% | 0.45% | - |
| HSV(B) | 50.07º | 0.77% | 0.74% | - |
| XYZ | 34.45 | 37.42 | 7.69 | - |
| YUV | 157.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 43 | 0 | 0.13 | 0.77 | 0.26 | 50.07 | 0.63 | 0.45 |
| Hex | BC | A4 | 2B | 0 | D | 4D | 1A | 32 | 3F | 2D |
| Octal | 274 | 244 | 53 | 0 | 15 | 115 | 32 | 62 | 77 | 55 |
| Binary | 10111100 | 10100100 | 101011 | 0 | 1101 | 1001101 | 11010 | 110010 | 111111 | 101101 |
Color Harmonies of #BCA42B
Complementary color
Monochromatic Colors of #BCA42B
Black with #BCA42B
Text Example
Text Example
White with #BCA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA42B; }
p { color: rgb(188,164,43); }
H1.HeaderClassName
{
color: #BCA42B;
}
.AnyTagClassName
{
color: #BCA42B;
}
</style>
background-color css
<style>
a { background-color: #BCA42B; }
a { background-color: rgb(188,164,43); }
div.DivClassName
{
background-color: #BCA42B;
}
.BgClassName
{
background-color: #BCA42B;
}
</style>
border-color css
<style>
span { border-color: #BCA42B; }
span { border-color: rgb(188,164,43); }
td.TdClassName
{
border-color: #BCA42B;
}
.TagClassName
{
border-color: #BCA42B;
}
</style>