#889386

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

Shades of Stack #889386

Tints of Stack #889386

Color information

#889386 (or 0x889386) is unknown color: approx Stack. HEX triplet: 88, 93 and 86. RGB value is (136,147,134). Sum of RGB (Red+Green+Blue) = 136+147+134=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #889386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889386 is #776C79. Grayscale: #8E8E8E. Windows color (decimal): -7826554 or 8819592. OLE color: 8819592.

HSL color Cylindrical-coordinate representation of color #889386: 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 #889386 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB136147134-
CMYK0.0700.090.42
HSL110.77º5.68%55.1%-
HSV(B)110.77º8.84%57.65%-
XYZ24.8927.8226.61-
YUV142.23123.36123.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 134 (52.73% from 255) = 32.13%
R=32.61%
G=35.25%
B=32.13%

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
Decimal1361471340.0700.090.42110.775.6855.1
Hex8893867092A6f637
Octal210223206701152157667
Binary100010001001001110000110111010011010101101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889386; }

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

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

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

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

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

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

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

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