#899990

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

Shades of Granny Smith #899990

Tints of Granny Smith #899990

Color information

#899990 (or 0x899990) is unknown color: approx Granny Smith. HEX triplet: 89, 99 and 90. RGB value is (137,153,144). Sum of RGB (Red+Green+Blue) = 137+153+144=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 153 - color contains mainly: green. Hex color #899990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899990 is #76666F. Grayscale: #939393. Windows color (decimal): -7759472 or 9476489. OLE color: 9476489.

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

Color convert

RGB137153144-
CMYK0.1000.060.4
HSL146.25º7.27%56.86%-
HSV(B)146.25º10.46%60%-
XYZ26.7430.1130.79-
YUV147.19126.2120.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.57%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=31.57%
G=35.25%
B=33.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371531440.1000.060.4146.257.2756.86
Hex899990A062892739
Octal211231220120650222771
Binary1000100110011001100100001010011010100010010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899990; }

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

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

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

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

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

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

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

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