#989B9A

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

Shades of Cascade #989B9A

Tints of Cascade #989B9A

Color information

#989B9A (or 0x989B9A) is unknown color: approx Cascade. HEX triplet: 98, 9B and 9A. RGB value is (152,155,154). Sum of RGB (Red+Green+Blue) = 152+155+154=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 155 - color contains mainly: green. Hex color #989B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989B9A is #676465. Grayscale: #999999. Windows color (decimal): -6775910 or 10132376. OLE color: 10132376.

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

Color convert

RGB152155154-
CMYK0.0200.010.39
HSL160º1.48%60.2%-
HSV(B)160º1.94%60.78%-
XYZ30.532.4535.23-
YUV153.99128.01126.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.97%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 154 (60.55% from 255) = 33.41%
R=32.97%
G=33.62%
B=33.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521551540.0200.010.391601.4860.2
Hex989B9A20127a013c
Octal23023323220147240174
Binary1001100010011011100110101001100111101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,155,154); }

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

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

 a { background-color: rgb(152,155,154); }

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

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

 span { border-color: rgb(152,155,154); }

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