#889489

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

Shades of Stack #889489

Tints of Stack #889489

Color information

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

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

Color convert

RGB136148137-
CMYK0.0800.070.42
HSL125º5.31%55.69%-
HSV(B)125º8.11%58.04%-
XYZ25.2628.2227.78-
YUV143.16124.52122.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361481370.0800.070.421255.3155.69
Hex8894898072A7d538
Octal210224211100752175570
Binary100010001001010010001001100001111010101111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889489; }

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

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

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

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

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

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

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

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