Shades of Hippie Green #5B9858
Tints of Hippie Green #5B9858
RGB
CMYK
RGB Variations
Color information
#5B9858 (or 0x5B9858) is known color: Hippie Green. HEX triplet: 5B, 98 and 58. RGB value is (91,152,88). Sum of RGB (Red+Green+Blue) = 91+152+88=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #5B9858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9858 is #A467A7. Grayscale: #7E7E7E. Windows color (decimal): -10774440 or 5806171. OLE color: 5806171.
HSL color Cylindrical-coordinate representation of color #5B9858: hue angle of 117.19º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9858 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 152 | 88 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.40 |
| HSL | 117.19º | 0.27% | 0.47% | - |
| HSV(B) | 117.19º | 0.42% | 0.6% | - |
| XYZ | 17.3 | 25.39 | 13.22 | - |
| YUV | 126.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 88 | 0.40 | 0 | 0.42 | 0.40 | 117.19 | 0.27 | 0.47 |
| Hex | 5B | 98 | 58 | 28 | 0 | 2A | 28 | 75 | 1B | 2F |
| Octal | 133 | 230 | 130 | 50 | 0 | 52 | 50 | 165 | 33 | 57 |
| Binary | 1011011 | 10011000 | 1011000 | 101000 | 0 | 101010 | 101000 | 1110101 | 11011 | 101111 |
Color Harmonies of #5B9858
Complementary color
Monochromatic Colors of #5B9858
Black with #5B9858
Text Example
Text Example
White with #5B9858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9858; }
p { color: rgb(91,152,88); }
H1.HeaderClassName
{
color: #5B9858;
}
.AnyTagClassName
{
color: #5B9858;
}
</style>
background-color css
<style>
a { background-color: #5B9858; }
a { background-color: rgb(91,152,88); }
div.DivClassName
{
background-color: #5B9858;
}
.BgClassName
{
background-color: #5B9858;
}
</style>
border-color css
<style>
span { border-color: #5B9858; }
span { border-color: rgb(91,152,88); }
td.TdClassName
{
border-color: #5B9858;
}
.TagClassName
{
border-color: #5B9858;
}
</style>