#889B86

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

Shades of Stack #889B86

Tints of Stack #889B86

Color information

#889B86 (or 0x889B86) is unknown color: approx Stack. HEX triplet: 88, 9B and 86. RGB value is (136,155,134). Sum of RGB (Red+Green+Blue) = 136+155+134=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 155 - color contains mainly: green. Hex color #889B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B86 is #776479. Grayscale: #929292. Windows color (decimal): -7824506 or 8821640. OLE color: 8821640.

HSL color Cylindrical-coordinate representation of color #889B86: hue angle of 114.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889B86 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB136155134-
CMYK0.1200.140.39
HSL114.29º9.5%56.67%-
HSV(B)114.29º13.55%60.78%-
XYZ26.1830.427.04-
YUV146.93120.71120.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 155 (60.94% from 255) = 36.47%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=32%
G=36.47%
B=31.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361551340.1200.140.39114.299.556.67
Hex889B86C0E2772a39
Octal21023320614016471621271
Binary10001000100110111000011011000111010011111100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889B86; }

 p { color: rgb(136,155,134); }

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

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

 a { background-color: rgb(136,155,134); }

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

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

 span { border-color: rgb(136,155,134); }

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