Html Css Color HEX #989B9A Cascade

📋 copy color: '#989B9A'

red 152 ◦ green 155 ◦ blue 154

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

Shades of Cascade #989B9A

Tints of Cascade #989B9A

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 value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#989B9A (or 0x989B9A) is known color: 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

RGB 152 155 154 -
CMYK 0.02 0 0.01 0.39
HSL 160º 0.01% 0.6% -
HSV(B) 160º 0.02% 0.61% -
XYZ 30.5 32.45 35.23 -
YUV 153.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 152 155 154 0.02 0 0.01 0.39 160 0.01 0.6
Hex 98 9B 9A 2 0 1 27 A0 1 3C
Octal 230 233 232 2 0 1 47 240 1 74
Binary 10011000 10011011 10011010 10 0 1 100111 10100000 1 111100

Color Harmonies of #989B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989B9A

Black with #989B9A

Text Example


Text Example

White with #989B9A

Text Example


Text Example

HTML Codes & Css Web 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>