#889487

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

Shades of Stack #889487

Tints of Stack #889487

Color information

#889487 (or 0x889487) is unknown color: approx Stack. HEX triplet: 88, 94 and 87. RGB value is (136,148,135). Sum of RGB (Red+Green+Blue) = 136+148+135=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #889487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889487 is #776B78. Grayscale: #8E8E8E. Windows color (decimal): -7826297 or 8885384. OLE color: 8885384.

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

Color convert

RGB136148135-
CMYK0.0800.090.42
HSL115.38º5.73%55.49%-
HSV(B)115.38º8.78%58.04%-
XYZ25.1228.1627.03-
YUV142.93123.52123.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 135 (53.12% from 255) = 32.22%
R=32.46%
G=35.32%
B=32.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361481350.0800.090.42115.385.7355.49
Hex8894878092A73637
Octal2102242071001152163667
Binary1000100010010100100001111000010011010101110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889487; }

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

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

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

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

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

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

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

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