Shades of Earls Green #BCA520
Tints of Earls Green #BCA520
RGB
CMYK
RGB Variations
Color information
#BCA520 (or 0xBCA520) is known color: Earls Green. HEX triplet: BC, A5 and 20. RGB value is (188,165,32). Sum of RGB (Red+Green+Blue) = 188+165+32=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA520 is #435ADF. Grayscale: #9D9D9D. Windows color (decimal): -4414176 or 2139580. OLE color: 2139580.
HSL color Cylindrical-coordinate representation of color #BCA520: hue angle of 51.15º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCA520 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 32 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.26 |
| HSL | 51.15º | 0.71% | 0.43% | - |
| HSV(B) | 51.15º | 0.83% | 0.74% | - |
| XYZ | 34.45 | 37.71 | 6.83 | - |
| YUV | 156.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 32 | 0 | 0.12 | 0.83 | 0.26 | 51.15 | 0.71 | 0.43 |
| Hex | BC | A5 | 20 | 0 | C | 53 | 1A | 33 | 47 | 2B |
| Octal | 274 | 245 | 40 | 0 | 14 | 123 | 32 | 63 | 107 | 53 |
| Binary | 10111100 | 10100101 | 100000 | 0 | 1100 | 1010011 | 11010 | 110011 | 1000111 | 101011 |
Color Harmonies of #BCA520
Complementary color
Monochromatic Colors of #BCA520
Black with #BCA520
Text Example
Text Example
White with #BCA520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA520; }
p { color: rgb(188,165,32); }
H1.HeaderClassName
{
color: #BCA520;
}
.AnyTagClassName
{
color: #BCA520;
}
</style>
background-color css
<style>
a { background-color: #BCA520; }
a { background-color: rgb(188,165,32); }
div.DivClassName
{
background-color: #BCA520;
}
.BgClassName
{
background-color: #BCA520;
}
</style>
border-color css
<style>
span { border-color: #BCA520; }
span { border-color: rgb(188,165,32); }
td.TdClassName
{
border-color: #BCA520;
}
.TagClassName
{
border-color: #BCA520;
}
</style>