#5B9456

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

Shades of Hippie Green #5B9456

Tints of Hippie Green #5B9456

Color information

#5B9456 (or 0x5B9456) is unknown color: approx Hippie Green. HEX triplet: 5B, 94 and 56. RGB value is (91,148,86). Sum of RGB (Red+Green+Blue) = 91+148+86=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #5B9456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9456 is #A46BA9. Grayscale: #7C7C7C. Windows color (decimal): -10775466 or 5674075. OLE color: 5674075.

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

Color convert

RGB9114886-
CMYK0.3900.420.42
HSL115.16º26.5%45.88%-
HSV(B)115.16º41.89%58.04%-
XYZ16.5824.0812.58-
YUV123.89106.62104.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28%
GREEN value IS 148 (58.20% from 255) = 45.54%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=28%
G=45.54%
B=26.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91148860.3900.420.42115.1626.545.88
Hex5B94562702A2A731a2e
Octal13322412647052521633256
Binary10110111001010010101101001110101010101010111001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,148,86); }

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

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

 a { background-color: rgb(91,148,86); }

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

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

 span { border-color: rgb(91,148,86); }

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