Shades of Earls Green #BCA811
Tints of Earls Green #BCA811
RGB
CMYK
RGB Variations
Color information
#BCA811 (or 0xBCA811) is known color: Earls Green. HEX triplet: BC, A8 and 11. RGB value is (188,168,17). Sum of RGB (Red+Green+Blue) = 188+168+17=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA811 is #4357EE. Grayscale: #9D9D9D. Windows color (decimal): -4413423 or 1157308. OLE color: 1157308.
HSL color Cylindrical-coordinate representation of color #BCA811: hue angle of 52.98º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCA811 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 17 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.26 |
| HSL | 52.98º | 0.83% | 0.4% | - |
| HSV(B) | 52.98º | 0.91% | 0.74% | - |
| XYZ | 34.84 | 38.74 | 6.17 | - |
| YUV | 156.77 | 49.13 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 17 | 0 | 0.11 | 0.91 | 0.26 | 52.98 | 0.83 | 0.4 |
| Hex | BC | A8 | 11 | 0 | B | 5B | 1A | 35 | 53 | 28 |
| Octal | 274 | 250 | 21 | 0 | 13 | 133 | 32 | 65 | 123 | 50 |
| Binary | 10111100 | 10101000 | 10001 | 0 | 1011 | 1011011 | 11010 | 110101 | 1010011 | 101000 |
Color Harmonies of #BCA811
Complementary color
Monochromatic Colors of #BCA811
Black with #BCA811
Text Example
Text Example
White with #BCA811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA811; }
p { color: rgb(188,168,17); }
H1.HeaderClassName
{
color: #BCA811;
}
.AnyTagClassName
{
color: #BCA811;
}
</style>
background-color css
<style>
a { background-color: #BCA811; }
a { background-color: rgb(188,168,17); }
div.DivClassName
{
background-color: #BCA811;
}
.BgClassName
{
background-color: #BCA811;
}
</style>
border-color css
<style>
span { border-color: #BCA811; }
span { border-color: rgb(188,168,17); }
td.TdClassName
{
border-color: #BCA811;
}
.TagClassName
{
border-color: #BCA811;
}
</style>