#889995

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

Shades of Granny Smith #889995

Tints of Granny Smith #889995

Color information

#889995 (or 0x889995) is unknown color: approx Granny Smith. HEX triplet: 88, 99 and 95. RGB value is (136,153,149). Sum of RGB (Red+Green+Blue) = 136+153+149=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 153 - color contains mainly: green. Hex color #889995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889995 is #77666A. Grayscale: #939393. Windows color (decimal): -7825003 or 9804168. OLE color: 9804168.

HSL color Cylindrical-coordinate representation of color #889995: hue angle of 165.88º 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 #889995 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB136153149-
CMYK0.1100.030.4
HSL165.88º7.69%56.67%-
HSV(B)165.88º11.11%60%-
XYZ26.9730.1932.84-
YUV147.46128.87119.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.05%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 149 (58.59% from 255) = 34.02%
R=31.05%
G=34.93%
B=34.02%

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
Decimal1361531490.1100.030.4165.887.6956.67
Hex889995B0328a6839
Octal2102312251303502461071
Binary1000100010011001100101011011011101000101001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889995; }

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

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

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

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

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

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

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

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