Shades of Earls Green #BCAE20
Tints of Earls Green #BCAE20
RGB
CMYK
RGB Variations
Color information
#BCAE20 (or 0xBCAE20) is known color: Earls Green. HEX triplet: BC, AE and 20. RGB value is (188,174,32). Sum of RGB (Red+Green+Blue) = 188+174+32=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE20 is #4351DF. Grayscale: #A2A2A2. Windows color (decimal): -4411872 or 2141884. OLE color: 2141884.
HSL color Cylindrical-coordinate representation of color #BCAE20: hue angle of 54.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCAE20 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 32 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.26 |
| HSL | 54.62º | 0.71% | 0.43% | - |
| HSV(B) | 54.62º | 0.83% | 0.74% | - |
| XYZ | 36.14 | 41.07 | 7.39 | - |
| YUV | 162 | 54.64 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 32 | 0 | 0.07 | 0.83 | 0.26 | 54.62 | 0.71 | 0.43 |
| Hex | BC | AE | 20 | 0 | 7 | 53 | 1A | 37 | 47 | 2B |
| Octal | 274 | 256 | 40 | 0 | 7 | 123 | 32 | 67 | 107 | 53 |
| Binary | 10111100 | 10101110 | 100000 | 0 | 111 | 1010011 | 11010 | 110111 | 1000111 | 101011 |
Color Harmonies of #BCAE20
Complementary color
Monochromatic Colors of #BCAE20
Black with #BCAE20
Text Example
Text Example
White with #BCAE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE20; }
p { color: rgb(188,174,32); }
H1.HeaderClassName
{
color: #BCAE20;
}
.AnyTagClassName
{
color: #BCAE20;
}
</style>
background-color css
<style>
a { background-color: #BCAE20; }
a { background-color: rgb(188,174,32); }
div.DivClassName
{
background-color: #BCAE20;
}
.BgClassName
{
background-color: #BCAE20;
}
</style>
border-color css
<style>
span { border-color: #BCAE20; }
span { border-color: rgb(188,174,32); }
td.TdClassName
{
border-color: #BCAE20;
}
.TagClassName
{
border-color: #BCAE20;
}
</style>