#899288

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

Shades of Stack #899288

Tints of Stack #899288

Color information

#899288 (or 0x899288) is unknown color: approx Stack. HEX triplet: 89, 92 and 88. RGB value is (137,146,136). Sum of RGB (Red+Green+Blue) = 137+146+136=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 146 - color contains mainly: green. Hex color #899288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899288 is #766D77. Grayscale: #8E8E8E. Windows color (decimal): -7761272 or 8950409. OLE color: 8950409.

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

Color convert

RGB137146136-
CMYK0.0600.070.43
HSL114º4.39%55.29%-
HSV(B)114º6.85%57.25%-
XYZ25.0427.6527.31-
YUV142.17124.52124.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.70%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=32.70%
G=34.84%
B=32.46%

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
Decimal1371461360.0600.070.431144.3955.29
Hex8992886072B72437
Octal21122221060753162467
Binary10001001100100101000100011001111010111110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899288; }

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

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

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

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

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

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

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

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