Shades of Earls Green #BEAD16
Tints of Earls Green #BEAD16
RGB
CMYK
RGB Variations
Color information
#BEAD16 (or 0xBEAD16) is known color: Earls Green. HEX triplet: BE, AD and 16. RGB value is (190,173,22). Sum of RGB (Red+Green+Blue) = 190+173+22=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAD16 is #4152E9. Grayscale: #A1A1A1. Windows color (decimal): -4281066 or 1486270. OLE color: 1486270.
HSL color Cylindrical-coordinate representation of color #BEAD16: hue angle of 53.93º 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 #BEAD16 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 22 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.25 |
| HSL | 53.93º | 0.79% | 0.42% | - |
| HSV(B) | 53.93º | 0.88% | 0.75% | - |
| XYZ | 36.32 | 40.89 | 6.74 | - |
| YUV | 160.87 | 49.63 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 22 | 0 | 0.09 | 0.88 | 0.25 | 53.93 | 0.79 | 0.42 |
| Hex | BE | AD | 16 | 0 | 9 | 58 | 19 | 36 | 4F | 2A |
| Octal | 276 | 255 | 26 | 0 | 11 | 130 | 31 | 66 | 117 | 52 |
| Binary | 10111110 | 10101101 | 10110 | 0 | 1001 | 1011000 | 11001 | 110110 | 1001111 | 101010 |
Color Harmonies of #BEAD16
Complementary color
Monochromatic Colors of #BEAD16
Black with #BEAD16
Text Example
Text Example
White with #BEAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD16; }
p { color: rgb(190,173,22); }
H1.HeaderClassName
{
color: #BEAD16;
}
.AnyTagClassName
{
color: #BEAD16;
}
</style>
background-color css
<style>
a { background-color: #BEAD16; }
a { background-color: rgb(190,173,22); }
div.DivClassName
{
background-color: #BEAD16;
}
.BgClassName
{
background-color: #BEAD16;
}
</style>
border-color css
<style>
span { border-color: #BEAD16; }
span { border-color: rgb(190,173,22); }
td.TdClassName
{
border-color: #BEAD16;
}
.TagClassName
{
border-color: #BEAD16;
}
</style>