#5A895C

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

Shades of Hippie Green #5A895C

Tints of Hippie Green #5A895C

Color information

#5A895C (or 0x5A895C) is unknown color: approx Hippie Green. HEX triplet: 5A, 89 and 5C. RGB value is (90,137,92). Sum of RGB (Red+Green+Blue) = 90+137+92=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #5A895C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A895C is #A576A3. Grayscale: #757575. Windows color (decimal): -10843812 or 6064474. OLE color: 6064474.

HSL color Cylindrical-coordinate representation of color #5A895C: hue angle of 122.55º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A895C is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB9013792-
CMYK0.3400.330.46
HSL122.55º20.7%44.51%-
HSV(B)122.55º34.31%53.73%-
XYZ15.0920.8413.35-
YUV117.82113.43108.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.21%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=28.21%
G=42.95%
B=28.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90137920.3400.330.46122.5520.744.51
Hex5A895C220212E7b152d
Octal13221113442041561732555
Binary10110101000100110111001000100100001101110111101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,137,92); }

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

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

 a { background-color: rgb(90,137,92); }

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

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

 span { border-color: rgb(90,137,92); }

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