Shades of Earls Green #BCAB1E
Tints of Earls Green #BCAB1E
RGB
CMYK
RGB Variations
Color information
#BCAB1E (or 0xBCAB1E) is known color: Earls Green. HEX triplet: BC, AB and 1E. RGB value is (188,171,30). Sum of RGB (Red+Green+Blue) = 188+171+30=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB1E is #4354E1. Grayscale: #A0A0A0. Windows color (decimal): -4412642 or 2010044. OLE color: 2010044.
HSL color Cylindrical-coordinate representation of color #BCAB1E: hue angle of 53.54º 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 #BCAB1E is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 30 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.26 |
| HSL | 53.54º | 0.72% | 0.43% | - |
| HSV(B) | 53.54º | 0.84% | 0.74% | - |
| XYZ | 35.54 | 39.91 | 7.06 | - |
| YUV | 160.01 | 54.63 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 30 | 0 | 0.09 | 0.84 | 0.26 | 53.54 | 0.72 | 0.43 |
| Hex | BC | AB | 1E | 0 | 9 | 54 | 1A | 36 | 48 | 2B |
| Octal | 274 | 253 | 36 | 0 | 11 | 124 | 32 | 66 | 110 | 53 |
| Binary | 10111100 | 10101011 | 11110 | 0 | 1001 | 1010100 | 11010 | 110110 | 1001000 | 101011 |
Color Harmonies of #BCAB1E
Complementary color
Monochromatic Colors of #BCAB1E
Black with #BCAB1E
Text Example
Text Example
White with #BCAB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB1E; }
p { color: rgb(188,171,30); }
H1.HeaderClassName
{
color: #BCAB1E;
}
.AnyTagClassName
{
color: #BCAB1E;
}
</style>
background-color css
<style>
a { background-color: #BCAB1E; }
a { background-color: rgb(188,171,30); }
div.DivClassName
{
background-color: #BCAB1E;
}
.BgClassName
{
background-color: #BCAB1E;
}
</style>
border-color css
<style>
span { border-color: #BCAB1E; }
span { border-color: rgb(188,171,30); }
td.TdClassName
{
border-color: #BCAB1E;
}
.TagClassName
{
border-color: #BCAB1E;
}
</style>