Shades of Earls Green #BEAE32
Tints of Earls Green #BEAE32
RGB
CMYK
RGB Variations
Color information
#BEAE32 (or 0xBEAE32) is known color: Earls Green. HEX triplet: BE, AE and 32. RGB value is (190,174,50). Sum of RGB (Red+Green+Blue) = 190+174+50=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE32 is #4151CD. Grayscale: #A5A5A5. Windows color (decimal): -4280782 or 3321534. OLE color: 3321534.
HSL color Cylindrical-coordinate representation of color #BEAE32: hue angle of 53.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEAE32 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 50 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.25 |
| HSL | 53.14º | 0.58% | 0.47% | - |
| HSV(B) | 53.14º | 0.74% | 0.75% | - |
| XYZ | 36.95 | 41.45 | 9.07 | - |
| YUV | 164.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 50 | 0 | 0.08 | 0.74 | 0.25 | 53.14 | 0.58 | 0.47 |
| Hex | BE | AE | 32 | 0 | 8 | 4A | 19 | 35 | 3A | 2F |
| Octal | 276 | 256 | 62 | 0 | 10 | 112 | 31 | 65 | 72 | 57 |
| Binary | 10111110 | 10101110 | 110010 | 0 | 1000 | 1001010 | 11001 | 110101 | 111010 | 101111 |
Color Harmonies of #BEAE32
Complementary color
Monochromatic Colors of #BEAE32
Black with #BEAE32
Text Example
Text Example
White with #BEAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAE32; }
p { color: rgb(190,174,50); }
H1.HeaderClassName
{
color: #BEAE32;
}
.AnyTagClassName
{
color: #BEAE32;
}
</style>
background-color css
<style>
a { background-color: #BEAE32; }
a { background-color: rgb(190,174,50); }
div.DivClassName
{
background-color: #BEAE32;
}
.BgClassName
{
background-color: #BEAE32;
}
</style>
border-color css
<style>
span { border-color: #BEAE32; }
span { border-color: rgb(190,174,50); }
td.TdClassName
{
border-color: #BEAE32;
}
.TagClassName
{
border-color: #BEAE32;
}
</style>