Shades of Earls Green #BEB62A
Tints of Earls Green #BEB62A
RGB
CMYK
RGB Variations
Color information
#BEB62A (or 0xBEB62A) is known color: Earls Green. HEX triplet: BE, B6 and 2A. RGB value is (190,182,42). Sum of RGB (Red+Green+Blue) = 190+182+42=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB62A is #4149D5. Grayscale: #A9A9A9. Windows color (decimal): -4278742 or 2799294. OLE color: 2799294.
HSL color Cylindrical-coordinate representation of color #BEB62A: hue angle of 56.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEB62A is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 182 | 42 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.25 |
| HSL | 56.76º | 0.64% | 0.45% | - |
| HSV(B) | 56.76º | 0.78% | 0.75% | - |
| XYZ | 38.38 | 44.57 | 8.77 | - |
| YUV | 168.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 42 | 0 | 0.04 | 0.78 | 0.25 | 56.76 | 0.64 | 0.45 |
| Hex | BE | B6 | 2A | 0 | 4 | 4E | 19 | 39 | 40 | 2D |
| Octal | 276 | 266 | 52 | 0 | 4 | 116 | 31 | 71 | 100 | 55 |
| Binary | 10111110 | 10110110 | 101010 | 0 | 100 | 1001110 | 11001 | 111001 | 1000000 | 101101 |
Color Harmonies of #BEB62A
Complementary color
Monochromatic Colors of #BEB62A
Black with #BEB62A
Text Example
Text Example
White with #BEB62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB62A; }
p { color: rgb(190,182,42); }
H1.HeaderClassName
{
color: #BEB62A;
}
.AnyTagClassName
{
color: #BEB62A;
}
</style>
background-color css
<style>
a { background-color: #BEB62A; }
a { background-color: rgb(190,182,42); }
div.DivClassName
{
background-color: #BEB62A;
}
.BgClassName
{
background-color: #BEB62A;
}
</style>
border-color css
<style>
span { border-color: #BEB62A; }
span { border-color: rgb(190,182,42); }
td.TdClassName
{
border-color: #BEB62A;
}
.TagClassName
{
border-color: #BEB62A;
}
</style>