Shades of Earls Green #BCAA0F
Tints of Earls Green #BCAA0F
RGB
CMYK
RGB Variations
Color information
#BCAA0F (or 0xBCAA0F) is known color: Earls Green. HEX triplet: BC, AA and 0F. RGB value is (188,170,15). Sum of RGB (Red+Green+Blue) = 188+170+15=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA0F is #4355F0. Grayscale: #9E9E9E. Windows color (decimal): -4412913 or 1026748. OLE color: 1026748.
HSL color Cylindrical-coordinate representation of color #BCAA0F: hue angle of 53.76º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCAA0F is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 15 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.26 |
| HSL | 53.76º | 0.85% | 0.4% | - |
| HSV(B) | 53.76º | 0.92% | 0.74% | - |
| XYZ | 35.2 | 39.48 | 6.22 | - |
| YUV | 157.71 | 47.46 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 15 | 0 | 0.10 | 0.92 | 0.26 | 53.76 | 0.85 | 0.4 |
| Hex | BC | AA | F | 0 | A | 5C | 1A | 36 | 55 | 28 |
| Octal | 274 | 252 | 17 | 0 | 12 | 134 | 32 | 66 | 125 | 50 |
| Binary | 10111100 | 10101010 | 1111 | 0 | 1010 | 1011100 | 11010 | 110110 | 1010101 | 101000 |
Color Harmonies of #BCAA0F
Complementary color
Monochromatic Colors of #BCAA0F
Black with #BCAA0F
Text Example
Text Example
White with #BCAA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA0F; }
p { color: rgb(188,170,15); }
H1.HeaderClassName
{
color: #BCAA0F;
}
.AnyTagClassName
{
color: #BCAA0F;
}
</style>
background-color css
<style>
a { background-color: #BCAA0F; }
a { background-color: rgb(188,170,15); }
div.DivClassName
{
background-color: #BCAA0F;
}
.BgClassName
{
background-color: #BCAA0F;
}
</style>
border-color css
<style>
span { border-color: #BCAA0F; }
span { border-color: rgb(188,170,15); }
td.TdClassName
{
border-color: #BCAA0F;
}
.TagClassName
{
border-color: #BCAA0F;
}
</style>