Html Css Color HEX #96A3A0 Cascade

📋 copy color: '#96A3A0'

red 150 ◦ green 163 ◦ blue 160

#96A3A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #96A3A0

Tints of Cascade #96A3A0

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 value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#96A3A0 (or 0x96A3A0) is known color: 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

RGB 150 163 160 -
CMYK 0.08 0 0.02 0.36
HSL 166.15º 0.07% 0.61% -
HSV(B) 166.15º 0.08% 0.64% -
XYZ 32.02 35.22 38.37 -
YUV 158.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 150 163 160 0.08 0 0.02 0.36 166.15 0.07 0.61
Hex 96 A3 A0 8 0 2 24 A6 7 3D
Octal 226 243 240 10 0 2 44 246 7 75
Binary 10010110 10100011 10100000 1000 0 10 100100 10100110 111 111101

Color Harmonies of #96A3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A3A0

Black with #96A3A0

Text Example


Text Example

White with #96A3A0

Text Example


Text Example

HTML Codes & Css Web 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>