#5C9958

Color #5C9958 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #5C9958

Tints of Hippie Green #5C9958

Color information

#5C9958 (or 0x5C9958) is unknown color: approx Hippie Green. HEX triplet: 5C, 99 and 58. RGB value is (92,153,88). Sum of RGB (Red+Green+Blue) = 92+153+88=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #5C9958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9958 is #A366A7. Grayscale: #7F7F7F. Windows color (decimal): -10708648 or 5806428. OLE color: 5806428.

HSL color Cylindrical-coordinate representation of color #5C9958: hue angle of 116.31º 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 #5C9958 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB9215388-
CMYK0.4000.420.4
HSL116.31º26.97%47.25%-
HSV(B)116.31º42.48%60%-
XYZ17.5725.7613.28-
YUV127.35105.79102.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 27.63%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=27.63%
G=45.95%
B=26.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal92153880.4000.420.4116.3126.9747.25
Hex5C99582802A28741b2f
Octal13423113050052501643357
Binary10111001001100110110001010000101010101000111010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C9958; }

 p { color: rgb(92,153,88); }

 H1.HeaderClassName
 {
   color: #5C9958;
 }
 .AnyTagClassName
 {
   color: #5C9958;
 }
</style>
background-color css

<style>
 a { background-color: #5C9958; }

 a { background-color: rgb(92,153,88); }

 div.DivClassName
 {
   background-color: #5C9958;
 }
 .BgClassName
 {
   background-color: #5C9958;
 }
</style>
border-color css

<style>
 span { border-color: #5C9958; }

 span { border-color: rgb(92,153,88); }

 td.TdClassName
 {
   border-color: #5C9958;
 }
 .TagClassName
 {
   border-color: #5C9958;
 }
</style>