#89958E

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

Shades of Granny Smith #89958E

Tints of Granny Smith #89958E

Color information

#89958E (or 0x89958E) is unknown color: approx Granny Smith. HEX triplet: 89, 95 and 8E. RGB value is (137,149,142). Sum of RGB (Red+Green+Blue) = 137+149+142=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 149 - color contains mainly: green. Hex color #89958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89958E is #766A71. Grayscale: #909090. Windows color (decimal): -7760498 or 9344393. OLE color: 9344393.

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

Color convert

RGB137149142-
CMYK0.0800.050.42
HSL145º5.36%56.08%-
HSV(B)145º8.05%58.43%-
XYZ25.9528.7729.78-
YUV144.61126.52122.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.01%
GREEN value IS 149 (58.59% from 255) = 34.81%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=32.01%
G=34.81%
B=33.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371491420.0800.050.421455.3656.08
Hex89958E8052A91538
Octal211225216100552221570
Binary1000100110010101100011101000010110101010010001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89958E; }

 p { color: rgb(137,149,142); }

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

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

 a { background-color: rgb(137,149,142); }

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

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

 span { border-color: rgb(137,149,142); }

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