Shades of Hippie Green #5C9B5D
Tints of Hippie Green #5C9B5D
RGB
CMYK
RGB Variations
Color information
#5C9B5D (or 0x5C9B5D) is known color: Hippie Green. HEX triplet: 5C, 9B and 5D. RGB value is (92,155,93). Sum of RGB (Red+Green+Blue) = 92+155+93=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #5C9B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9B5D is #A364A2. Grayscale: #818181. Windows color (decimal): -10708131 or 6134620. OLE color: 6134620.
HSL color Cylindrical-coordinate representation of color #5C9B5D: hue angle of 120.95º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C9B5D is Cyan = 0.41, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 155 | 93 | - |
| CMYK | 0.41 | 0 | 0.4 | 0.39 |
| HSL | 120.95º | 0.26% | 0.48% | - |
| HSV(B) | 120.95º | 0.41% | 0.61% | - |
| XYZ | 18.11 | 26.51 | 14.52 | - |
| YUV | 129.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 155 | 93 | 0.41 | 0 | 0.4 | 0.39 | 120.95 | 0.26 | 0.48 |
| Hex | 5C | 9B | 5D | 29 | 0 | 28 | 27 | 79 | 1A | 30 |
| Octal | 134 | 233 | 135 | 51 | 0 | 50 | 47 | 171 | 32 | 60 |
| Binary | 1011100 | 10011011 | 1011101 | 101001 | 0 | 101000 | 100111 | 1111001 | 11010 | 110000 |
Color Harmonies of #5C9B5D
Complementary color
Monochromatic Colors of #5C9B5D
Black with #5C9B5D
Text Example
Text Example
White with #5C9B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9B5D; }
p { color: rgb(92,155,93); }
H1.HeaderClassName
{
color: #5C9B5D;
}
.AnyTagClassName
{
color: #5C9B5D;
}
</style>
background-color css
<style>
a { background-color: #5C9B5D; }
a { background-color: rgb(92,155,93); }
div.DivClassName
{
background-color: #5C9B5D;
}
.BgClassName
{
background-color: #5C9B5D;
}
</style>
border-color css
<style>
span { border-color: #5C9B5D; }
span { border-color: rgb(92,155,93); }
td.TdClassName
{
border-color: #5C9B5D;
}
.TagClassName
{
border-color: #5C9B5D;
}
</style>