Shades of Earls Green #BEAB1E
Tints of Earls Green #BEAB1E
RGB
CMYK
RGB Variations
Color information
#BEAB1E (or 0xBEAB1E) is known color: Earls Green. HEX triplet: BE, AB and 1E. RGB value is (190,171,30). Sum of RGB (Red+Green+Blue) = 190+171+30=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB1E is #4154E1. Grayscale: #A1A1A1. Windows color (decimal): -4281570 or 2010046. OLE color: 2010046.
HSL color Cylindrical-coordinate representation of color #BEAB1E: hue angle of 52.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEAB1E is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 30 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.25 |
| HSL | 52.88º | 0.73% | 0.43% | - |
| HSV(B) | 52.88º | 0.84% | 0.75% | - |
| XYZ | 36.03 | 40.17 | 7.08 | - |
| YUV | 160.61 | 54.29 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 30 | 0 | 0.10 | 0.84 | 0.25 | 52.88 | 0.73 | 0.43 |
| Hex | BE | AB | 1E | 0 | A | 54 | 19 | 35 | 49 | 2B |
| Octal | 276 | 253 | 36 | 0 | 12 | 124 | 31 | 65 | 111 | 53 |
| Binary | 10111110 | 10101011 | 11110 | 0 | 1010 | 1010100 | 11001 | 110101 | 1001001 | 101011 |
Color Harmonies of #BEAB1E
Complementary color
Monochromatic Colors of #BEAB1E
Black with #BEAB1E
Text Example
Text Example
White with #BEAB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB1E; }
p { color: rgb(190,171,30); }
H1.HeaderClassName
{
color: #BEAB1E;
}
.AnyTagClassName
{
color: #BEAB1E;
}
</style>
background-color css
<style>
a { background-color: #BEAB1E; }
a { background-color: rgb(190,171,30); }
div.DivClassName
{
background-color: #BEAB1E;
}
.BgClassName
{
background-color: #BEAB1E;
}
</style>
border-color css
<style>
span { border-color: #BEAB1E; }
span { border-color: rgb(190,171,30); }
td.TdClassName
{
border-color: #BEAB1E;
}
.TagClassName
{
border-color: #BEAB1E;
}
</style>