#889388

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

Shades of Stack #889388

Tints of Stack #889388

Color information

#889388 (or 0x889388) is unknown color: approx Stack. HEX triplet: 88, 93 and 88. RGB value is (136,147,136). Sum of RGB (Red+Green+Blue) = 136+147+136=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #889388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889388 is #776C77. Grayscale: #8E8E8E. Windows color (decimal): -7826552 or 8950664. OLE color: 8950664.

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

Color convert

RGB136147136-
CMYK0.0700.070.42
HSL120º4.85%55.49%-
HSV(B)120º7.48%57.65%-
XYZ25.0327.8827.35-
YUV142.46124.36123.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=32.46%
G=35.08%
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
Decimal1361471360.0700.070.421204.8555.49
Hex8893887072A78537
Octal21022321070752170567
Binary10001000100100111000100011101111010101111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889388; }

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

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

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

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

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

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

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

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