#88948D

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

Shades of Granny Smith #88948D

Tints of Granny Smith #88948D

Color information

#88948D (or 0x88948D) is unknown color: approx Granny Smith. HEX triplet: 88, 94 and 8D. RGB value is (136,148,141). Sum of RGB (Red+Green+Blue) = 136+148+141=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 148 - color contains mainly: green. Hex color #88948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88948D is #776B72. Grayscale: #8F8F8F. Windows color (decimal): -7826291 or 9278600. OLE color: 9278600.

HSL color Cylindrical-coordinate representation of color #88948D: 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 #88948D is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB136148141-
CMYK0.0800.050.42
HSL145º5.31%55.69%-
HSV(B)145º8.11%58.04%-
XYZ25.5528.3429.32-
YUV143.61126.52122.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=32%
G=34.82%
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
Decimal1361481410.0800.050.421455.3155.69
Hex88948D8052A91538
Octal210224215100552221570
Binary1000100010010100100011011000010110101010010001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88948D; }

 p { color: rgb(136,148,141); }

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

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

 a { background-color: rgb(136,148,141); }

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

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

 span { border-color: rgb(136,148,141); }

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