#889488

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

Shades of Stack #889488

Tints of Stack #889488

Color information

#889488 (or 0x889488) is unknown color: approx Stack. HEX triplet: 88, 94 and 88. RGB value is (136,148,136). Sum of RGB (Red+Green+Blue) = 136+148+136=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #889488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889488 is #776B77. Grayscale: #8F8F8F. Windows color (decimal): -7826296 or 8950920. OLE color: 8950920.

HSL color Cylindrical-coordinate representation of color #889488: 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.08%. Process color model (Four color, CMYK) of #889488 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB136148136-
CMYK0.0800.080.42
HSL120º5.31%55.69%-
HSV(B)120º8.11%58.04%-
XYZ25.1928.1927.41-
YUV143.04124.02122.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=32.38%
G=35.24%
B=32.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361481360.0800.080.421205.3155.69
Hex8894888082A78538
Octal2102242101001052170570
Binary1000100010010100100010001000010001010101111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889488; }

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

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

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

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

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

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

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

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