#899491

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

Shades of Granny Smith #899491

Tints of Granny Smith #899491

Color information

#899491 (or 0x899491) is unknown color: approx Granny Smith. HEX triplet: 89, 94 and 91. RGB value is (137,148,145). Sum of RGB (Red+Green+Blue) = 137+148+145=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 148 - color contains mainly: green. Hex color #899491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899491 is #766B6E. Grayscale: #909090. Windows color (decimal): -7760751 or 9540745. OLE color: 9540745.

HSL color Cylindrical-coordinate representation of color #899491: hue angle of 163.64º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #899491 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB137148145-
CMYK0.0700.020.42
HSL163.64º4.89%55.88%-
HSV(B)163.64º7.43%58.04%-
XYZ26.0228.5430.93-
YUV144.37128.36122.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.86%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 145 (57.03% from 255) = 33.72%
R=31.86%
G=34.42%
B=33.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371481450.0700.020.42163.644.8955.88
Hex8994917022Aa4538
Octal21122422170252244570
Binary10001001100101001001000111101010101010100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899491; }

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

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

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

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

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

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

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

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