Shades of Earls Green #BEAD2E
Tints of Earls Green #BEAD2E
RGB
CMYK
RGB Variations
Color information
#BEAD2E (or 0xBEAD2E) is known color: Earls Green. HEX triplet: BE, AD and 2E. RGB value is (190,173,46). Sum of RGB (Red+Green+Blue) = 190+173+46=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD2E is #4152D1. Grayscale: #A4A4A4. Windows color (decimal): -4281042 or 3059134. OLE color: 3059134.
HSL color Cylindrical-coordinate representation of color #BEAD2E: hue angle of 52.92º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEAD2E is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 46 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.25 |
| HSL | 52.92º | 0.61% | 0.46% | - |
| HSV(B) | 52.92º | 0.76% | 0.75% | - |
| XYZ | 36.67 | 41.03 | 8.57 | - |
| YUV | 163.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 46 | 0 | 0.09 | 0.76 | 0.25 | 52.92 | 0.61 | 0.46 |
| Hex | BE | AD | 2E | 0 | 9 | 4C | 19 | 35 | 3D | 2E |
| Octal | 276 | 255 | 56 | 0 | 11 | 114 | 31 | 65 | 75 | 56 |
| Binary | 10111110 | 10101101 | 101110 | 0 | 1001 | 1001100 | 11001 | 110101 | 111101 | 101110 |
Color Harmonies of #BEAD2E
Complementary color
Monochromatic Colors of #BEAD2E
Black with #BEAD2E
Text Example
Text Example
White with #BEAD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD2E; }
p { color: rgb(190,173,46); }
H1.HeaderClassName
{
color: #BEAD2E;
}
.AnyTagClassName
{
color: #BEAD2E;
}
</style>
background-color css
<style>
a { background-color: #BEAD2E; }
a { background-color: rgb(190,173,46); }
div.DivClassName
{
background-color: #BEAD2E;
}
.BgClassName
{
background-color: #BEAD2E;
}
</style>
border-color css
<style>
span { border-color: #BEAD2E; }
span { border-color: rgb(190,173,46); }
td.TdClassName
{
border-color: #BEAD2E;
}
.TagClassName
{
border-color: #BEAD2E;
}
</style>