#899187

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

Shades of Stack #899187

Tints of Stack #899187

Color information

#899187 (or 0x899187) is unknown color: approx Stack. HEX triplet: 89, 91 and 87. RGB value is (137,145,135). Sum of RGB (Red+Green+Blue) = 137+145+135=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 145 - color contains mainly: green. Hex color #899187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899187 is #766E78. Grayscale: #8D8D8D. Windows color (decimal): -7761529 or 8884617. OLE color: 8884617.

HSL color Cylindrical-coordinate representation of color #899187: hue angle of 108º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #899187 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB137145135-
CMYK0.0600.070.43
HSL108º4.35%54.9%-
HSV(B)108º6.9%56.86%-
XYZ24.8227.3226.89-
YUV141.47124.35124.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=32.85%
G=34.77%
B=32.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371451350.0600.070.431084.3554.9
Hex8991876072B6c437
Octal21122120760753154467
Binary10001001100100011000011111001111010111101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899187; }

 p { color: rgb(137,145,135); }

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

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

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

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

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

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

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