#899387

Color #899387 Stack (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stack #899387

Tints of Stack #899387

Color information

#899387 (or 0x899387) is unknown color: approx Stack. HEX triplet: 89, 93 and 87. RGB value is (137,147,135). Sum of RGB (Red+Green+Blue) = 137+147+135=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #899387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899387 is #766C78. Grayscale: #8E8E8E. Windows color (decimal): -7761017 or 8885129. OLE color: 8885129.

HSL color Cylindrical-coordinate representation of color #899387: hue angle of 110º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #899387 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB137147135-
CMYK0.0700.080.42
HSL110º5.26%55.29%-
HSV(B)110º8.16%57.65%-
XYZ25.1227.9426.99-
YUV142.64123.69123.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.70%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 135 (53.12% from 255) = 32.22%
R=32.70%
G=35.08%
B=32.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371471350.0700.080.421105.2655.29
Hex8993877082A6e537
Octal211223207701052156567
Binary100010011001001110000111111010001010101101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899387; }

 p { color: rgb(137,147,135); }

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

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

 a { background-color: rgb(137,147,135); }

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

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

 span { border-color: rgb(137,147,135); }

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