Shades of Earls Green #BCAB13
Tints of Earls Green #BCAB13
RGB
CMYK
RGB Variations
Color information
#BCAB13 (or 0xBCAB13) is known color: Earls Green. HEX triplet: BC, AB and 13. RGB value is (188,171,19). Sum of RGB (Red+Green+Blue) = 188+171+19=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB13 is #4354EC. Grayscale: #9F9F9F. Windows color (decimal): -4412653 or 1289148. OLE color: 1289148.
HSL color Cylindrical-coordinate representation of color #BCAB13: hue angle of 53.96º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCAB13 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 19 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.26 |
| HSL | 53.96º | 0.82% | 0.41% | - |
| HSV(B) | 53.96º | 0.9% | 0.74% | - |
| XYZ | 35.42 | 39.86 | 6.44 | - |
| YUV | 158.76 | 49.13 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 19 | 0 | 0.09 | 0.90 | 0.26 | 53.96 | 0.82 | 0.41 |
| Hex | BC | AB | 13 | 0 | 9 | 5A | 1A | 36 | 52 | 29 |
| Octal | 274 | 253 | 23 | 0 | 11 | 132 | 32 | 66 | 122 | 51 |
| Binary | 10111100 | 10101011 | 10011 | 0 | 1001 | 1011010 | 11010 | 110110 | 1010010 | 101001 |
Color Harmonies of #BCAB13
Complementary color
Monochromatic Colors of #BCAB13
Black with #BCAB13
Text Example
Text Example
White with #BCAB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB13; }
p { color: rgb(188,171,19); }
H1.HeaderClassName
{
color: #BCAB13;
}
.AnyTagClassName
{
color: #BCAB13;
}
</style>
background-color css
<style>
a { background-color: #BCAB13; }
a { background-color: rgb(188,171,19); }
div.DivClassName
{
background-color: #BCAB13;
}
.BgClassName
{
background-color: #BCAB13;
}
</style>
border-color css
<style>
span { border-color: #BCAB13; }
span { border-color: rgb(188,171,19); }
td.TdClassName
{
border-color: #BCAB13;
}
.TagClassName
{
border-color: #BCAB13;
}
</style>