#89948E

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

Shades of Granny Smith #89948E

Tints of Granny Smith #89948E

Color information

#89948E (or 0x89948E) is unknown color: approx Granny Smith. HEX triplet: 89, 94 and 8E. RGB value is (137,148,142). Sum of RGB (Red+Green+Blue) = 137+148+142=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 148 - color contains mainly: green. Hex color #89948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89948E is #766B71. Grayscale: #909090. Windows color (decimal): -7760754 or 9344137. OLE color: 9344137.

HSL color Cylindrical-coordinate representation of color #89948E: hue angle of 147.27º 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 #89948E is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB137148142-
CMYK0.0700.040.42
HSL147.27º4.89%55.88%-
HSV(B)147.27º7.43%58.04%-
XYZ25.7928.4529.72-
YUV144.03126.86122.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.08%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=32.08%
G=34.66%
B=33.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371481420.0700.040.42147.274.8955.88
Hex89948E7042A93538
Octal21122421670452223570
Binary100010011001010010001110111010010101010010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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