Shades of Hippie Green #5C9152
Tints of Hippie Green #5C9152
RGB
CMYK
RGB Variations
Color information
#5C9152 (or 0x5C9152) is known color: Hippie Green. HEX triplet: 5C, 91 and 52. RGB value is (92,145,82). Sum of RGB (Red+Green+Blue) = 92+145+82=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #5C9152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9152 is #A36EAD. Grayscale: #7A7A7A. Windows color (decimal): -10710702 or 5411164. OLE color: 5411164.
HSL color Cylindrical-coordinate representation of color #5C9152: hue angle of 110.48º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5C9152 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 145 | 82 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.43 |
| HSL | 110.48º | 0.28% | 0.45% | - |
| HSV(B) | 110.48º | 0.43% | 0.57% | - |
| XYZ | 16.06 | 23.14 | 11.6 | - |
| YUV | 121.97 | 105.44 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 145 | 82 | 0.37 | 0 | 0.43 | 0.43 | 110.48 | 0.28 | 0.45 |
| Hex | 5C | 91 | 52 | 25 | 0 | 2B | 2B | 6E | 1C | 2D |
| Octal | 134 | 221 | 122 | 45 | 0 | 53 | 53 | 156 | 34 | 55 |
| Binary | 1011100 | 10010001 | 1010010 | 100101 | 0 | 101011 | 101011 | 1101110 | 11100 | 101101 |
Color Harmonies of #5C9152
Complementary color
Monochromatic Colors of #5C9152
Black with #5C9152
Text Example
Text Example
White with #5C9152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9152; }
p { color: rgb(92,145,82); }
H1.HeaderClassName
{
color: #5C9152;
}
.AnyTagClassName
{
color: #5C9152;
}
</style>
background-color css
<style>
a { background-color: #5C9152; }
a { background-color: rgb(92,145,82); }
div.DivClassName
{
background-color: #5C9152;
}
.BgClassName
{
background-color: #5C9152;
}
</style>
border-color css
<style>
span { border-color: #5C9152; }
span { border-color: rgb(92,145,82); }
td.TdClassName
{
border-color: #5C9152;
}
.TagClassName
{
border-color: #5C9152;
}
</style>