Shades of Earls Green #BEAB20
Tints of Earls Green #BEAB20
RGB
CMYK
RGB Variations
Color information
#BEAB20 (or 0xBEAB20) is known color: Earls Green. HEX triplet: BE, AB and 20. RGB value is (190,171,32). Sum of RGB (Red+Green+Blue) = 190+171+32=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB20 is #4154DF. Grayscale: #A1A1A1. Windows color (decimal): -4281568 or 2141118. OLE color: 2141118.
HSL color Cylindrical-coordinate representation of color #BEAB20: hue angle of 52.78º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEAB20 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 32 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.25 |
| HSL | 52.78º | 0.71% | 0.44% | - |
| HSV(B) | 52.78º | 0.83% | 0.75% | - |
| XYZ | 36.06 | 40.18 | 7.22 | - |
| YUV | 160.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 32 | 0 | 0.10 | 0.83 | 0.25 | 52.78 | 0.71 | 0.44 |
| Hex | BE | AB | 20 | 0 | A | 53 | 19 | 35 | 47 | 2C |
| Octal | 276 | 253 | 40 | 0 | 12 | 123 | 31 | 65 | 107 | 54 |
| Binary | 10111110 | 10101011 | 100000 | 0 | 1010 | 1010011 | 11001 | 110101 | 1000111 | 101100 |
Color Harmonies of #BEAB20
Complementary color
Monochromatic Colors of #BEAB20
Black with #BEAB20
Text Example
Text Example
White with #BEAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB20; }
p { color: rgb(190,171,32); }
H1.HeaderClassName
{
color: #BEAB20;
}
.AnyTagClassName
{
color: #BEAB20;
}
</style>
background-color css
<style>
a { background-color: #BEAB20; }
a { background-color: rgb(190,171,32); }
div.DivClassName
{
background-color: #BEAB20;
}
.BgClassName
{
background-color: #BEAB20;
}
</style>
border-color css
<style>
span { border-color: #BEAB20; }
span { border-color: rgb(190,171,32); }
td.TdClassName
{
border-color: #BEAB20;
}
.TagClassName
{
border-color: #BEAB20;
}
</style>