Shades of Earls Green #BEAF11
Tints of Earls Green #BEAF11
RGB
CMYK
RGB Variations
Color information
#BEAF11 (or 0xBEAF11) is known color: Earls Green. HEX triplet: BE, AF and 11. RGB value is (190,175,17). Sum of RGB (Red+Green+Blue) = 190+175+17=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAF11 is #4150EE. Grayscale: #A2A2A2. Windows color (decimal): -4280559 or 1159102. OLE color: 1159102.
HSL color Cylindrical-coordinate representation of color #BEAF11: hue angle of 54.8º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEAF11 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 175 | 17 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.25 |
| HSL | 54.8º | 0.84% | 0.41% | - |
| HSV(B) | 54.8º | 0.91% | 0.75% | - |
| XYZ | 36.67 | 41.65 | 6.64 | - |
| YUV | 161.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 17 | 0 | 0.08 | 0.91 | 0.25 | 54.8 | 0.84 | 0.41 |
| Hex | BE | AF | 11 | 0 | 8 | 5B | 19 | 37 | 54 | 29 |
| Octal | 276 | 257 | 21 | 0 | 10 | 133 | 31 | 67 | 124 | 51 |
| Binary | 10111110 | 10101111 | 10001 | 0 | 1000 | 1011011 | 11001 | 110111 | 1010100 | 101001 |
Color Harmonies of #BEAF11
Complementary color
Monochromatic Colors of #BEAF11
Black with #BEAF11
Text Example
Text Example
White with #BEAF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAF11; }
p { color: rgb(190,175,17); }
H1.HeaderClassName
{
color: #BEAF11;
}
.AnyTagClassName
{
color: #BEAF11;
}
</style>
background-color css
<style>
a { background-color: #BEAF11; }
a { background-color: rgb(190,175,17); }
div.DivClassName
{
background-color: #BEAF11;
}
.BgClassName
{
background-color: #BEAF11;
}
</style>
border-color css
<style>
span { border-color: #BEAF11; }
span { border-color: rgb(190,175,17); }
td.TdClassName
{
border-color: #BEAF11;
}
.TagClassName
{
border-color: #BEAF11;
}
</style>