Shades of Hippie Green #5B9852
Tints of Hippie Green #5B9852
RGB
CMYK
RGB Variations
Color information
#5B9852 (or 0x5B9852) is known color: Hippie Green. HEX triplet: 5B, 98 and 52. RGB value is (91,152,82). Sum of RGB (Red+Green+Blue) = 91+152+82=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #5B9852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9852 is #A467AD. Grayscale: #7D7D7D. Windows color (decimal): -10774446 or 5412955. OLE color: 5412955.
HSL color Cylindrical-coordinate representation of color #5B9852: hue angle of 112.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B9852 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 152 | 82 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.40 |
| HSL | 112.29º | 0.3% | 0.46% | - |
| HSV(B) | 112.29º | 0.46% | 0.6% | - |
| XYZ | 17.07 | 25.29 | 11.96 | - |
| YUV | 125.78 | 103.29 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 82 | 0.40 | 0 | 0.46 | 0.40 | 112.29 | 0.3 | 0.46 |
| Hex | 5B | 98 | 52 | 28 | 0 | 2E | 28 | 70 | 1E | 2E |
| Octal | 133 | 230 | 122 | 50 | 0 | 56 | 50 | 160 | 36 | 56 |
| Binary | 1011011 | 10011000 | 1010010 | 101000 | 0 | 101110 | 101000 | 1110000 | 11110 | 101110 |
Color Harmonies of #5B9852
Complementary color
Monochromatic Colors of #5B9852
Black with #5B9852
Text Example
Text Example
White with #5B9852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9852; }
p { color: rgb(91,152,82); }
H1.HeaderClassName
{
color: #5B9852;
}
.AnyTagClassName
{
color: #5B9852;
}
</style>
background-color css
<style>
a { background-color: #5B9852; }
a { background-color: rgb(91,152,82); }
div.DivClassName
{
background-color: #5B9852;
}
.BgClassName
{
background-color: #5B9852;
}
</style>
border-color css
<style>
span { border-color: #5B9852; }
span { border-color: rgb(91,152,82); }
td.TdClassName
{
border-color: #5B9852;
}
.TagClassName
{
border-color: #5B9852;
}
</style>