Shades of Earls Green #BEAD1D
Tints of Earls Green #BEAD1D
RGB
CMYK
RGB Variations
Color information
#BEAD1D (or 0xBEAD1D) is known color: Earls Green. HEX triplet: BE, AD and 1D. RGB value is (190,173,29). Sum of RGB (Red+Green+Blue) = 190+173+29=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD1D is #4152E2. Grayscale: #A2A2A2. Windows color (decimal): -4281059 or 1945022. OLE color: 1945022.
HSL color Cylindrical-coordinate representation of color #BEAD1D: hue angle of 53.66º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEAD1D is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 29 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.25 |
| HSL | 53.66º | 0.74% | 0.43% | - |
| HSV(B) | 53.66º | 0.85% | 0.75% | - |
| XYZ | 36.4 | 40.92 | 7.14 | - |
| YUV | 161.67 | 53.13 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 29 | 0 | 0.09 | 0.85 | 0.25 | 53.66 | 0.74 | 0.43 |
| Hex | BE | AD | 1D | 0 | 9 | 55 | 19 | 36 | 4A | 2B |
| Octal | 276 | 255 | 35 | 0 | 11 | 125 | 31 | 66 | 112 | 53 |
| Binary | 10111110 | 10101101 | 11101 | 0 | 1001 | 1010101 | 11001 | 110110 | 1001010 | 101011 |
Color Harmonies of #BEAD1D
Complementary color
Monochromatic Colors of #BEAD1D
Black with #BEAD1D
Text Example
Text Example
White with #BEAD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD1D; }
p { color: rgb(190,173,29); }
H1.HeaderClassName
{
color: #BEAD1D;
}
.AnyTagClassName
{
color: #BEAD1D;
}
</style>
background-color css
<style>
a { background-color: #BEAD1D; }
a { background-color: rgb(190,173,29); }
div.DivClassName
{
background-color: #BEAD1D;
}
.BgClassName
{
background-color: #BEAD1D;
}
</style>
border-color css
<style>
span { border-color: #BEAD1D; }
span { border-color: rgb(190,173,29); }
td.TdClassName
{
border-color: #BEAD1D;
}
.TagClassName
{
border-color: #BEAD1D;
}
</style>