Shades of Earls Green #BEAB16
Tints of Earls Green #BEAB16
RGB
CMYK
RGB Variations
Color information
#BEAB16 (or 0xBEAB16) is known color: Earls Green. HEX triplet: BE, AB and 16. RGB value is (190,171,22). Sum of RGB (Red+Green+Blue) = 190+171+22=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAB16 is #4154E9. Grayscale: #A0A0A0. Windows color (decimal): -4281578 or 1485758. OLE color: 1485758.
HSL color Cylindrical-coordinate representation of color #BEAB16: hue angle of 53.21º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEAB16 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 22 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.25 |
| HSL | 53.21º | 0.79% | 0.42% | - |
| HSV(B) | 53.21º | 0.88% | 0.75% | - |
| XYZ | 35.94 | 40.13 | 6.61 | - |
| YUV | 159.7 | 50.29 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 22 | 0 | 0.10 | 0.88 | 0.25 | 53.21 | 0.79 | 0.42 |
| Hex | BE | AB | 16 | 0 | A | 58 | 19 | 35 | 4F | 2A |
| Octal | 276 | 253 | 26 | 0 | 12 | 130 | 31 | 65 | 117 | 52 |
| Binary | 10111110 | 10101011 | 10110 | 0 | 1010 | 1011000 | 11001 | 110101 | 1001111 | 101010 |
Color Harmonies of #BEAB16
Complementary color
Monochromatic Colors of #BEAB16
Black with #BEAB16
Text Example
Text Example
White with #BEAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB16; }
p { color: rgb(190,171,22); }
H1.HeaderClassName
{
color: #BEAB16;
}
.AnyTagClassName
{
color: #BEAB16;
}
</style>
background-color css
<style>
a { background-color: #BEAB16; }
a { background-color: rgb(190,171,22); }
div.DivClassName
{
background-color: #BEAB16;
}
.BgClassName
{
background-color: #BEAB16;
}
</style>
border-color css
<style>
span { border-color: #BEAB16; }
span { border-color: rgb(190,171,22); }
td.TdClassName
{
border-color: #BEAB16;
}
.TagClassName
{
border-color: #BEAB16;
}
</style>