Shades of Earls Green #BCAA29
Tints of Earls Green #BCAA29
RGB
CMYK
RGB Variations
Color information
#BCAA29 (or 0xBCAA29) is known color: Earls Green. HEX triplet: BC, AA and 29. RGB value is (188,170,41). Sum of RGB (Red+Green+Blue) = 188+170+41=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA29 is #4355D6. Grayscale: #A1A1A1. Windows color (decimal): -4412887 or 2730684. OLE color: 2730684.
HSL color Cylindrical-coordinate representation of color #BCAA29: hue angle of 52.65º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCAA29 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 41 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.26 |
| HSL | 52.65º | 0.64% | 0.45% | - |
| HSV(B) | 52.65º | 0.78% | 0.74% | - |
| XYZ | 35.51 | 39.6 | 7.87 | - |
| YUV | 160.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 41 | 0 | 0.10 | 0.78 | 0.26 | 52.65 | 0.64 | 0.45 |
| Hex | BC | AA | 29 | 0 | A | 4E | 1A | 35 | 40 | 2D |
| Octal | 274 | 252 | 51 | 0 | 12 | 116 | 32 | 65 | 100 | 55 |
| Binary | 10111100 | 10101010 | 101001 | 0 | 1010 | 1001110 | 11010 | 110101 | 1000000 | 101101 |
Color Harmonies of #BCAA29
Complementary color
Monochromatic Colors of #BCAA29
Black with #BCAA29
Text Example
Text Example
White with #BCAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA29; }
p { color: rgb(188,170,41); }
H1.HeaderClassName
{
color: #BCAA29;
}
.AnyTagClassName
{
color: #BCAA29;
}
</style>
background-color css
<style>
a { background-color: #BCAA29; }
a { background-color: rgb(188,170,41); }
div.DivClassName
{
background-color: #BCAA29;
}
.BgClassName
{
background-color: #BCAA29;
}
</style>
border-color css
<style>
span { border-color: #BCAA29; }
span { border-color: rgb(188,170,41); }
td.TdClassName
{
border-color: #BCAA29;
}
.TagClassName
{
border-color: #BCAA29;
}
</style>