#899993

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

Shades of Granny Smith #899993

Tints of Granny Smith #899993

Color information

#899993 (or 0x899993) is unknown color: approx Granny Smith. HEX triplet: 89, 99 and 93. RGB value is (137,153,147). Sum of RGB (Red+Green+Blue) = 137+153+147=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 153 - color contains mainly: green. Hex color #899993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899993 is #76666C. Grayscale: #939393. Windows color (decimal): -7759469 or 9673097. OLE color: 9673097.

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

Color convert

RGB137153147-
CMYK0.1000.040.4
HSL157.5º7.27%56.86%-
HSV(B)157.5º10.46%60%-
XYZ26.9730.2132.01-
YUV147.53127.7120.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.35%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 147 (57.81% from 255) = 33.64%
R=31.35%
G=35.01%
B=33.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371531470.1000.040.4157.57.2756.86
Hex899993A04289d739
Octal211231223120450235771
Binary1000100110011001100100111010010010100010011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899993; }

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

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

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

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

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

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

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

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