#898D89

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

Shades of Stack #898D89

Tints of Stack #898D89

Color information

#898D89 (or 0x898D89) is unknown color: approx Stack. HEX triplet: 89, 8D and 89. RGB value is (137,141,137). Sum of RGB (Red+Green+Blue) = 137+141+137=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 141 - color contains mainly: green. Hex color #898D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898D89 is #767276. Grayscale: #8B8B8B. Windows color (decimal): -7762551 or 9014665. OLE color: 9014665.

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

Color convert

RGB137141137-
CMYK0.0300.030.45
HSL120º1.72%54.51%-
HSV(B)120º2.84%55.29%-
XYZ24.3626.1727.44-
YUV139.35126.67126.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.01%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 137 (53.91% from 255) = 33.01%
R=33.01%
G=33.98%
B=33.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371411370.0300.030.451201.7254.51
Hex898D893032D78237
Octal21121521130355170267
Binary10001001100011011000100111011101101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,141,137); }

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

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

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

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

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

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

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