#5B9A50

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

Shades of Hippie Green #5B9A50

Tints of Hippie Green #5B9A50

Color information

#5B9A50 (or 0x5B9A50) is unknown color: approx Hippie Green. HEX triplet: 5B, 9A and 50. RGB value is (91,154,80). Sum of RGB (Red+Green+Blue) = 91+154+80=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 154 - color contains mainly: green. Hex color #5B9A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9A50 is #A465AF. Grayscale: #7E7E7E. Windows color (decimal): -10773936 or 5282395. OLE color: 5282395.

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

Color convert

RGB9115480-
CMYK0.4100.480.40
HSL111.08º31.62%45.88%-
HSV(B)111.08º48.05%60.39%-
XYZ17.3225.9111.68-
YUV126.73101.63102.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28%
GREEN value IS 154 (60.55% from 255) = 47.38%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=28%
G=47.38%
B=24.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91154800.4100.480.40111.0831.6245.88
Hex5B9A5029030286f202e
Octal13323212051060501574056
Binary101101110011010101000010100101100001010001101111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,154,80); }

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

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

 a { background-color: rgb(91,154,80); }

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

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

 span { border-color: rgb(91,154,80); }

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