Html Css Color HEX #989C9B Cascade

📋 copy color: '#989C9B'

red 152 ◦ green 156 ◦ blue 155

#989C9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #989C9B

Tints of Cascade #989C9B

RGB

 RED value IS 152 (59.77% from 255) = 32.83%

 GREEN value IS 156 (61.33% from 255) = 33.69%

 BLUE value IS 155 (60.94% from 255) = 33.48%

R = 32.83%
G = 33.69%
B = 33.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#989C9B (or 0x989C9B) is known color: Cascade. HEX triplet: 98, 9C and 9B. RGB value is (152,156,155). Sum of RGB (Red+Green+Blue) = 152+156+155=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 156 - color contains mainly: green. Hex color #989C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989C9B is #676364. Grayscale: #9A9A9A. Windows color (decimal): -6775653 or 10198168. OLE color: 10198168.

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

Color convert

RGB 152 156 155 -
CMYK 0.03 0 0.01 0.39
HSL 165º 0.02% 0.6% -
HSV(B) 165º 0.03% 0.61% -
XYZ 30.75 32.82 35.72 -
YUV 154.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 152 156 155 0.03 0 0.01 0.39 165 0.02 0.6
Hex 98 9C 9B 3 0 1 27 A5 2 3C
Octal 230 234 233 3 0 1 47 245 2 74
Binary 10011000 10011100 10011011 11 0 1 100111 10100101 10 111100

Color Harmonies of #989C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989C9B

Black with #989C9B

Text Example


Text Example

White with #989C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #989C9B;
 }
 .AnyTagClassName
 {
   color: #989C9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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