Shades of Earls Green #BEB032
Tints of Earls Green #BEB032
RGB
CMYK
RGB Variations
Color information
#BEB032 (or 0xBEB032) is known color: Earls Green. HEX triplet: BE, B0 and 32. RGB value is (190,176,50). Sum of RGB (Red+Green+Blue) = 190+176+50=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB032 is #414FCD. Grayscale: #A6A6A6. Windows color (decimal): -4280270 or 3322046. OLE color: 3322046.
HSL color Cylindrical-coordinate representation of color #BEB032: hue angle of 54º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEB032 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 176 | 50 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.25 |
| HSL | 54º | 0.58% | 0.47% | - |
| HSV(B) | 54º | 0.74% | 0.75% | - |
| XYZ | 37.34 | 42.23 | 9.2 | - |
| YUV | 165.82 | 62.64 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 50 | 0 | 0.07 | 0.74 | 0.25 | 54 | 0.58 | 0.47 |
| Hex | BE | B0 | 32 | 0 | 7 | 4A | 19 | 36 | 3A | 2F |
| Octal | 276 | 260 | 62 | 0 | 7 | 112 | 31 | 66 | 72 | 57 |
| Binary | 10111110 | 10110000 | 110010 | 0 | 111 | 1001010 | 11001 | 110110 | 111010 | 101111 |
Color Harmonies of #BEB032
Complementary color
Monochromatic Colors of #BEB032
Black with #BEB032
Text Example
Text Example
White with #BEB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB032; }
p { color: rgb(190,176,50); }
H1.HeaderClassName
{
color: #BEB032;
}
.AnyTagClassName
{
color: #BEB032;
}
</style>
background-color css
<style>
a { background-color: #BEB032; }
a { background-color: rgb(190,176,50); }
div.DivClassName
{
background-color: #BEB032;
}
.BgClassName
{
background-color: #BEB032;
}
</style>
border-color css
<style>
span { border-color: #BEB032; }
span { border-color: rgb(190,176,50); }
td.TdClassName
{
border-color: #BEB032;
}
.TagClassName
{
border-color: #BEB032;
}
</style>