Shades of Earls Green #BCA829
Tints of Earls Green #BCA829
RGB
CMYK
RGB Variations
Color information
#BCA829 (or 0xBCA829) is known color: Earls Green. HEX triplet: BC, A8 and 29. RGB value is (188,168,41). Sum of RGB (Red+Green+Blue) = 188+168+41=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA829 is #4357D6. Grayscale: #A0A0A0. Windows color (decimal): -4413399 or 2730172. OLE color: 2730172.
HSL color Cylindrical-coordinate representation of color #BCA829: hue angle of 51.84º 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 #BCA829 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 41 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.26 |
| HSL | 51.84º | 0.64% | 0.45% | - |
| HSV(B) | 51.84º | 0.78% | 0.74% | - |
| XYZ | 35.14 | 38.86 | 7.75 | - |
| YUV | 159.5 | 61.13 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 41 | 0 | 0.11 | 0.78 | 0.26 | 51.84 | 0.64 | 0.45 |
| Hex | BC | A8 | 29 | 0 | B | 4E | 1A | 34 | 40 | 2D |
| Octal | 274 | 250 | 51 | 0 | 13 | 116 | 32 | 64 | 100 | 55 |
| Binary | 10111100 | 10101000 | 101001 | 0 | 1011 | 1001110 | 11010 | 110100 | 1000000 | 101101 |
Color Harmonies of #BCA829
Complementary color
Monochromatic Colors of #BCA829
Black with #BCA829
Text Example
Text Example
White with #BCA829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA829; }
p { color: rgb(188,168,41); }
H1.HeaderClassName
{
color: #BCA829;
}
.AnyTagClassName
{
color: #BCA829;
}
</style>
background-color css
<style>
a { background-color: #BCA829; }
a { background-color: rgb(188,168,41); }
div.DivClassName
{
background-color: #BCA829;
}
.BgClassName
{
background-color: #BCA829;
}
</style>
border-color css
<style>
span { border-color: #BCA829; }
span { border-color: rgb(188,168,41); }
td.TdClassName
{
border-color: #BCA829;
}
.TagClassName
{
border-color: #BCA829;
}
</style>