#5A885C

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

Shades of Hippie Green #5A885C

Tints of Hippie Green #5A885C

Color information

#5A885C (or 0x5A885C) is unknown color: approx Hippie Green. HEX triplet: 5A, 88 and 5C. RGB value is (90,136,92). Sum of RGB (Red+Green+Blue) = 90+136+92=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #5A885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A885C is #A577A3. Grayscale: #757575. Windows color (decimal): -10844068 or 6064218. OLE color: 6064218.

HSL color Cylindrical-coordinate representation of color #5A885C: hue angle of 122.61º 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 #5A885C is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB9013692-
CMYK0.3400.320.47
HSL122.61º20.35%44.31%-
HSV(B)122.61º33.82%53.33%-
XYZ14.9520.5513.3-
YUV117.23113.76108.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.30%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=28.30%
G=42.77%
B=28.93%

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
Decimal90136920.3400.320.47122.6120.3544.31
Hex5A885C220202F7b142c
Octal13221013442040571732454
Binary10110101000100010111001000100100000101111111101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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