#5B9255

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

Shades of Hippie Green #5B9255

Tints of Hippie Green #5B9255

Color information

#5B9255 (or 0x5B9255) is unknown color: approx Hippie Green. HEX triplet: 5B, 92 and 55. RGB value is (91,146,85). Sum of RGB (Red+Green+Blue) = 91+146+85=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9255 is #A46DAA. Grayscale: #7A7A7A. Windows color (decimal): -10775979 or 5608027. OLE color: 5608027.

HSL color Cylindrical-coordinate representation of color #5B9255: hue angle of 114.1º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9255 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB9114685-
CMYK0.3800.420.43
HSL114.1º26.41%45.29%-
HSV(B)114.1º41.78%57.25%-
XYZ16.2323.4412.26-
YUV122.6106.78105.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.26%
GREEN value IS 146 (57.42% from 255) = 45.34%
BLUE value IS 85 (33.59% from 255) = 26.40%
R=28.26%
G=45.34%
B=26.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91146850.3800.420.43114.126.4145.29
Hex5B92552602A2B721a2d
Octal13322212546052531623255
Binary10110111001001010101011001100101010101011111001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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