#889C94

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

Shades of Granny Smith #889C94

Tints of Granny Smith #889C94

Color information

#889C94 (or 0x889C94) is unknown color: approx Granny Smith. HEX triplet: 88, 9C and 94. RGB value is (136,156,148). Sum of RGB (Red+Green+Blue) = 136+156+148=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 156 - color contains mainly: green. Hex color #889C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C94 is #77636B. Grayscale: #959595. Windows color (decimal): -7824236 or 9739400. OLE color: 9739400.

HSL color Cylindrical-coordinate representation of color #889C94: hue angle of 156º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889C94 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB136156148-
CMYK0.1300.050.39
HSL156º9.17%57.25%-
HSV(B)156º12.82%61.18%-
XYZ27.3931.1532.59-
YUV149.11127.37118.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.91%
GREEN value IS 156 (61.33% from 255) = 35.45%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=30.91%
G=35.45%
B=33.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361561480.1300.050.391569.1757.25
Hex889C94D05279c939
Octal2102342241505472341171
Binary10001000100111001001010011010101100111100111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889C94; }

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

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

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

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

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

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

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

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