Shades of Earls Green #BCAA20
Tints of Earls Green #BCAA20
RGB
CMYK
RGB Variations
Color information
#BCAA20 (or 0xBCAA20) is known color: Earls Green. HEX triplet: BC, AA and 20. RGB value is (188,170,32). Sum of RGB (Red+Green+Blue) = 188+170+32=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA20 is #4355DF. Grayscale: #A0A0A0. Windows color (decimal): -4412896 or 2140860. OLE color: 2140860.
HSL color Cylindrical-coordinate representation of color #BCAA20: hue angle of 53.08º 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 #BCAA20 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 32 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.26 |
| HSL | 53.08º | 0.71% | 0.43% | - |
| HSV(B) | 53.08º | 0.83% | 0.74% | - |
| XYZ | 35.37 | 39.55 | 7.14 | - |
| YUV | 159.65 | 55.96 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 32 | 0 | 0.10 | 0.83 | 0.26 | 53.08 | 0.71 | 0.43 |
| Hex | BC | AA | 20 | 0 | A | 53 | 1A | 35 | 47 | 2B |
| Octal | 274 | 252 | 40 | 0 | 12 | 123 | 32 | 65 | 107 | 53 |
| Binary | 10111100 | 10101010 | 100000 | 0 | 1010 | 1010011 | 11010 | 110101 | 1000111 | 101011 |
Color Harmonies of #BCAA20
Complementary color
Monochromatic Colors of #BCAA20
Black with #BCAA20
Text Example
Text Example
White with #BCAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA20; }
p { color: rgb(188,170,32); }
H1.HeaderClassName
{
color: #BCAA20;
}
.AnyTagClassName
{
color: #BCAA20;
}
</style>
background-color css
<style>
a { background-color: #BCAA20; }
a { background-color: rgb(188,170,32); }
div.DivClassName
{
background-color: #BCAA20;
}
.BgClassName
{
background-color: #BCAA20;
}
</style>
border-color css
<style>
span { border-color: #BCAA20; }
span { border-color: rgb(188,170,32); }
td.TdClassName
{
border-color: #BCAA20;
}
.TagClassName
{
border-color: #BCAA20;
}
</style>