#899995

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

Shades of Granny Smith #899995

Tints of Granny Smith #899995

Color information

#899995 (or 0x899995) is unknown color: approx Granny Smith. HEX triplet: 89, 99 and 95. RGB value is (137,153,149). Sum of RGB (Red+Green+Blue) = 137+153+149=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 153 - color contains mainly: green. Hex color #899995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899995 is #76666A. Grayscale: #939393. Windows color (decimal): -7759467 or 9804169. OLE color: 9804169.

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

Color convert

RGB137153149-
CMYK0.1000.030.4
HSL165º7.27%56.86%-
HSV(B)165º10.46%60%-
XYZ27.1330.2732.85-
YUV147.76128.7120.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.21%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=31.21%
G=34.85%
B=33.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371531490.1000.030.41657.2756.86
Hex899995A0328a5739
Octal211231225120350245771
Binary100010011001100110010101101001110100010100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899995; }

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

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

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

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

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

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

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

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