Shades of Earls Green #BCAE12
Tints of Earls Green #BCAE12
RGB
CMYK
RGB Variations
Color information
#BCAE12 (or 0xBCAE12) is known color: Earls Green. HEX triplet: BC, AE and 12. RGB value is (188,174,18). Sum of RGB (Red+Green+Blue) = 188+174+18=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAE12 is #4351ED. Grayscale: #A1A1A1. Windows color (decimal): -4411886 or 1224380. OLE color: 1224380.
HSL color Cylindrical-coordinate representation of color #BCAE12: hue angle of 55.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCAE12 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 18 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.26 |
| HSL | 55.06º | 0.83% | 0.4% | - |
| HSV(B) | 55.06º | 0.9% | 0.74% | - |
| XYZ | 35.98 | 41.01 | 6.59 | - |
| YUV | 160.4 | 47.64 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 18 | 0 | 0.07 | 0.90 | 0.26 | 55.06 | 0.83 | 0.4 |
| Hex | BC | AE | 12 | 0 | 7 | 5A | 1A | 37 | 53 | 28 |
| Octal | 274 | 256 | 22 | 0 | 7 | 132 | 32 | 67 | 123 | 50 |
| Binary | 10111100 | 10101110 | 10010 | 0 | 111 | 1011010 | 11010 | 110111 | 1010011 | 101000 |
Color Harmonies of #BCAE12
Complementary color
Monochromatic Colors of #BCAE12
Black with #BCAE12
Text Example
Text Example
White with #BCAE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE12; }
p { color: rgb(188,174,18); }
H1.HeaderClassName
{
color: #BCAE12;
}
.AnyTagClassName
{
color: #BCAE12;
}
</style>
background-color css
<style>
a { background-color: #BCAE12; }
a { background-color: rgb(188,174,18); }
div.DivClassName
{
background-color: #BCAE12;
}
.BgClassName
{
background-color: #BCAE12;
}
</style>
border-color css
<style>
span { border-color: #BCAE12; }
span { border-color: rgb(188,174,18); }
td.TdClassName
{
border-color: #BCAE12;
}
.TagClassName
{
border-color: #BCAE12;
}
</style>