Shades of Earls Green #BCAA15
Tints of Earls Green #BCAA15
RGB
CMYK
RGB Variations
Color information
#BCAA15 (or 0xBCAA15) is known color: Earls Green. HEX triplet: BC, AA and 15. RGB value is (188,170,21). Sum of RGB (Red+Green+Blue) = 188+170+21=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA15 is #4355EA. Grayscale: #9F9F9F. Windows color (decimal): -4412907 or 1419964. OLE color: 1419964.
HSL color Cylindrical-coordinate representation of color #BCAA15: hue angle of 53.53º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCAA15 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 21 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.26 |
| HSL | 53.53º | 0.8% | 0.41% | - |
| HSV(B) | 53.53º | 0.89% | 0.74% | - |
| XYZ | 35.25 | 39.49 | 6.47 | - |
| YUV | 158.4 | 50.46 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 21 | 0 | 0.10 | 0.89 | 0.26 | 53.53 | 0.8 | 0.41 |
| Hex | BC | AA | 15 | 0 | A | 59 | 1A | 36 | 50 | 29 |
| Octal | 274 | 252 | 25 | 0 | 12 | 131 | 32 | 66 | 120 | 51 |
| Binary | 10111100 | 10101010 | 10101 | 0 | 1010 | 1011001 | 11010 | 110110 | 1010000 | 101001 |
Color Harmonies of #BCAA15
Complementary color
Monochromatic Colors of #BCAA15
Black with #BCAA15
Text Example
Text Example
White with #BCAA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA15; }
p { color: rgb(188,170,21); }
H1.HeaderClassName
{
color: #BCAA15;
}
.AnyTagClassName
{
color: #BCAA15;
}
</style>
background-color css
<style>
a { background-color: #BCAA15; }
a { background-color: rgb(188,170,21); }
div.DivClassName
{
background-color: #BCAA15;
}
.BgClassName
{
background-color: #BCAA15;
}
</style>
border-color css
<style>
span { border-color: #BCAA15; }
span { border-color: rgb(188,170,21); }
td.TdClassName
{
border-color: #BCAA15;
}
.TagClassName
{
border-color: #BCAA15;
}
</style>