Shades of Hippie Green #5C9151
Tints of Hippie Green #5C9151
RGB
CMYK
RGB Variations
Color information
#5C9151 (or 0x5C9151) is known color: Hippie Green. HEX triplet: 5C, 91 and 51. RGB value is (92,145,81). Sum of RGB (Red+Green+Blue) = 92+145+81=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #5C9151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9151 is #A36EAE. Grayscale: #7A7A7A. Windows color (decimal): -10710703 or 5345628. OLE color: 5345628.
HSL color Cylindrical-coordinate representation of color #5C9151: hue angle of 109.69º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C9151 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 145 | 81 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.43 |
| HSL | 109.69º | 0.28% | 0.44% | - |
| HSV(B) | 109.69º | 0.44% | 0.57% | - |
| XYZ | 16.02 | 23.12 | 11.4 | - |
| YUV | 121.86 | 104.94 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 145 | 81 | 0.37 | 0 | 0.44 | 0.43 | 109.69 | 0.28 | 0.44 |
| Hex | 5C | 91 | 51 | 25 | 0 | 2C | 2B | 6E | 1C | 2C |
| Octal | 134 | 221 | 121 | 45 | 0 | 54 | 53 | 156 | 34 | 54 |
| Binary | 1011100 | 10010001 | 1010001 | 100101 | 0 | 101100 | 101011 | 1101110 | 11100 | 101100 |
Color Harmonies of #5C9151
Complementary color
Monochromatic Colors of #5C9151
Black with #5C9151
Text Example
Text Example
White with #5C9151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9151; }
p { color: rgb(92,145,81); }
H1.HeaderClassName
{
color: #5C9151;
}
.AnyTagClassName
{
color: #5C9151;
}
</style>
background-color css
<style>
a { background-color: #5C9151; }
a { background-color: rgb(92,145,81); }
div.DivClassName
{
background-color: #5C9151;
}
.BgClassName
{
background-color: #5C9151;
}
</style>
border-color css
<style>
span { border-color: #5C9151; }
span { border-color: rgb(92,145,81); }
td.TdClassName
{
border-color: #5C9151;
}
.TagClassName
{
border-color: #5C9151;
}
</style>