Shades of Earls Green #BCB114
Tints of Earls Green #BCB114
RGB
CMYK
RGB Variations
Color information
#BCB114 (or 0xBCB114) is known color: Earls Green. HEX triplet: BC, B1 and 14. RGB value is (188,177,20). Sum of RGB (Red+Green+Blue) = 188+177+20=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB114 is #434EEB. Grayscale: #A3A3A3. Windows color (decimal): -4411116 or 1356220. OLE color: 1356220.
HSL color Cylindrical-coordinate representation of color #BCB114: hue angle of 56.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCB114 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 20 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.26 |
| HSL | 56.07º | 0.81% | 0.41% | - |
| HSV(B) | 56.07º | 0.89% | 0.74% | - |
| XYZ | 36.59 | 42.19 | 6.88 | - |
| YUV | 162.39 | 47.64 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 20 | 0 | 0.06 | 0.89 | 0.26 | 56.07 | 0.81 | 0.41 |
| Hex | BC | B1 | 14 | 0 | 6 | 59 | 1A | 38 | 51 | 29 |
| Octal | 274 | 261 | 24 | 0 | 6 | 131 | 32 | 70 | 121 | 51 |
| Binary | 10111100 | 10110001 | 10100 | 0 | 110 | 1011001 | 11010 | 111000 | 1010001 | 101001 |
Color Harmonies of #BCB114
Complementary color
Monochromatic Colors of #BCB114
Black with #BCB114
Text Example
Text Example
White with #BCB114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB114; }
p { color: rgb(188,177,20); }
H1.HeaderClassName
{
color: #BCB114;
}
.AnyTagClassName
{
color: #BCB114;
}
</style>
background-color css
<style>
a { background-color: #BCB114; }
a { background-color: rgb(188,177,20); }
div.DivClassName
{
background-color: #BCB114;
}
.BgClassName
{
background-color: #BCB114;
}
</style>
border-color css
<style>
span { border-color: #BCB114; }
span { border-color: rgb(188,177,20); }
td.TdClassName
{
border-color: #BCB114;
}
.TagClassName
{
border-color: #BCB114;
}
</style>