#96A39F

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

Shades of Cascade #96A39F

Tints of Cascade #96A39F

Color information

#96A39F (or 0x96A39F) is unknown color: approx Cascade. HEX triplet: 96, A3 and 9F. RGB value is (150,163,159). Sum of RGB (Red+Green+Blue) = 150+163+159=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 163 - color contains mainly: green. Hex color #96A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A39F is #695C60. Grayscale: #9E9E9E. Windows color (decimal): -6904929 or 10462102. OLE color: 10462102.

HSL color Cylindrical-coordinate representation of color #96A39F: hue angle of 161.54º 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 #96A39F is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB150163159-
CMYK0.0800.020.36
HSL161.54º6.6%61.37%-
HSV(B)161.54º7.98%63.92%-
XYZ31.9335.1837.91-
YUV158.66128.19121.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 159 (62.5% from 255) = 33.69%
R=31.78%
G=34.53%
B=33.69%

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
Decimal1501631590.0800.020.36161.546.661.37
Hex96A39F80224a273d
Octal226243237100244242775
Binary100101101010001110011111100001010010010100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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