#96A5A0

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

Shades of Cascade #96A5A0

Tints of Cascade #96A5A0

Color information

#96A5A0 (or 0x96A5A0) is unknown color: approx Cascade. HEX triplet: 96, A5 and A0. RGB value is (150,165,160). Sum of RGB (Red+Green+Blue) = 150+165+160=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 165 - color contains mainly: green. Hex color #96A5A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A5A0 is #695A5F. Grayscale: #9F9F9F. Windows color (decimal): -6904416 or 10528150. OLE color: 10528150.

HSL color Cylindrical-coordinate representation of color #96A5A0: hue angle of 160º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96A5A0 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB150165160-
CMYK0.0900.030.35
HSL160º7.69%61.76%-
HSV(B)160º9.09%64.71%-
XYZ32.3835.9338.49-
YUV159.94128.03120.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=31.58%
G=34.74%
B=33.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501651600.0900.030.351607.6961.76
Hex96A5A090323a083e
Octal2262452401103432401076
Binary1001011010100101101000001001011100011101000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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