Shades of Earls Green #BCA81E
Tints of Earls Green #BCA81E
RGB
CMYK
RGB Variations
Color information
#BCA81E (or 0xBCA81E) is known color: Earls Green. HEX triplet: BC, A8 and 1E. RGB value is (188,168,30). Sum of RGB (Red+Green+Blue) = 188+168+30=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA81E is #4357E1. Grayscale: #9E9E9E. Windows color (decimal): -4413410 or 2009276. OLE color: 2009276.
HSL color Cylindrical-coordinate representation of color #BCA81E: hue angle of 52.41º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCA81E is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 30 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.26 |
| HSL | 52.41º | 0.72% | 0.43% | - |
| HSV(B) | 52.41º | 0.84% | 0.74% | - |
| XYZ | 34.98 | 38.79 | 6.87 | - |
| YUV | 158.25 | 55.63 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 30 | 0 | 0.11 | 0.84 | 0.26 | 52.41 | 0.72 | 0.43 |
| Hex | BC | A8 | 1E | 0 | B | 54 | 1A | 34 | 48 | 2B |
| Octal | 274 | 250 | 36 | 0 | 13 | 124 | 32 | 64 | 110 | 53 |
| Binary | 10111100 | 10101000 | 11110 | 0 | 1011 | 1010100 | 11010 | 110100 | 1001000 | 101011 |
Color Harmonies of #BCA81E
Complementary color
Monochromatic Colors of #BCA81E
Black with #BCA81E
Text Example
Text Example
White with #BCA81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA81E; }
p { color: rgb(188,168,30); }
H1.HeaderClassName
{
color: #BCA81E;
}
.AnyTagClassName
{
color: #BCA81E;
}
</style>
background-color css
<style>
a { background-color: #BCA81E; }
a { background-color: rgb(188,168,30); }
div.DivClassName
{
background-color: #BCA81E;
}
.BgClassName
{
background-color: #BCA81E;
}
</style>
border-color css
<style>
span { border-color: #BCA81E; }
span { border-color: rgb(188,168,30); }
td.TdClassName
{
border-color: #BCA81E;
}
.TagClassName
{
border-color: #BCA81E;
}
</style>