Shades of Earls Green #BEAB2E
Tints of Earls Green #BEAB2E
RGB
CMYK
RGB Variations
Color information
#BEAB2E (or 0xBEAB2E) is known color: Earls Green. HEX triplet: BE, AB and 2E. RGB value is (190,171,46). Sum of RGB (Red+Green+Blue) = 190+171+46=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB2E is #4154D1. Grayscale: #A2A2A2. Windows color (decimal): -4281554 or 3058622. OLE color: 3058622.
HSL color Cylindrical-coordinate representation of color #BEAB2E: hue angle of 52.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEAB2E is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 46 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.25 |
| HSL | 52.08º | 0.61% | 0.46% | - |
| HSV(B) | 52.08º | 0.76% | 0.75% | - |
| XYZ | 36.29 | 40.27 | 8.44 | - |
| YUV | 162.43 | 62.29 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 46 | 0 | 0.10 | 0.76 | 0.25 | 52.08 | 0.61 | 0.46 |
| Hex | BE | AB | 2E | 0 | A | 4C | 19 | 34 | 3D | 2E |
| Octal | 276 | 253 | 56 | 0 | 12 | 114 | 31 | 64 | 75 | 56 |
| Binary | 10111110 | 10101011 | 101110 | 0 | 1010 | 1001100 | 11001 | 110100 | 111101 | 101110 |
Color Harmonies of #BEAB2E
Complementary color
Monochromatic Colors of #BEAB2E
Black with #BEAB2E
Text Example
Text Example
White with #BEAB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB2E; }
p { color: rgb(190,171,46); }
H1.HeaderClassName
{
color: #BEAB2E;
}
.AnyTagClassName
{
color: #BEAB2E;
}
</style>
background-color css
<style>
a { background-color: #BEAB2E; }
a { background-color: rgb(190,171,46); }
div.DivClassName
{
background-color: #BEAB2E;
}
.BgClassName
{
background-color: #BEAB2E;
}
</style>
border-color css
<style>
span { border-color: #BEAB2E; }
span { border-color: rgb(190,171,46); }
td.TdClassName
{
border-color: #BEAB2E;
}
.TagClassName
{
border-color: #BEAB2E;
}
</style>