Shades of Earls Green #BCAE2E
Tints of Earls Green #BCAE2E
RGB
CMYK
RGB Variations
Color information
#BCAE2E (or 0xBCAE2E) is known color: Earls Green. HEX triplet: BC, AE and 2E. RGB value is (188,174,46). Sum of RGB (Red+Green+Blue) = 188+174+46=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE2E is #4351D1. Grayscale: #A4A4A4. Windows color (decimal): -4411858 or 3059388. OLE color: 3059388.
HSL color Cylindrical-coordinate representation of color #BCAE2E: hue angle of 54.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCAE2E is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 46 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.26 |
| HSL | 54.08º | 0.61% | 0.46% | - |
| HSV(B) | 54.08º | 0.76% | 0.74% | - |
| XYZ | 36.37 | 41.16 | 8.61 | - |
| YUV | 163.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 46 | 0 | 0.07 | 0.76 | 0.26 | 54.08 | 0.61 | 0.46 |
| Hex | BC | AE | 2E | 0 | 7 | 4C | 1A | 36 | 3D | 2E |
| Octal | 274 | 256 | 56 | 0 | 7 | 114 | 32 | 66 | 75 | 56 |
| Binary | 10111100 | 10101110 | 101110 | 0 | 111 | 1001100 | 11010 | 110110 | 111101 | 101110 |
Color Harmonies of #BCAE2E
Complementary color
Monochromatic Colors of #BCAE2E
Black with #BCAE2E
Text Example
Text Example
White with #BCAE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE2E; }
p { color: rgb(188,174,46); }
H1.HeaderClassName
{
color: #BCAE2E;
}
.AnyTagClassName
{
color: #BCAE2E;
}
</style>
background-color css
<style>
a { background-color: #BCAE2E; }
a { background-color: rgb(188,174,46); }
div.DivClassName
{
background-color: #BCAE2E;
}
.BgClassName
{
background-color: #BCAE2E;
}
</style>
border-color css
<style>
span { border-color: #BCAE2E; }
span { border-color: rgb(188,174,46); }
td.TdClassName
{
border-color: #BCAE2E;
}
.TagClassName
{
border-color: #BCAE2E;
}
</style>