#899488

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

Shades of Stack #899488

Tints of Stack #899488

Color information

#899488 (or 0x899488) is unknown color: approx Stack. HEX triplet: 89, 94 and 88. RGB value is (137,148,136). Sum of RGB (Red+Green+Blue) = 137+148+136=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #899488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899488 is #766B77. Grayscale: #8F8F8F. Windows color (decimal): -7760760 or 8950921. OLE color: 8950921.

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

Color convert

RGB137148136-
CMYK0.0700.080.42
HSL115º5.31%55.69%-
HSV(B)115º8.11%58.04%-
XYZ25.3528.2827.41-
YUV143.34123.86123.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 136 (53.52% from 255) = 32.30%
R=32.54%
G=35.15%
B=32.30%

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
Decimal1371481360.0700.080.421155.3155.69
Hex8994887082A73538
Octal211224210701052163570
Binary100010011001010010001000111010001010101110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899488; }

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

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

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

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

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

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

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

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