Shades of Earls Green #BCAC29
Tints of Earls Green #BCAC29
RGB
CMYK
RGB Variations
Color information
#BCAC29 (or 0xBCAC29) is known color: Earls Green. HEX triplet: BC, AC and 29. RGB value is (188,172,41). Sum of RGB (Red+Green+Blue) = 188+172+41=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC29 is #4353D6. Grayscale: #A2A2A2. Windows color (decimal): -4412375 or 2731196. OLE color: 2731196.
HSL color Cylindrical-coordinate representation of color #BCAC29: hue angle of 53.47º 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 #BCAC29 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 41 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.26 |
| HSL | 53.47º | 0.64% | 0.45% | - |
| HSV(B) | 53.47º | 0.78% | 0.74% | - |
| XYZ | 35.89 | 40.36 | 8 | - |
| YUV | 161.85 | 59.8 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 41 | 0 | 0.09 | 0.78 | 0.26 | 53.47 | 0.64 | 0.45 |
| Hex | BC | AC | 29 | 0 | 9 | 4E | 1A | 35 | 40 | 2D |
| Octal | 274 | 254 | 51 | 0 | 11 | 116 | 32 | 65 | 100 | 55 |
| Binary | 10111100 | 10101100 | 101001 | 0 | 1001 | 1001110 | 11010 | 110101 | 1000000 | 101101 |
Color Harmonies of #BCAC29
Complementary color
Monochromatic Colors of #BCAC29
Black with #BCAC29
Text Example
Text Example
White with #BCAC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC29; }
p { color: rgb(188,172,41); }
H1.HeaderClassName
{
color: #BCAC29;
}
.AnyTagClassName
{
color: #BCAC29;
}
</style>
background-color css
<style>
a { background-color: #BCAC29; }
a { background-color: rgb(188,172,41); }
div.DivClassName
{
background-color: #BCAC29;
}
.BgClassName
{
background-color: #BCAC29;
}
</style>
border-color css
<style>
span { border-color: #BCAC29; }
span { border-color: rgb(188,172,41); }
td.TdClassName
{
border-color: #BCAC29;
}
.TagClassName
{
border-color: #BCAC29;
}
</style>