Shades of Earls Green #BEAC11
Tints of Earls Green #BEAC11
RGB
CMYK
RGB Variations
Color information
#BEAC11 (or 0xBEAC11) is known color: Earls Green. HEX triplet: BE, AC and 11. RGB value is (190,172,17). Sum of RGB (Red+Green+Blue) = 190+172+17=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAC11 is #4153EE. Grayscale: #A0A0A0. Windows color (decimal): -4281327 or 1158334. OLE color: 1158334.
HSL color Cylindrical-coordinate representation of color #BEAC11: hue angle of 53.76º 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 #BEAC11 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 17 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.25 |
| HSL | 53.76º | 0.84% | 0.41% | - |
| HSV(B) | 53.76º | 0.91% | 0.75% | - |
| XYZ | 36.09 | 40.49 | 6.44 | - |
| YUV | 159.71 | 47.46 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 17 | 0 | 0.09 | 0.91 | 0.25 | 53.76 | 0.84 | 0.41 |
| Hex | BE | AC | 11 | 0 | 9 | 5B | 19 | 36 | 54 | 29 |
| Octal | 276 | 254 | 21 | 0 | 11 | 133 | 31 | 66 | 124 | 51 |
| Binary | 10111110 | 10101100 | 10001 | 0 | 1001 | 1011011 | 11001 | 110110 | 1010100 | 101001 |
Color Harmonies of #BEAC11
Complementary color
Monochromatic Colors of #BEAC11
Black with #BEAC11
Text Example
Text Example
White with #BEAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC11; }
p { color: rgb(190,172,17); }
H1.HeaderClassName
{
color: #BEAC11;
}
.AnyTagClassName
{
color: #BEAC11;
}
</style>
background-color css
<style>
a { background-color: #BEAC11; }
a { background-color: rgb(190,172,17); }
div.DivClassName
{
background-color: #BEAC11;
}
.BgClassName
{
background-color: #BEAC11;
}
</style>
border-color css
<style>
span { border-color: #BEAC11; }
span { border-color: rgb(190,172,17); }
td.TdClassName
{
border-color: #BEAC11;
}
.TagClassName
{
border-color: #BEAC11;
}
</style>