#889D94

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

Shades of Granny Smith #889D94

Tints of Granny Smith #889D94

Color information

#889D94 (or 0x889D94) is unknown color: approx Granny Smith. HEX triplet: 88, 9D and 94. RGB value is (136,157,148). Sum of RGB (Red+Green+Blue) = 136+157+148=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 157 - color contains mainly: green. Hex color #889D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889D94 is #77626B. Grayscale: #959595. Windows color (decimal): -7823980 or 9739656. OLE color: 9739656.

HSL color Cylindrical-coordinate representation of color #889D94: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889D94 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB136157148-
CMYK0.1300.060.38
HSL154.29º9.68%57.45%-
HSV(B)154.29º13.38%61.57%-
XYZ27.5631.4932.64-
YUV149.7127.04118.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.84%
GREEN value IS 157 (61.72% from 255) = 35.60%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=30.84%
G=35.60%
B=33.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361571480.1300.060.38154.299.6857.45
Hex889D94D06269aa39
Octal2102352241506462321271
Binary10001000100111011001010011010110100110100110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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