Shades of Earls Green #BCAE28
Tints of Earls Green #BCAE28
RGB
CMYK
RGB Variations
Color information
#BCAE28 (or 0xBCAE28) is known color: Earls Green. HEX triplet: BC, AE and 28. RGB value is (188,174,40). Sum of RGB (Red+Green+Blue) = 188+174+40=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE28 is #4351D7. Grayscale: #A3A3A3. Windows color (decimal): -4411864 or 2666172. OLE color: 2666172.
HSL color Cylindrical-coordinate representation of color #BCAE28: hue angle of 54.32º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCAE28 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 40 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.26 |
| HSL | 54.32º | 0.65% | 0.45% | - |
| HSV(B) | 54.32º | 0.79% | 0.74% | - |
| XYZ | 36.26 | 41.12 | 8.03 | - |
| YUV | 162.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 40 | 0 | 0.07 | 0.79 | 0.26 | 54.32 | 0.65 | 0.45 |
| Hex | BC | AE | 28 | 0 | 7 | 4F | 1A | 36 | 41 | 2D |
| Octal | 274 | 256 | 50 | 0 | 7 | 117 | 32 | 66 | 101 | 55 |
| Binary | 10111100 | 10101110 | 101000 | 0 | 111 | 1001111 | 11010 | 110110 | 1000001 | 101101 |
Color Harmonies of #BCAE28
Complementary color
Monochromatic Colors of #BCAE28
Black with #BCAE28
Text Example
Text Example
White with #BCAE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE28; }
p { color: rgb(188,174,40); }
H1.HeaderClassName
{
color: #BCAE28;
}
.AnyTagClassName
{
color: #BCAE28;
}
</style>
background-color css
<style>
a { background-color: #BCAE28; }
a { background-color: rgb(188,174,40); }
div.DivClassName
{
background-color: #BCAE28;
}
.BgClassName
{
background-color: #BCAE28;
}
</style>
border-color css
<style>
span { border-color: #BCAE28; }
span { border-color: rgb(188,174,40); }
td.TdClassName
{
border-color: #BCAE28;
}
.TagClassName
{
border-color: #BCAE28;
}
</style>