#96A3A0

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

Shades of Cascade #96A3A0

Tints of Cascade #96A3A0

Color information

#96A3A0 (or 0x96A3A0) is unknown color: approx Cascade. HEX triplet: 96, A3 and A0. RGB value is (150,163,160). Sum of RGB (Red+Green+Blue) = 150+163+160=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 163 - color contains mainly: green. Hex color #96A3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A3A0 is #695C5F. Grayscale: #9E9E9E. Windows color (decimal): -6904928 or 10527638. OLE color: 10527638.

HSL color Cylindrical-coordinate representation of color #96A3A0: hue angle of 166.15º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96A3A0 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB150163160-
CMYK0.0800.020.36
HSL166.15º6.6%61.37%-
HSV(B)166.15º7.98%63.92%-
XYZ32.0235.2238.37-
YUV158.77128.69121.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.71%
GREEN value IS 163 (64.06% from 255) = 34.46%
BLUE value IS 160 (62.89% from 255) = 33.83%
R=31.71%
G=34.46%
B=33.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501631600.0800.020.36166.156.661.37
Hex96A3A080224a673d
Octal226243240100244246775
Binary100101101010001110100000100001010010010100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A3A0; }

 p { color: rgb(150,163,160); }

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

<style>
 a { background-color: #96A3A0; }

 a { background-color: rgb(150,163,160); }

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

<style>
 span { border-color: #96A3A0; }

 span { border-color: rgb(150,163,160); }

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