Shades of Earls Green #BCA532
Tints of Earls Green #BCA532
RGB
CMYK
RGB Variations
Color information
#BCA532 (or 0xBCA532) is known color: Earls Green. HEX triplet: BC, A5 and 32. RGB value is (188,165,50). Sum of RGB (Red+Green+Blue) = 188+165+50=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA532 is #435ACD. Grayscale: #9F9F9F. Windows color (decimal): -4414158 or 3319228. OLE color: 3319228.
HSL color Cylindrical-coordinate representation of color #BCA532: hue angle of 50º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCA532 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 50 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.26 |
| HSL | 50º | 0.58% | 0.47% | - |
| HSV(B) | 50º | 0.73% | 0.74% | - |
| XYZ | 34.77 | 37.83 | 8.49 | - |
| YUV | 158.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 50 | 0 | 0.12 | 0.73 | 0.26 | 50 | 0.58 | 0.47 |
| Hex | BC | A5 | 32 | 0 | C | 49 | 1A | 32 | 3A | 2F |
| Octal | 274 | 245 | 62 | 0 | 14 | 111 | 32 | 62 | 72 | 57 |
| Binary | 10111100 | 10100101 | 110010 | 0 | 1100 | 1001001 | 11010 | 110010 | 111010 | 101111 |
Color Harmonies of #BCA532
Complementary color
Monochromatic Colors of #BCA532
Black with #BCA532
Text Example
Text Example
White with #BCA532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA532; }
p { color: rgb(188,165,50); }
H1.HeaderClassName
{
color: #BCA532;
}
.AnyTagClassName
{
color: #BCA532;
}
</style>
background-color css
<style>
a { background-color: #BCA532; }
a { background-color: rgb(188,165,50); }
div.DivClassName
{
background-color: #BCA532;
}
.BgClassName
{
background-color: #BCA532;
}
</style>
border-color css
<style>
span { border-color: #BCA532; }
span { border-color: rgb(188,165,50); }
td.TdClassName
{
border-color: #BCA532;
}
.TagClassName
{
border-color: #BCA532;
}
</style>