Html Css Color HEX #969D9B Cascade

📋 copy color: '#969D9B'

red 150 ◦ green 157 ◦ blue 155

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

Shades of Cascade #969D9B

Tints of Cascade #969D9B

RGB

 RED value IS 150 (58.98% from 255) = 32.47%

 GREEN value IS 157 (61.72% from 255) = 33.98%

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

R = 32.47%
G = 33.98%
B = 33.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#969D9B (or 0x969D9B) is known color: Cascade. HEX triplet: 96, 9D and 9B. RGB value is (150,157,155). Sum of RGB (Red+Green+Blue) = 150+157+155=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 157 - color contains mainly: green. Hex color #969D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969D9B is #696264. Grayscale: #9A9A9A. Windows color (decimal): -6906469 or 10198422. OLE color: 10198422.

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

Color convert

RGB 150 157 155 -
CMYK 0.04 0 0.01 0.38
HSL 162.86º 0.03% 0.6% -
HSV(B) 162.86º 0.04% 0.62% -
XYZ 30.55 32.96 35.76 -
YUV 154.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 150 157 155 0.04 0 0.01 0.38 162.86 0.03 0.6
Hex 96 9D 9B 4 0 1 26 A3 3 3C
Octal 226 235 233 4 0 1 46 243 3 74
Binary 10010110 10011101 10011011 100 0 1 100110 10100011 11 111100

Color Harmonies of #969D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969D9B

Black with #969D9B

Text Example


Text Example

White with #969D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969D9B; }

 p { color: rgb(150,157,155); }

 H1.HeaderClassName
 {
   color: #969D9B;
 }
 .AnyTagClassName
 {
   color: #969D9B;
 }
</style>

background-color css

<style>
 a { background-color: #969D9B; }

 a { background-color: rgb(150,157,155); }

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

border-color css

<style>
 span { border-color: #969D9B; }

 span { border-color: rgb(150,157,155); }

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