#899489

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

Shades of Stack #899489

Tints of Stack #899489

Color information

#899489 (or 0x899489) is unknown color: approx Stack. HEX triplet: 89, 94 and 89. RGB value is (137,148,137). Sum of RGB (Red+Green+Blue) = 137+148+137=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 148 - color contains mainly: green. Hex color #899489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899489 is #766B76. Grayscale: #8F8F8F. Windows color (decimal): -7760759 or 9016457. OLE color: 9016457.

HSL color Cylindrical-coordinate representation of color #899489: hue angle of 120º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #899489 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB137148137-
CMYK0.0700.070.42
HSL120º4.89%55.88%-
HSV(B)120º7.43%58.04%-
XYZ25.4228.327.79-
YUV143.46124.36123.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.46%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=32.46%
G=35.07%
B=32.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371481370.0700.070.421204.8955.88
Hex8994897072A78538
Octal21122421170752170570
Binary10001001100101001000100111101111010101111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899489; }

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

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

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

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

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

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

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

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