#5A885D

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

Shades of Hippie Green #5A885D

Tints of Hippie Green #5A885D

Color information

#5A885D (or 0x5A885D) is unknown color: approx Hippie Green. HEX triplet: 5A, 88 and 5D. RGB value is (90,136,93). Sum of RGB (Red+Green+Blue) = 90+136+93=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #5A885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A885D is #A577A2. Grayscale: #757575. Windows color (decimal): -10844067 or 6129754. OLE color: 6129754.

HSL color Cylindrical-coordinate representation of color #5A885D: hue angle of 123.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A885D is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB9013693-
CMYK0.3400.320.47
HSL123.91º20.35%44.31%-
HSV(B)123.91º33.82%53.33%-
XYZ1520.5713.54-
YUV117.34114.26108.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.21%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=28.21%
G=42.63%
B=29.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90136930.3400.320.47123.9120.3544.31
Hex5A885D220202F7c142c
Octal13221013542040571742454
Binary10110101000100010111011000100100000101111111110010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,136,93); }

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

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

 a { background-color: rgb(90,136,93); }

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

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

 span { border-color: rgb(90,136,93); }

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