Shades of Earls Green #BCAB19
Tints of Earls Green #BCAB19
RGB
CMYK
RGB Variations
Color information
#BCAB19 (or 0xBCAB19) is known color: Earls Green. HEX triplet: BC, AB and 19. RGB value is (188,171,25). Sum of RGB (Red+Green+Blue) = 188+171+25=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB19 is #4354E6. Grayscale: #A0A0A0. Windows color (decimal): -4412647 or 1682364. OLE color: 1682364.
HSL color Cylindrical-coordinate representation of color #BCAB19: hue angle of 53.74º 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 #BCAB19 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 25 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.26 |
| HSL | 53.74º | 0.77% | 0.42% | - |
| HSV(B) | 53.74º | 0.87% | 0.74% | - |
| XYZ | 35.48 | 39.89 | 6.75 | - |
| YUV | 159.44 | 52.13 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 25 | 0 | 0.09 | 0.87 | 0.26 | 53.74 | 0.77 | 0.42 |
| Hex | BC | AB | 19 | 0 | 9 | 57 | 1A | 36 | 4D | 2A |
| Octal | 274 | 253 | 31 | 0 | 11 | 127 | 32 | 66 | 115 | 52 |
| Binary | 10111100 | 10101011 | 11001 | 0 | 1001 | 1010111 | 11010 | 110110 | 1001101 | 101010 |
Color Harmonies of #BCAB19
Complementary color
Monochromatic Colors of #BCAB19
Black with #BCAB19
Text Example
Text Example
White with #BCAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB19; }
p { color: rgb(188,171,25); }
H1.HeaderClassName
{
color: #BCAB19;
}
.AnyTagClassName
{
color: #BCAB19;
}
</style>
background-color css
<style>
a { background-color: #BCAB19; }
a { background-color: rgb(188,171,25); }
div.DivClassName
{
background-color: #BCAB19;
}
.BgClassName
{
background-color: #BCAB19;
}
</style>
border-color css
<style>
span { border-color: #BCAB19; }
span { border-color: rgb(188,171,25); }
td.TdClassName
{
border-color: #BCAB19;
}
.TagClassName
{
border-color: #BCAB19;
}
</style>