#899B91

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

Shades of Granny Smith #899B91

Tints of Granny Smith #899B91

Color information

#899B91 (or 0x899B91) is unknown color: approx Granny Smith. HEX triplet: 89, 9B and 91. RGB value is (137,155,145). Sum of RGB (Red+Green+Blue) = 137+155+145=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 155 - color contains mainly: green. Hex color #899B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B91 is #76646E. Grayscale: #949494. Windows color (decimal): -7758959 or 9542537. OLE color: 9542537.

HSL color Cylindrical-coordinate representation of color #899B91: hue angle of 146.67º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899B91 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB137155145-
CMYK0.1200.060.39
HSL146.67º8.26%57.25%-
HSV(B)146.67º11.61%60.78%-
XYZ27.1530.8131.3-
YUV148.48126.04119.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.35%
GREEN value IS 155 (60.94% from 255) = 35.47%
BLUE value IS 145 (57.03% from 255) = 33.18%
R=31.35%
G=35.47%
B=33.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371551450.1200.060.39146.678.2657.25
Hex899B91C062793839
Octal2112332211406472231071
Binary10001001100110111001000111000110100111100100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899B91; }

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

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

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

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

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

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

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

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