Shades of Earls Green #BCAE31
Tints of Earls Green #BCAE31
RGB
CMYK
RGB Variations
Color information
#BCAE31 (or 0xBCAE31) is known color: Earls Green. HEX triplet: BC, AE and 31. RGB value is (188,174,49). Sum of RGB (Red+Green+Blue) = 188+174+49=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE31 is #4351CE. Grayscale: #A4A4A4. Windows color (decimal): -4411855 or 3255996. OLE color: 3255996.
HSL color Cylindrical-coordinate representation of color #BCAE31: hue angle of 53.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCAE31 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 49 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.26 |
| HSL | 53.96º | 0.59% | 0.46% | - |
| HSV(B) | 53.96º | 0.74% | 0.74% | - |
| XYZ | 36.43 | 41.19 | 8.94 | - |
| YUV | 163.94 | 63.14 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 49 | 0 | 0.07 | 0.74 | 0.26 | 53.96 | 0.59 | 0.46 |
| Hex | BC | AE | 31 | 0 | 7 | 4A | 1A | 36 | 3B | 2E |
| Octal | 274 | 256 | 61 | 0 | 7 | 112 | 32 | 66 | 73 | 56 |
| Binary | 10111100 | 10101110 | 110001 | 0 | 111 | 1001010 | 11010 | 110110 | 111011 | 101110 |
Color Harmonies of #BCAE31
Complementary color
Monochromatic Colors of #BCAE31
Black with #BCAE31
Text Example
Text Example
White with #BCAE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE31; }
p { color: rgb(188,174,49); }
H1.HeaderClassName
{
color: #BCAE31;
}
.AnyTagClassName
{
color: #BCAE31;
}
</style>
background-color css
<style>
a { background-color: #BCAE31; }
a { background-color: rgb(188,174,49); }
div.DivClassName
{
background-color: #BCAE31;
}
.BgClassName
{
background-color: #BCAE31;
}
</style>
border-color css
<style>
span { border-color: #BCAE31; }
span { border-color: rgb(188,174,49); }
td.TdClassName
{
border-color: #BCAE31;
}
.TagClassName
{
border-color: #BCAE31;
}
</style>