Shades of Earls Green #BCA828
Tints of Earls Green #BCA828
RGB
CMYK
RGB Variations
Color information
#BCA828 (or 0xBCA828) is known color: Earls Green. HEX triplet: BC, A8 and 28. RGB value is (188,168,40). Sum of RGB (Red+Green+Blue) = 188+168+40=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA828 is #4357D7. Grayscale: #9F9F9F. Windows color (decimal): -4413400 or 2664636. OLE color: 2664636.
HSL color Cylindrical-coordinate representation of color #BCA828: hue angle of 51.89º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCA828 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 40 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.26 |
| HSL | 51.89º | 0.65% | 0.45% | - |
| HSV(B) | 51.89º | 0.79% | 0.74% | - |
| XYZ | 35.12 | 38.85 | 7.65 | - |
| YUV | 159.39 | 60.63 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 40 | 0 | 0.11 | 0.79 | 0.26 | 51.89 | 0.65 | 0.45 |
| Hex | BC | A8 | 28 | 0 | B | 4F | 1A | 34 | 41 | 2D |
| Octal | 274 | 250 | 50 | 0 | 13 | 117 | 32 | 64 | 101 | 55 |
| Binary | 10111100 | 10101000 | 101000 | 0 | 1011 | 1001111 | 11010 | 110100 | 1000001 | 101101 |
Color Harmonies of #BCA828
Complementary color
Monochromatic Colors of #BCA828
Black with #BCA828
Text Example
Text Example
White with #BCA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA828; }
p { color: rgb(188,168,40); }
H1.HeaderClassName
{
color: #BCA828;
}
.AnyTagClassName
{
color: #BCA828;
}
</style>
background-color css
<style>
a { background-color: #BCA828; }
a { background-color: rgb(188,168,40); }
div.DivClassName
{
background-color: #BCA828;
}
.BgClassName
{
background-color: #BCA828;
}
</style>
border-color css
<style>
span { border-color: #BCA828; }
span { border-color: rgb(188,168,40); }
td.TdClassName
{
border-color: #BCA828;
}
.TagClassName
{
border-color: #BCA828;
}
</style>