#889994

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

Shades of Granny Smith #889994

Tints of Granny Smith #889994

Color information

#889994 (or 0x889994) is unknown color: approx Granny Smith. HEX triplet: 88, 99 and 94. RGB value is (136,153,148). Sum of RGB (Red+Green+Blue) = 136+153+148=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 153 - color contains mainly: green. Hex color #889994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889994 is #77666B. Grayscale: #939393. Windows color (decimal): -7825004 or 9738632. OLE color: 9738632.

HSL color Cylindrical-coordinate representation of color #889994: hue angle of 162.35º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889994 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB136153148-
CMYK0.1100.030.4
HSL162.35º7.69%56.67%-
HSV(B)162.35º11.11%60%-
XYZ26.8930.1532.42-
YUV147.35128.37119.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.12%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=31.12%
G=35.01%
B=33.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361531480.1100.030.4162.357.6956.67
Hex889994B0328a2839
Octal2102312241303502421071
Binary1000100010011001100101001011011101000101000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889994; }

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

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

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

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

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

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

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

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