Shades of Earls Green #BEAD2D
Tints of Earls Green #BEAD2D
RGB
CMYK
RGB Variations
Color information
#BEAD2D (or 0xBEAD2D) is known color: Earls Green. HEX triplet: BE, AD and 2D. RGB value is (190,173,45). Sum of RGB (Red+Green+Blue) = 190+173+45=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD2D is #4152D2. Grayscale: #A4A4A4. Windows color (decimal): -4281043 or 2993598. OLE color: 2993598.
HSL color Cylindrical-coordinate representation of color #BEAD2D: hue angle of 52.97º degrees, saturation: 0.62, 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 #BEAD2D is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 45 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.25 |
| HSL | 52.97º | 0.62% | 0.46% | - |
| HSV(B) | 52.97º | 0.76% | 0.75% | - |
| XYZ | 36.65 | 41.02 | 8.47 | - |
| YUV | 163.49 | 61.13 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 45 | 0 | 0.09 | 0.76 | 0.25 | 52.97 | 0.62 | 0.46 |
| Hex | BE | AD | 2D | 0 | 9 | 4C | 19 | 35 | 3E | 2E |
| Octal | 276 | 255 | 55 | 0 | 11 | 114 | 31 | 65 | 76 | 56 |
| Binary | 10111110 | 10101101 | 101101 | 0 | 1001 | 1001100 | 11001 | 110101 | 111110 | 101110 |
Color Harmonies of #BEAD2D
Complementary color
Monochromatic Colors of #BEAD2D
Black with #BEAD2D
Text Example
Text Example
White with #BEAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD2D; }
p { color: rgb(190,173,45); }
H1.HeaderClassName
{
color: #BEAD2D;
}
.AnyTagClassName
{
color: #BEAD2D;
}
</style>
background-color css
<style>
a { background-color: #BEAD2D; }
a { background-color: rgb(190,173,45); }
div.DivClassName
{
background-color: #BEAD2D;
}
.BgClassName
{
background-color: #BEAD2D;
}
</style>
border-color css
<style>
span { border-color: #BEAD2D; }
span { border-color: rgb(190,173,45); }
td.TdClassName
{
border-color: #BEAD2D;
}
.TagClassName
{
border-color: #BEAD2D;
}
</style>