#96A2A0

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

Shades of Cascade #96A2A0

Tints of Cascade #96A2A0

Color information

#96A2A0 (or 0x96A2A0) is unknown color: approx Cascade. HEX triplet: 96, A2 and A0. RGB value is (150,162,160). Sum of RGB (Red+Green+Blue) = 150+162+160=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 162 - color contains mainly: green. Hex color #96A2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A2A0 is #695D5F. Grayscale: #9E9E9E. Windows color (decimal): -6905184 or 10527382. OLE color: 10527382.

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

Color convert

RGB150162160-
CMYK0.0700.010.36
HSL170º6.06%61.18%-
HSV(B)170º7.41%63.53%-
XYZ31.8434.8638.31-
YUV158.18129.02122.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 162 (63.67% from 255) = 34.32%
BLUE value IS 160 (62.89% from 255) = 33.90%
R=31.78%
G=34.32%
B=33.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501621600.0700.010.361706.0661.18
Hex96A2A070124aa63d
Octal22624224070144252675
Binary1001011010100010101000001110110010010101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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