Shades of Earls Green #BCAE16
Tints of Earls Green #BCAE16
RGB
CMYK
RGB Variations
Color information
#BCAE16 (or 0xBCAE16) is known color: Earls Green. HEX triplet: BC, AE and 16. RGB value is (188,174,22). Sum of RGB (Red+Green+Blue) = 188+174+22=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAE16 is #4351E9. Grayscale: #A1A1A1. Windows color (decimal): -4411882 or 1486524. OLE color: 1486524.
HSL color Cylindrical-coordinate representation of color #BCAE16: hue angle of 54.94º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCAE16 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 22 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.26 |
| HSL | 54.94º | 0.79% | 0.41% | - |
| HSV(B) | 54.94º | 0.88% | 0.74% | - |
| XYZ | 36.02 | 41.02 | 6.78 | - |
| YUV | 160.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 22 | 0 | 0.07 | 0.88 | 0.26 | 54.94 | 0.79 | 0.41 |
| Hex | BC | AE | 16 | 0 | 7 | 58 | 1A | 37 | 4F | 29 |
| Octal | 274 | 256 | 26 | 0 | 7 | 130 | 32 | 67 | 117 | 51 |
| Binary | 10111100 | 10101110 | 10110 | 0 | 111 | 1011000 | 11010 | 110111 | 1001111 | 101001 |
Color Harmonies of #BCAE16
Complementary color
Monochromatic Colors of #BCAE16
Black with #BCAE16
Text Example
Text Example
White with #BCAE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE16; }
p { color: rgb(188,174,22); }
H1.HeaderClassName
{
color: #BCAE16;
}
.AnyTagClassName
{
color: #BCAE16;
}
</style>
background-color css
<style>
a { background-color: #BCAE16; }
a { background-color: rgb(188,174,22); }
div.DivClassName
{
background-color: #BCAE16;
}
.BgClassName
{
background-color: #BCAE16;
}
</style>
border-color css
<style>
span { border-color: #BCAE16; }
span { border-color: rgb(188,174,22); }
td.TdClassName
{
border-color: #BCAE16;
}
.TagClassName
{
border-color: #BCAE16;
}
</style>