Shades of Earls Green #BCA32B
Tints of Earls Green #BCA32B
RGB
CMYK
RGB Variations
Color information
#BCA32B (or 0xBCA32B) is known color: Earls Green. HEX triplet: BC, A3 and 2B. RGB value is (188,163,43). Sum of RGB (Red+Green+Blue) = 188+163+43=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA32B is #435CD4. Grayscale: #9D9D9D. Windows color (decimal): -4414677 or 2859964. OLE color: 2859964.
HSL color Cylindrical-coordinate representation of color #BCA32B: hue angle of 49.66º 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 #BCA32B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 43 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.26 |
| HSL | 49.66º | 0.63% | 0.45% | - |
| HSV(B) | 49.66º | 0.77% | 0.74% | - |
| XYZ | 34.27 | 37.06 | 7.63 | - |
| YUV | 156.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 43 | 0 | 0.13 | 0.77 | 0.26 | 49.66 | 0.63 | 0.45 |
| Hex | BC | A3 | 2B | 0 | D | 4D | 1A | 32 | 3F | 2D |
| Octal | 274 | 243 | 53 | 0 | 15 | 115 | 32 | 62 | 77 | 55 |
| Binary | 10111100 | 10100011 | 101011 | 0 | 1101 | 1001101 | 11010 | 110010 | 111111 | 101101 |
Color Harmonies of #BCA32B
Complementary color
Monochromatic Colors of #BCA32B
Black with #BCA32B
Text Example
Text Example
White with #BCA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA32B; }
p { color: rgb(188,163,43); }
H1.HeaderClassName
{
color: #BCA32B;
}
.AnyTagClassName
{
color: #BCA32B;
}
</style>
background-color css
<style>
a { background-color: #BCA32B; }
a { background-color: rgb(188,163,43); }
div.DivClassName
{
background-color: #BCA32B;
}
.BgClassName
{
background-color: #BCA32B;
}
</style>
border-color css
<style>
span { border-color: #BCA32B; }
span { border-color: rgb(188,163,43); }
td.TdClassName
{
border-color: #BCA32B;
}
.TagClassName
{
border-color: #BCA32B;
}
</style>