Shades of Earls Green #BCA813
Tints of Earls Green #BCA813
RGB
CMYK
RGB Variations
Color information
#BCA813 (or 0xBCA813) is known color: Earls Green. HEX triplet: BC, A8 and 13. RGB value is (188,168,19). Sum of RGB (Red+Green+Blue) = 188+168+19=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA813 is #4357EC. Grayscale: #9D9D9D. Windows color (decimal): -4413421 or 1288380. OLE color: 1288380.
HSL color Cylindrical-coordinate representation of color #BCA813: hue angle of 52.9º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCA813 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 19 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.26 |
| HSL | 52.9º | 0.82% | 0.41% | - |
| HSV(B) | 52.9º | 0.9% | 0.74% | - |
| XYZ | 34.86 | 38.74 | 6.26 | - |
| YUV | 156.99 | 50.13 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 19 | 0 | 0.11 | 0.90 | 0.26 | 52.9 | 0.82 | 0.41 |
| Hex | BC | A8 | 13 | 0 | B | 5A | 1A | 35 | 52 | 29 |
| Octal | 274 | 250 | 23 | 0 | 13 | 132 | 32 | 65 | 122 | 51 |
| Binary | 10111100 | 10101000 | 10011 | 0 | 1011 | 1011010 | 11010 | 110101 | 1010010 | 101001 |
Color Harmonies of #BCA813
Complementary color
Monochromatic Colors of #BCA813
Black with #BCA813
Text Example
Text Example
White with #BCA813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA813; }
p { color: rgb(188,168,19); }
H1.HeaderClassName
{
color: #BCA813;
}
.AnyTagClassName
{
color: #BCA813;
}
</style>
background-color css
<style>
a { background-color: #BCA813; }
a { background-color: rgb(188,168,19); }
div.DivClassName
{
background-color: #BCA813;
}
.BgClassName
{
background-color: #BCA813;
}
</style>
border-color css
<style>
span { border-color: #BCA813; }
span { border-color: rgb(188,168,19); }
td.TdClassName
{
border-color: #BCA813;
}
.TagClassName
{
border-color: #BCA813;
}
</style>