Shades of Earls Green #BEAD20
Tints of Earls Green #BEAD20
RGB
CMYK
RGB Variations
Color information
#BEAD20 (or 0xBEAD20) is known color: Earls Green. HEX triplet: BE, AD and 20. RGB value is (190,173,32). Sum of RGB (Red+Green+Blue) = 190+173+32=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD20 is #4152DF. Grayscale: #A2A2A2. Windows color (decimal): -4281056 or 2141630. OLE color: 2141630.
HSL color Cylindrical-coordinate representation of color #BEAD20: hue angle of 53.54º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEAD20 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 32 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.25 |
| HSL | 53.54º | 0.71% | 0.44% | - |
| HSV(B) | 53.54º | 0.83% | 0.75% | - |
| XYZ | 36.44 | 40.94 | 7.35 | - |
| YUV | 162.01 | 54.63 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 32 | 0 | 0.09 | 0.83 | 0.25 | 53.54 | 0.71 | 0.44 |
| Hex | BE | AD | 20 | 0 | 9 | 53 | 19 | 36 | 47 | 2C |
| Octal | 276 | 255 | 40 | 0 | 11 | 123 | 31 | 66 | 107 | 54 |
| Binary | 10111110 | 10101101 | 100000 | 0 | 1001 | 1010011 | 11001 | 110110 | 1000111 | 101100 |
Color Harmonies of #BEAD20
Complementary color
Monochromatic Colors of #BEAD20
Black with #BEAD20
Text Example
Text Example
White with #BEAD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD20; }
p { color: rgb(190,173,32); }
H1.HeaderClassName
{
color: #BEAD20;
}
.AnyTagClassName
{
color: #BEAD20;
}
</style>
background-color css
<style>
a { background-color: #BEAD20; }
a { background-color: rgb(190,173,32); }
div.DivClassName
{
background-color: #BEAD20;
}
.BgClassName
{
background-color: #BEAD20;
}
</style>
border-color css
<style>
span { border-color: #BEAD20; }
span { border-color: rgb(190,173,32); }
td.TdClassName
{
border-color: #BEAD20;
}
.TagClassName
{
border-color: #BEAD20;
}
</style>