Shades of Earls Green #BCAE32
Tints of Earls Green #BCAE32
RGB
CMYK
RGB Variations
Color information
#BCAE32 (or 0xBCAE32) is known color: Earls Green. HEX triplet: BC, AE and 32. RGB value is (188,174,50). Sum of RGB (Red+Green+Blue) = 188+174+50=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE32 is #4351CD. Grayscale: #A4A4A4. Windows color (decimal): -4411854 or 3321532. OLE color: 3321532.
HSL color Cylindrical-coordinate representation of color #BCAE32: hue angle of 53.91º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCAE32 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 50 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.26 |
| HSL | 53.91º | 0.58% | 0.47% | - |
| HSV(B) | 53.91º | 0.73% | 0.74% | - |
| XYZ | 36.45 | 41.19 | 9.05 | - |
| YUV | 164.05 | 63.64 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 50 | 0 | 0.07 | 0.73 | 0.26 | 53.91 | 0.58 | 0.47 |
| Hex | BC | AE | 32 | 0 | 7 | 49 | 1A | 36 | 3A | 2F |
| Octal | 274 | 256 | 62 | 0 | 7 | 111 | 32 | 66 | 72 | 57 |
| Binary | 10111100 | 10101110 | 110010 | 0 | 111 | 1001001 | 11010 | 110110 | 111010 | 101111 |
Color Harmonies of #BCAE32
Complementary color
Monochromatic Colors of #BCAE32
Black with #BCAE32
Text Example
Text Example
White with #BCAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE32; }
p { color: rgb(188,174,50); }
H1.HeaderClassName
{
color: #BCAE32;
}
.AnyTagClassName
{
color: #BCAE32;
}
</style>
background-color css
<style>
a { background-color: #BCAE32; }
a { background-color: rgb(188,174,50); }
div.DivClassName
{
background-color: #BCAE32;
}
.BgClassName
{
background-color: #BCAE32;
}
</style>
border-color css
<style>
span { border-color: #BCAE32; }
span { border-color: rgb(188,174,50); }
td.TdClassName
{
border-color: #BCAE32;
}
.TagClassName
{
border-color: #BCAE32;
}
</style>