#959C9A

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

Shades of Cascade #959C9A

Tints of Cascade #959C9A

Color information

#959C9A (or 0x959C9A) is unknown color: approx Cascade. HEX triplet: 95, 9C and 9A. RGB value is (149,156,154). Sum of RGB (Red+Green+Blue) = 149+156+154=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 156 - color contains mainly: green. Hex color #959C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959C9A is #6A6365. Grayscale: #999999. Windows color (decimal): -6972262 or 10132629. OLE color: 10132629.

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

Color convert

RGB149156154-
CMYK0.0400.010.39
HSL162.86º3.41%59.8%-
HSV(B)162.86º4.49%61.18%-
XYZ30.1232.535.26-
YUV153.68128.18124.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.46%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=32.46%
G=33.99%
B=33.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491561540.0400.010.39162.863.4159.8
Hex959C9A40127a333c
Octal22523423240147243374
Binary100101011001110010011010100011001111010001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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