#899894

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

Shades of Granny Smith #899894

Tints of Granny Smith #899894

Color information

#899894 (or 0x899894) is unknown color: approx Granny Smith. HEX triplet: 89, 98 and 94. RGB value is (137,152,148). Sum of RGB (Red+Green+Blue) = 137+152+148=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 152 - color contains mainly: green. Hex color #899894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899894 is #76676B. Grayscale: #939393. Windows color (decimal): -7759724 or 9738377. OLE color: 9738377.

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

Color convert

RGB137152148-
CMYK0.1000.030.40
HSL164º6.79%56.67%-
HSV(B)164º9.87%59.61%-
XYZ26.8929.9132.37-
YUV147.06128.53120.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.35%
GREEN value IS 152 (59.77% from 255) = 34.78%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=31.35%
G=34.78%
B=33.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371521480.1000.030.401646.7956.67
Hex899894A0328a4739
Octal211230224120350244771
Binary100010011001100010010100101001110100010100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899894; }

 p { color: rgb(137,152,148); }

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

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

 a { background-color: rgb(137,152,148); }

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

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

 span { border-color: rgb(137,152,148); }

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