Shades of Earls Green #BEAB0F
Tints of Earls Green #BEAB0F
RGB
CMYK
RGB Variations
Color information
#BEAB0F (or 0xBEAB0F) is known color: Earls Green. HEX triplet: BE, AB and 0F. RGB value is (190,171,15). Sum of RGB (Red+Green+Blue) = 190+171+15=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAB0F is #4154F0. Grayscale: #9F9F9F. Windows color (decimal): -4281585 or 1027006. OLE color: 1027006.
HSL color Cylindrical-coordinate representation of color #BEAB0F: hue angle of 53.49º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEAB0F is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 15 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.25 |
| HSL | 53.49º | 0.85% | 0.4% | - |
| HSV(B) | 53.49º | 0.92% | 0.75% | - |
| XYZ | 35.88 | 40.11 | 6.3 | - |
| YUV | 158.9 | 46.79 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 15 | 0 | 0.10 | 0.92 | 0.25 | 53.49 | 0.85 | 0.4 |
| Hex | BE | AB | F | 0 | A | 5C | 19 | 35 | 55 | 28 |
| Octal | 276 | 253 | 17 | 0 | 12 | 134 | 31 | 65 | 125 | 50 |
| Binary | 10111110 | 10101011 | 1111 | 0 | 1010 | 1011100 | 11001 | 110101 | 1010101 | 101000 |
Color Harmonies of #BEAB0F
Complementary color
Monochromatic Colors of #BEAB0F
Black with #BEAB0F
Text Example
Text Example
White with #BEAB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB0F; }
p { color: rgb(190,171,15); }
H1.HeaderClassName
{
color: #BEAB0F;
}
.AnyTagClassName
{
color: #BEAB0F;
}
</style>
background-color css
<style>
a { background-color: #BEAB0F; }
a { background-color: rgb(190,171,15); }
div.DivClassName
{
background-color: #BEAB0F;
}
.BgClassName
{
background-color: #BEAB0F;
}
</style>
border-color css
<style>
span { border-color: #BEAB0F; }
span { border-color: rgb(190,171,15); }
td.TdClassName
{
border-color: #BEAB0F;
}
.TagClassName
{
border-color: #BEAB0F;
}
</style>