#899487

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

Shades of Stack #899487

Tints of Stack #899487

Color information

#899487 (or 0x899487) is unknown color: approx Stack. HEX triplet: 89, 94 and 87. RGB value is (137,148,135). Sum of RGB (Red+Green+Blue) = 137+148+135=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #899487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899487 is #766B78. Grayscale: #8F8F8F. Windows color (decimal): -7760761 or 8885385. OLE color: 8885385.

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

Color convert

RGB137148135-
CMYK0.0700.090.42
HSL110.77º5.73%55.49%-
HSV(B)110.77º8.78%58.04%-
XYZ25.2828.2527.04-
YUV143.23123.36123.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.62%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=32.62%
G=35.24%
B=32.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371481350.0700.090.42110.775.7355.49
Hex8994877092A6f637
Octal211224207701152157667
Binary100010011001010010000111111010011010101101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899487; }

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

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

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

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

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

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

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

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