#5B955C

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

Shades of Hippie Green #5B955C

Tints of Hippie Green #5B955C

Color information

#5B955C (or 0x5B955C) is unknown color: approx Hippie Green. HEX triplet: 5B, 95 and 5C. RGB value is (91,149,92). Sum of RGB (Red+Green+Blue) = 91+149+92=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #5B955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B955C is #A46AA3. Grayscale: #7D7D7D. Windows color (decimal): -10775204 or 6067547. OLE color: 6067547.

HSL color Cylindrical-coordinate representation of color #5B955C: hue angle of 121.03º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B955C is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB9114992-
CMYK0.3900.380.42
HSL121.03º24.17%47.06%-
HSV(B)121.03º38.93%58.43%-
XYZ16.9924.4913.96-
YUV125.16109.28103.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.41%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=27.41%
G=44.88%
B=27.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91149920.3900.380.42121.0324.1747.06
Hex5B955C270262A79182f
Octal13322513447046521713057
Binary10110111001010110111001001110100110101010111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,149,92); }

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

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

 a { background-color: rgb(91,149,92); }

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

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

 span { border-color: rgb(91,149,92); }

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