#5B9B55

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

Shades of Hippie Green #5B9B55

Tints of Hippie Green #5B9B55

Color information

#5B9B55 (or 0x5B9B55) is unknown color: approx Hippie Green. HEX triplet: 5B, 9B and 55. RGB value is (91,155,85). Sum of RGB (Red+Green+Blue) = 91+155+85=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9B55 is #A464AA. Grayscale: #808080. Windows color (decimal): -10773675 or 5610331. OLE color: 5610331.

HSL color Cylindrical-coordinate representation of color #5B9B55: hue angle of 114.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B9B55 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB9115585-
CMYK0.4100.450.39
HSL114.86º29.17%47.06%-
HSV(B)114.86º45.16%60.78%-
XYZ17.6826.3212.74-
YUV127.88103.8101.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.49%
GREEN value IS 155 (60.94% from 255) = 46.83%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=27.49%
G=46.83%
B=25.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91155850.4100.450.39114.8629.1747.06
Hex5B9B552902D27731d2f
Octal13323312551055471633557
Binary10110111001101110101011010010101101100111111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,155,85); }

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

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

 a { background-color: rgb(91,155,85); }

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

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

 span { border-color: rgb(91,155,85); }

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