Html Css Color HEX #959E9C Cascade

📋 copy color: '#959E9C'

red 149 ◦ green 158 ◦ blue 156

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

Shades of Cascade #959E9C

Tints of Cascade #959E9C

RGB

 RED value IS 149 (58.59% from 255) = 32.18%

 GREEN value IS 158 (62.11% from 255) = 34.13%

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

R = 32.18%
G = 34.13%
B = 33.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#959E9C (or 0x959E9C) is known color: Cascade. HEX triplet: 95, 9E and 9C. RGB value is (149,158,156). Sum of RGB (Red+Green+Blue) = 149+158+156=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 158 - color contains mainly: green. Hex color #959E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959E9C is #6A6163. Grayscale: #9B9B9B. Windows color (decimal): -6971748 or 10264213. OLE color: 10264213.

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

Color convert

RGB 149 158 156 -
CMYK 0.06 0 0.01 0.38
HSL 166.67º 0.04% 0.6% -
HSV(B) 166.67º 0.06% 0.62% -
XYZ 30.62 33.24 36.26 -
YUV 155.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 149 158 156 0.06 0 0.01 0.38 166.67 0.04 0.6
Hex 95 9E 9C 6 0 1 26 A7 4 3C
Octal 225 236 234 6 0 1 46 247 4 74
Binary 10010101 10011110 10011100 110 0 1 100110 10100111 100 111100

Color Harmonies of #959E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E9C

Black with #959E9C

Text Example


Text Example

White with #959E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959E9C; }

 p { color: rgb(149,158,156); }

 H1.HeaderClassName
 {
   color: #959E9C;
 }
 .AnyTagClassName
 {
   color: #959E9C;
 }
</style>

background-color css

<style>
 a { background-color: #959E9C; }

 a { background-color: rgb(149,158,156); }

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

border-color css

<style>
 span { border-color: #959E9C; }

 span { border-color: rgb(149,158,156); }

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