Shades of Earls Green #BEAA32
Tints of Earls Green #BEAA32
RGB
CMYK
RGB Variations
Color information
#BEAA32 (or 0xBEAA32) is known color: Earls Green. HEX triplet: BE, AA and 32. RGB value is (190,170,50). Sum of RGB (Red+Green+Blue) = 190+170+50=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAA32 is #4155CD. Grayscale: #A2A2A2. Windows color (decimal): -4281806 or 3320510. OLE color: 3320510.
HSL color Cylindrical-coordinate representation of color #BEAA32: hue angle of 51.43º 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 #BEAA32 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 50 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.25 |
| HSL | 51.43º | 0.58% | 0.47% | - |
| HSV(B) | 51.43º | 0.74% | 0.75% | - |
| XYZ | 36.19 | 39.93 | 8.82 | - |
| YUV | 162.3 | 64.63 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 50 | 0 | 0.11 | 0.74 | 0.25 | 51.43 | 0.58 | 0.47 |
| Hex | BE | AA | 32 | 0 | B | 4A | 19 | 33 | 3A | 2F |
| Octal | 276 | 252 | 62 | 0 | 13 | 112 | 31 | 63 | 72 | 57 |
| Binary | 10111110 | 10101010 | 110010 | 0 | 1011 | 1001010 | 11001 | 110011 | 111010 | 101111 |
Color Harmonies of #BEAA32
Complementary color
Monochromatic Colors of #BEAA32
Black with #BEAA32
Text Example
Text Example
White with #BEAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA32; }
p { color: rgb(190,170,50); }
H1.HeaderClassName
{
color: #BEAA32;
}
.AnyTagClassName
{
color: #BEAA32;
}
</style>
background-color css
<style>
a { background-color: #BEAA32; }
a { background-color: rgb(190,170,50); }
div.DivClassName
{
background-color: #BEAA32;
}
.BgClassName
{
background-color: #BEAA32;
}
</style>
border-color css
<style>
span { border-color: #BEAA32; }
span { border-color: rgb(190,170,50); }
td.TdClassName
{
border-color: #BEAA32;
}
.TagClassName
{
border-color: #BEAA32;
}
</style>