Shades of Earls Green #BCAB1B
Tints of Earls Green #BCAB1B
RGB
CMYK
RGB Variations
Color information
#BCAB1B (or 0xBCAB1B) is known color: Earls Green. HEX triplet: BC, AB and 1B. RGB value is (188,171,27). Sum of RGB (Red+Green+Blue) = 188+171+27=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB1B is #4354E4. Grayscale: #A0A0A0. Windows color (decimal): -4412645 or 1813436. OLE color: 1813436.
HSL color Cylindrical-coordinate representation of color #BCAB1B: hue angle of 53.66º degrees, saturation: 0.75, 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 #BCAB1B is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 27 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.26 |
| HSL | 53.66º | 0.75% | 0.42% | - |
| HSV(B) | 53.66º | 0.86% | 0.74% | - |
| XYZ | 35.5 | 39.9 | 6.87 | - |
| YUV | 159.67 | 53.13 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 27 | 0 | 0.09 | 0.86 | 0.26 | 53.66 | 0.75 | 0.42 |
| Hex | BC | AB | 1B | 0 | 9 | 56 | 1A | 36 | 4B | 2A |
| Octal | 274 | 253 | 33 | 0 | 11 | 126 | 32 | 66 | 113 | 52 |
| Binary | 10111100 | 10101011 | 11011 | 0 | 1001 | 1010110 | 11010 | 110110 | 1001011 | 101010 |
Color Harmonies of #BCAB1B
Complementary color
Monochromatic Colors of #BCAB1B
Black with #BCAB1B
Text Example
Text Example
White with #BCAB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB1B; }
p { color: rgb(188,171,27); }
H1.HeaderClassName
{
color: #BCAB1B;
}
.AnyTagClassName
{
color: #BCAB1B;
}
</style>
background-color css
<style>
a { background-color: #BCAB1B; }
a { background-color: rgb(188,171,27); }
div.DivClassName
{
background-color: #BCAB1B;
}
.BgClassName
{
background-color: #BCAB1B;
}
</style>
border-color css
<style>
span { border-color: #BCAB1B; }
span { border-color: rgb(188,171,27); }
td.TdClassName
{
border-color: #BCAB1B;
}
.TagClassName
{
border-color: #BCAB1B;
}
</style>