Shades of Earls Green #BCAE14
Tints of Earls Green #BCAE14
RGB
CMYK
RGB Variations
Color information
#BCAE14 (or 0xBCAE14) is known color: Earls Green. HEX triplet: BC, AE and 14. RGB value is (188,174,20). Sum of RGB (Red+Green+Blue) = 188+174+20=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAE14 is #4351EB. Grayscale: #A1A1A1. Windows color (decimal): -4411884 or 1355452. OLE color: 1355452.
HSL color Cylindrical-coordinate representation of color #BCAE14: hue angle of 55º 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 #BCAE14 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 20 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.26 |
| HSL | 55º | 0.81% | 0.41% | - |
| HSV(B) | 55º | 0.89% | 0.74% | - |
| XYZ | 36 | 41.01 | 6.68 | - |
| YUV | 160.63 | 48.64 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 20 | 0 | 0.07 | 0.89 | 0.26 | 55 | 0.81 | 0.41 |
| Hex | BC | AE | 14 | 0 | 7 | 59 | 1A | 37 | 51 | 29 |
| Octal | 274 | 256 | 24 | 0 | 7 | 131 | 32 | 67 | 121 | 51 |
| Binary | 10111100 | 10101110 | 10100 | 0 | 111 | 1011001 | 11010 | 110111 | 1010001 | 101001 |
Color Harmonies of #BCAE14
Complementary color
Monochromatic Colors of #BCAE14
Black with #BCAE14
Text Example
Text Example
White with #BCAE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE14; }
p { color: rgb(188,174,20); }
H1.HeaderClassName
{
color: #BCAE14;
}
.AnyTagClassName
{
color: #BCAE14;
}
</style>
background-color css
<style>
a { background-color: #BCAE14; }
a { background-color: rgb(188,174,20); }
div.DivClassName
{
background-color: #BCAE14;
}
.BgClassName
{
background-color: #BCAE14;
}
</style>
border-color css
<style>
span { border-color: #BCAE14; }
span { border-color: rgb(188,174,20); }
td.TdClassName
{
border-color: #BCAE14;
}
.TagClassName
{
border-color: #BCAE14;
}
</style>