Shades of Earls Green #BCA32C
Tints of Earls Green #BCA32C
RGB
CMYK
RGB Variations
Color information
#BCA32C (or 0xBCA32C) is known color: Earls Green. HEX triplet: BC, A3 and 2C. RGB value is (188,163,44). Sum of RGB (Red+Green+Blue) = 188+163+44=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA32C is #435CD3. Grayscale: #9D9D9D. Windows color (decimal): -4414676 or 2925500. OLE color: 2925500.
HSL color Cylindrical-coordinate representation of color #BCA32C: hue angle of 49.58º degrees, saturation: 0.62, 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 #BCA32C is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 44 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.26 |
| HSL | 49.58º | 0.62% | 0.45% | - |
| HSV(B) | 49.58º | 0.77% | 0.74% | - |
| XYZ | 34.29 | 37.07 | 7.73 | - |
| YUV | 156.91 | 64.28 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 44 | 0 | 0.13 | 0.77 | 0.26 | 49.58 | 0.62 | 0.45 |
| Hex | BC | A3 | 2C | 0 | D | 4D | 1A | 32 | 3E | 2D |
| Octal | 274 | 243 | 54 | 0 | 15 | 115 | 32 | 62 | 76 | 55 |
| Binary | 10111100 | 10100011 | 101100 | 0 | 1101 | 1001101 | 11010 | 110010 | 111110 | 101101 |
Color Harmonies of #BCA32C
Complementary color
Monochromatic Colors of #BCA32C
Black with #BCA32C
Text Example
Text Example
White with #BCA32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA32C; }
p { color: rgb(188,163,44); }
H1.HeaderClassName
{
color: #BCA32C;
}
.AnyTagClassName
{
color: #BCA32C;
}
</style>
background-color css
<style>
a { background-color: #BCA32C; }
a { background-color: rgb(188,163,44); }
div.DivClassName
{
background-color: #BCA32C;
}
.BgClassName
{
background-color: #BCA32C;
}
</style>
border-color css
<style>
span { border-color: #BCA32C; }
span { border-color: rgb(188,163,44); }
td.TdClassName
{
border-color: #BCA32C;
}
.TagClassName
{
border-color: #BCA32C;
}
</style>