#5C9855

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

Shades of Hippie Green #5C9855

Tints of Hippie Green #5C9855

Color information

#5C9855 (or 0x5C9855) is unknown color: approx Hippie Green. HEX triplet: 5C, 98 and 55. RGB value is (92,152,85). Sum of RGB (Red+Green+Blue) = 92+152+85=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #5C9855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9855 is #A367AA. Grayscale: #7E7E7E. Windows color (decimal): -10708907 or 5609564. OLE color: 5609564.

HSL color Cylindrical-coordinate representation of color #5C9855: hue angle of 113.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C9855 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB9215285-
CMYK0.3900.440.40
HSL113.73º28.27%46.47%-
HSV(B)113.73º44.08%59.61%-
XYZ17.2825.3912.58-
YUV126.42104.62103.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.96%
GREEN value IS 152 (59.77% from 255) = 46.20%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=27.96%
G=46.20%
B=25.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92152850.3900.440.40113.7328.2746.47
Hex5C98552702C28721c2e
Octal13423012547054501623456
Binary10111001001100010101011001110101100101000111001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,152,85); }

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

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

 a { background-color: rgb(92,152,85); }

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

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

 span { border-color: rgb(92,152,85); }

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