Shades of Earls Green #BEA61D
Tints of Earls Green #BEA61D
RGB
CMYK
RGB Variations
Color information
#BEA61D (or 0xBEA61D) is known color: Earls Green. HEX triplet: BE, A6 and 1D. RGB value is (190,166,29). Sum of RGB (Red+Green+Blue) = 190+166+29=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA61D is #4159E2. Grayscale: #9E9E9E. Windows color (decimal): -4282851 or 1943230. OLE color: 1943230.
HSL color Cylindrical-coordinate representation of color #BEA61D: hue angle of 51.06º 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 #BEA61D is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 29 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.25 |
| HSL | 51.06º | 0.74% | 0.43% | - |
| HSV(B) | 51.06º | 0.85% | 0.75% | - |
| XYZ | 35.09 | 38.31 | 6.71 | - |
| YUV | 157.56 | 55.45 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 29 | 0 | 0.13 | 0.85 | 0.25 | 51.06 | 0.74 | 0.43 |
| Hex | BE | A6 | 1D | 0 | D | 55 | 19 | 33 | 4A | 2B |
| Octal | 276 | 246 | 35 | 0 | 15 | 125 | 31 | 63 | 112 | 53 |
| Binary | 10111110 | 10100110 | 11101 | 0 | 1101 | 1010101 | 11001 | 110011 | 1001010 | 101011 |
Color Harmonies of #BEA61D
Complementary color
Monochromatic Colors of #BEA61D
Black with #BEA61D
Text Example
Text Example
White with #BEA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA61D; }
p { color: rgb(190,166,29); }
H1.HeaderClassName
{
color: #BEA61D;
}
.AnyTagClassName
{
color: #BEA61D;
}
</style>
background-color css
<style>
a { background-color: #BEA61D; }
a { background-color: rgb(190,166,29); }
div.DivClassName
{
background-color: #BEA61D;
}
.BgClassName
{
background-color: #BEA61D;
}
</style>
border-color css
<style>
span { border-color: #BEA61D; }
span { border-color: rgb(190,166,29); }
td.TdClassName
{
border-color: #BEA61D;
}
.TagClassName
{
border-color: #BEA61D;
}
</style>