Shades of Earls Green #BCAA0C
Tints of Earls Green #BCAA0C
RGB
CMYK
RGB Variations
Color information
#BCAA0C (or 0xBCAA0C) is known color: Earls Green. HEX triplet: BC, AA and 0C. RGB value is (188,170,12). Sum of RGB (Red+Green+Blue) = 188+170+12=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA0C is #4355F3. Grayscale: #9E9E9E. Windows color (decimal): -4412916 or 830140. OLE color: 830140.
HSL color Cylindrical-coordinate representation of color #BCAA0C: hue angle of 53.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCAA0C is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 12 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.26 |
| HSL | 53.86º | 0.88% | 0.39% | - |
| HSV(B) | 53.86º | 0.94% | 0.74% | - |
| XYZ | 35.18 | 39.47 | 6.11 | - |
| YUV | 157.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 12 | 0 | 0.10 | 0.94 | 0.26 | 53.86 | 0.88 | 0.39 |
| Hex | BC | AA | C | 0 | A | 5E | 1A | 36 | 58 | 27 |
| Octal | 274 | 252 | 14 | 0 | 12 | 136 | 32 | 66 | 130 | 47 |
| Binary | 10111100 | 10101010 | 1100 | 0 | 1010 | 1011110 | 11010 | 110110 | 1011000 | 100111 |
Color Harmonies of #BCAA0C
Complementary color
Monochromatic Colors of #BCAA0C
Black with #BCAA0C
Text Example
Text Example
White with #BCAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA0C; }
p { color: rgb(188,170,12); }
H1.HeaderClassName
{
color: #BCAA0C;
}
.AnyTagClassName
{
color: #BCAA0C;
}
</style>
background-color css
<style>
a { background-color: #BCAA0C; }
a { background-color: rgb(188,170,12); }
div.DivClassName
{
background-color: #BCAA0C;
}
.BgClassName
{
background-color: #BCAA0C;
}
</style>
border-color css
<style>
span { border-color: #BCAA0C; }
span { border-color: rgb(188,170,12); }
td.TdClassName
{
border-color: #BCAA0C;
}
.TagClassName
{
border-color: #BCAA0C;
}
</style>