Shades of Earls Green #BEB22D
Tints of Earls Green #BEB22D
RGB
CMYK
RGB Variations
Color information
#BEB22D (or 0xBEB22D) is known color: Earls Green. HEX triplet: BE, B2 and 2D. RGB value is (190,178,45). Sum of RGB (Red+Green+Blue) = 190+178+45=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB22D is #414DD2. Grayscale: #A6A6A6. Windows color (decimal): -4279763 or 2994878. OLE color: 2994878.
HSL color Cylindrical-coordinate representation of color #BEB22D: hue angle of 55.03º 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 #BEB22D is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 45 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.25 |
| HSL | 55.03º | 0.62% | 0.46% | - |
| HSV(B) | 55.03º | 0.76% | 0.75% | - |
| XYZ | 37.63 | 42.98 | 8.79 | - |
| YUV | 166.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 45 | 0 | 0.06 | 0.76 | 0.25 | 55.03 | 0.62 | 0.46 |
| Hex | BE | B2 | 2D | 0 | 6 | 4C | 19 | 37 | 3E | 2E |
| Octal | 276 | 262 | 55 | 0 | 6 | 114 | 31 | 67 | 76 | 56 |
| Binary | 10111110 | 10110010 | 101101 | 0 | 110 | 1001100 | 11001 | 110111 | 111110 | 101110 |
Color Harmonies of #BEB22D
Complementary color
Monochromatic Colors of #BEB22D
Black with #BEB22D
Text Example
Text Example
White with #BEB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB22D; }
p { color: rgb(190,178,45); }
H1.HeaderClassName
{
color: #BEB22D;
}
.AnyTagClassName
{
color: #BEB22D;
}
</style>
background-color css
<style>
a { background-color: #BEB22D; }
a { background-color: rgb(190,178,45); }
div.DivClassName
{
background-color: #BEB22D;
}
.BgClassName
{
background-color: #BEB22D;
}
</style>
border-color css
<style>
span { border-color: #BEB22D; }
span { border-color: rgb(190,178,45); }
td.TdClassName
{
border-color: #BEB22D;
}
.TagClassName
{
border-color: #BEB22D;
}
</style>