#5B984C

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

Shades of Hippie Green #5B984C

Tints of Hippie Green #5B984C

Color information

#5B984C (or 0x5B984C) is unknown color: approx Hippie Green. HEX triplet: 5B, 98 and 4C. RGB value is (91,152,76). Sum of RGB (Red+Green+Blue) = 91+152+76=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #5B984C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B984C is #A467B3. Grayscale: #7D7D7D. Windows color (decimal): -10774452 or 5019739. OLE color: 5019739.

HSL color Cylindrical-coordinate representation of color #5B984C: hue angle of 108.16º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B984C is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB9115276-
CMYK0.4000.500.40
HSL108.16º33.33%44.71%-
HSV(B)108.16º50%59.61%-
XYZ16.8525.210.81-
YUV125.1100.29103.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.53%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=28.53%
G=47.65%
B=23.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91152760.4000.500.40108.1633.3344.71
Hex5B984C28032286c212d
Octal13323011450062501544155
Binary101101110011000100110010100001100101010001101100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,152,76); }

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

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

 a { background-color: rgb(91,152,76); }

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

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

 span { border-color: rgb(91,152,76); }

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