Shades of Earls Green #BEB022
Tints of Earls Green #BEB022
RGB
CMYK
RGB Variations
Color information
#BEB022 (or 0xBEB022) is known color: Earls Green. HEX triplet: BE, B0 and 22. RGB value is (190,176,34). Sum of RGB (Red+Green+Blue) = 190+176+34=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB022 is #414FDD. Grayscale: #A4A4A4. Windows color (decimal): -4280286 or 2273470. OLE color: 2273470.
HSL color Cylindrical-coordinate representation of color #BEB022: hue angle of 54.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEB022 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 176 | 34 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.25 |
| HSL | 54.62º | 0.7% | 0.44% | - |
| HSV(B) | 54.62º | 0.82% | 0.75% | - |
| XYZ | 37.05 | 42.11 | 7.69 | - |
| YUV | 164 | 54.64 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 34 | 0 | 0.07 | 0.82 | 0.25 | 54.62 | 0.7 | 0.44 |
| Hex | BE | B0 | 22 | 0 | 7 | 52 | 19 | 37 | 46 | 2C |
| Octal | 276 | 260 | 42 | 0 | 7 | 122 | 31 | 67 | 106 | 54 |
| Binary | 10111110 | 10110000 | 100010 | 0 | 111 | 1010010 | 11001 | 110111 | 1000110 | 101100 |
Color Harmonies of #BEB022
Complementary color
Monochromatic Colors of #BEB022
Black with #BEB022
Text Example
Text Example
White with #BEB022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB022; }
p { color: rgb(190,176,34); }
H1.HeaderClassName
{
color: #BEB022;
}
.AnyTagClassName
{
color: #BEB022;
}
</style>
background-color css
<style>
a { background-color: #BEB022; }
a { background-color: rgb(190,176,34); }
div.DivClassName
{
background-color: #BEB022;
}
.BgClassName
{
background-color: #BEB022;
}
</style>
border-color css
<style>
span { border-color: #BEB022; }
span { border-color: rgb(190,176,34); }
td.TdClassName
{
border-color: #BEB022;
}
.TagClassName
{
border-color: #BEB022;
}
</style>