Shades of Earls Green #BCA819
Tints of Earls Green #BCA819
RGB
CMYK
RGB Variations
Color information
#BCA819 (or 0xBCA819) is known color: Earls Green. HEX triplet: BC, A8 and 19. RGB value is (188,168,25). Sum of RGB (Red+Green+Blue) = 188+168+25=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA819 is #4357E6. Grayscale: #9E9E9E. Windows color (decimal): -4413415 or 1681596. OLE color: 1681596.
HSL color Cylindrical-coordinate representation of color #BCA819: hue angle of 52.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCA819 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 25 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.26 |
| HSL | 52.64º | 0.77% | 0.42% | - |
| HSV(B) | 52.64º | 0.87% | 0.74% | - |
| XYZ | 34.92 | 38.77 | 6.56 | - |
| YUV | 157.68 | 53.13 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 25 | 0 | 0.11 | 0.87 | 0.26 | 52.64 | 0.77 | 0.42 |
| Hex | BC | A8 | 19 | 0 | B | 57 | 1A | 35 | 4D | 2A |
| Octal | 274 | 250 | 31 | 0 | 13 | 127 | 32 | 65 | 115 | 52 |
| Binary | 10111100 | 10101000 | 11001 | 0 | 1011 | 1010111 | 11010 | 110101 | 1001101 | 101010 |
Color Harmonies of #BCA819
Complementary color
Monochromatic Colors of #BCA819
Black with #BCA819
Text Example
Text Example
White with #BCA819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA819; }
p { color: rgb(188,168,25); }
H1.HeaderClassName
{
color: #BCA819;
}
.AnyTagClassName
{
color: #BCA819;
}
</style>
background-color css
<style>
a { background-color: #BCA819; }
a { background-color: rgb(188,168,25); }
div.DivClassName
{
background-color: #BCA819;
}
.BgClassName
{
background-color: #BCA819;
}
</style>
border-color css
<style>
span { border-color: #BCA819; }
span { border-color: rgb(188,168,25); }
td.TdClassName
{
border-color: #BCA819;
}
.TagClassName
{
border-color: #BCA819;
}
</style>