#899893

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

Shades of Granny Smith #899893

Tints of Granny Smith #899893

Color information

#899893 (or 0x899893) is unknown color: approx Granny Smith. HEX triplet: 89, 98 and 93. RGB value is (137,152,147). Sum of RGB (Red+Green+Blue) = 137+152+147=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 152 - color contains mainly: green. Hex color #899893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899893 is #76676C. Grayscale: #929292. Windows color (decimal): -7759725 or 9672841. OLE color: 9672841.

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

Color convert

RGB137152147-
CMYK0.1000.030.40
HSL160º6.79%56.67%-
HSV(B)160º9.87%59.61%-
XYZ26.8129.8831.96-
YUV146.94128.03120.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 152 (59.77% from 255) = 34.86%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=31.42%
G=34.86%
B=33.72%

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
Decimal1371521470.1000.030.401606.7956.67
Hex899893A0328a0739
Octal211230223120350240771
Binary100010011001100010010011101001110100010100000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899893; }

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

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

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

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

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

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

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

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