Shades of Earls Green #BCA81A
Tints of Earls Green #BCA81A
RGB
CMYK
RGB Variations
Color information
#BCA81A (or 0xBCA81A) is known color: Earls Green. HEX triplet: BC, A8 and 1A. RGB value is (188,168,26). Sum of RGB (Red+Green+Blue) = 188+168+26=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA81A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA81A is #4357E5. Grayscale: #9E9E9E. Windows color (decimal): -4413414 or 1747132. OLE color: 1747132.
HSL color Cylindrical-coordinate representation of color #BCA81A: hue angle of 52.59º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCA81A is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 26 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.26 |
| HSL | 52.59º | 0.76% | 0.42% | - |
| HSV(B) | 52.59º | 0.86% | 0.74% | - |
| XYZ | 34.93 | 38.77 | 6.62 | - |
| YUV | 157.79 | 53.63 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 26 | 0 | 0.11 | 0.86 | 0.26 | 52.59 | 0.76 | 0.42 |
| Hex | BC | A8 | 1A | 0 | B | 56 | 1A | 35 | 4C | 2A |
| Octal | 274 | 250 | 32 | 0 | 13 | 126 | 32 | 65 | 114 | 52 |
| Binary | 10111100 | 10101000 | 11010 | 0 | 1011 | 1010110 | 11010 | 110101 | 1001100 | 101010 |
Color Harmonies of #BCA81A
Complementary color
Monochromatic Colors of #BCA81A
Black with #BCA81A
Text Example
Text Example
White with #BCA81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA81A; }
p { color: rgb(188,168,26); }
H1.HeaderClassName
{
color: #BCA81A;
}
.AnyTagClassName
{
color: #BCA81A;
}
</style>
background-color css
<style>
a { background-color: #BCA81A; }
a { background-color: rgb(188,168,26); }
div.DivClassName
{
background-color: #BCA81A;
}
.BgClassName
{
background-color: #BCA81A;
}
</style>
border-color css
<style>
span { border-color: #BCA81A; }
span { border-color: rgb(188,168,26); }
td.TdClassName
{
border-color: #BCA81A;
}
.TagClassName
{
border-color: #BCA81A;
}
</style>