Shades of Earls Green #BCAA2B
Tints of Earls Green #BCAA2B
RGB
CMYK
RGB Variations
Color information
#BCAA2B (or 0xBCAA2B) is known color: Earls Green. HEX triplet: BC, AA and 2B. RGB value is (188,170,43). Sum of RGB (Red+Green+Blue) = 188+170+43=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA2B is #4355D4. Grayscale: #A1A1A1. Windows color (decimal): -4412885 or 2861756. OLE color: 2861756.
HSL color Cylindrical-coordinate representation of color #BCAA2B: hue angle of 52.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCAA2B is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 43 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.26 |
| HSL | 52.55º | 0.63% | 0.45% | - |
| HSV(B) | 52.55º | 0.77% | 0.74% | - |
| XYZ | 35.55 | 39.62 | 8.06 | - |
| YUV | 160.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 43 | 0 | 0.10 | 0.77 | 0.26 | 52.55 | 0.63 | 0.45 |
| Hex | BC | AA | 2B | 0 | A | 4D | 1A | 35 | 3F | 2D |
| Octal | 274 | 252 | 53 | 0 | 12 | 115 | 32 | 65 | 77 | 55 |
| Binary | 10111100 | 10101010 | 101011 | 0 | 1010 | 1001101 | 11010 | 110101 | 111111 | 101101 |
Color Harmonies of #BCAA2B
Complementary color
Monochromatic Colors of #BCAA2B
Black with #BCAA2B
Text Example
Text Example
White with #BCAA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA2B; }
p { color: rgb(188,170,43); }
H1.HeaderClassName
{
color: #BCAA2B;
}
.AnyTagClassName
{
color: #BCAA2B;
}
</style>
background-color css
<style>
a { background-color: #BCAA2B; }
a { background-color: rgb(188,170,43); }
div.DivClassName
{
background-color: #BCAA2B;
}
.BgClassName
{
background-color: #BCAA2B;
}
</style>
border-color css
<style>
span { border-color: #BCAA2B; }
span { border-color: rgb(188,170,43); }
td.TdClassName
{
border-color: #BCAA2B;
}
.TagClassName
{
border-color: #BCAA2B;
}
</style>