Shades of Earls Green #BEAA28
Tints of Earls Green #BEAA28
RGB
CMYK
RGB Variations
Color information
#BEAA28 (or 0xBEAA28) is known color: Earls Green. HEX triplet: BE, AA and 28. RGB value is (190,170,40). Sum of RGB (Red+Green+Blue) = 190+170+40=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAA28 is #4155D7. Grayscale: #A1A1A1. Windows color (decimal): -4281816 or 2665150. OLE color: 2665150.
HSL color Cylindrical-coordinate representation of color #BEAA28: hue angle of 52º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEAA28 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 40 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.25 |
| HSL | 52º | 0.65% | 0.45% | - |
| HSV(B) | 52º | 0.79% | 0.75% | - |
| XYZ | 35.99 | 39.85 | 7.8 | - |
| YUV | 161.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 40 | 0 | 0.11 | 0.79 | 0.25 | 52 | 0.65 | 0.45 |
| Hex | BE | AA | 28 | 0 | B | 4F | 19 | 34 | 41 | 2D |
| Octal | 276 | 252 | 50 | 0 | 13 | 117 | 31 | 64 | 101 | 55 |
| Binary | 10111110 | 10101010 | 101000 | 0 | 1011 | 1001111 | 11001 | 110100 | 1000001 | 101101 |
Color Harmonies of #BEAA28
Complementary color
Monochromatic Colors of #BEAA28
Black with #BEAA28
Text Example
Text Example
White with #BEAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA28; }
p { color: rgb(190,170,40); }
H1.HeaderClassName
{
color: #BEAA28;
}
.AnyTagClassName
{
color: #BEAA28;
}
</style>
background-color css
<style>
a { background-color: #BEAA28; }
a { background-color: rgb(190,170,40); }
div.DivClassName
{
background-color: #BEAA28;
}
.BgClassName
{
background-color: #BEAA28;
}
</style>
border-color css
<style>
span { border-color: #BEAA28; }
span { border-color: rgb(190,170,40); }
td.TdClassName
{
border-color: #BEAA28;
}
.TagClassName
{
border-color: #BEAA28;
}
</style>