#989D9C

Color #989D9C Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #989D9C

Tints of Cascade #989D9C

Color information

#989D9C (or 0x989D9C) is unknown color: approx Cascade. HEX triplet: 98, 9D and 9C. RGB value is (152,157,156). Sum of RGB (Red+Green+Blue) = 152+157+156=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 157 - color contains mainly: green. Hex color #989D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989D9C is #676263. Grayscale: #9B9B9B. Windows color (decimal): -6775396 or 10263960. OLE color: 10263960.

HSL color Cylindrical-coordinate representation of color #989D9C: hue angle of 168º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #989D9C is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB152157156-
CMYK0.0300.010.38
HSL168º2.49%60.59%-
HSV(B)168º3.18%61.57%-
XYZ31.0133.1936.22-
YUV155.39128.34125.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 157 (61.72% from 255) = 33.76%
BLUE value IS 156 (61.33% from 255) = 33.55%
R=32.69%
G=33.76%
B=33.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521571560.0300.010.381682.4960.59
Hex989D9C30126a823d
Octal23023523430146250275
Binary10011000100111011001110011011001101010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989D9C; }

 p { color: rgb(152,157,156); }

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

<style>
 a { background-color: #989D9C; }

 a { background-color: rgb(152,157,156); }

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

<style>
 span { border-color: #989D9C; }

 span { border-color: rgb(152,157,156); }

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