Shades of Earls Green #BCA81D
Tints of Earls Green #BCA81D
RGB
CMYK
RGB Variations
Color information
#BCA81D (or 0xBCA81D) is known color: Earls Green. HEX triplet: BC, A8 and 1D. RGB value is (188,168,29). Sum of RGB (Red+Green+Blue) = 188+168+29=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA81D is #4357E2. Grayscale: #9E9E9E. Windows color (decimal): -4413411 or 1943740. OLE color: 1943740.
HSL color Cylindrical-coordinate representation of color #BCA81D: hue angle of 52.45º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCA81D is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 29 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.26 |
| HSL | 52.45º | 0.73% | 0.43% | - |
| HSV(B) | 52.45º | 0.85% | 0.74% | - |
| XYZ | 34.96 | 38.79 | 6.81 | - |
| YUV | 158.13 | 55.13 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 29 | 0 | 0.11 | 0.85 | 0.26 | 52.45 | 0.73 | 0.43 |
| Hex | BC | A8 | 1D | 0 | B | 55 | 1A | 34 | 49 | 2B |
| Octal | 274 | 250 | 35 | 0 | 13 | 125 | 32 | 64 | 111 | 53 |
| Binary | 10111100 | 10101000 | 11101 | 0 | 1011 | 1010101 | 11010 | 110100 | 1001001 | 101011 |
Color Harmonies of #BCA81D
Complementary color
Monochromatic Colors of #BCA81D
Black with #BCA81D
Text Example
Text Example
White with #BCA81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA81D; }
p { color: rgb(188,168,29); }
H1.HeaderClassName
{
color: #BCA81D;
}
.AnyTagClassName
{
color: #BCA81D;
}
</style>
background-color css
<style>
a { background-color: #BCA81D; }
a { background-color: rgb(188,168,29); }
div.DivClassName
{
background-color: #BCA81D;
}
.BgClassName
{
background-color: #BCA81D;
}
</style>
border-color css
<style>
span { border-color: #BCA81D; }
span { border-color: rgb(188,168,29); }
td.TdClassName
{
border-color: #BCA81D;
}
.TagClassName
{
border-color: #BCA81D;
}
</style>