#898C88

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

Shades of Stack #898C88

Tints of Stack #898C88

Color information

#898C88 (or 0x898C88) is unknown color: approx Stack. HEX triplet: 89, 8C and 88. RGB value is (137,140,136). Sum of RGB (Red+Green+Blue) = 137+140+136=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 140 - color contains mainly: green. Hex color #898C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898C88 is #767377. Grayscale: #8A8A8A. Windows color (decimal): -7762808 or 8948873. OLE color: 8948873.

HSL color Cylindrical-coordinate representation of color #898C88: hue angle of 105º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #898C88 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB137140136-
CMYK0.0200.030.45
HSL105º1.71%54.12%-
HSV(B)105º2.86%54.9%-
XYZ24.1425.8527.01-
YUV138.65126.51126.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.17%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=33.17%
G=33.90%
B=32.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371401360.0200.030.451051.7154.12
Hex898C882032D69236
Octal21121421020355151266
Binary10001001100011001000100010011101101110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898C88; }

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

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

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

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

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

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

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

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