#96A4AC

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

Shades of Nepal #96A4AC

Tints of Nepal #96A4AC

Color information

#96A4AC (or 0x96A4AC) is unknown color: approx Nepal. HEX triplet: 96, A4 and AC. RGB value is (150,164,172). Sum of RGB (Red+Green+Blue) = 150+164+172=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 172 - color contains mainly: blue. Hex color #96A4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A4AC is #695B53. Grayscale: #A0A0A0. Windows color (decimal): -6904660 or 11314326. OLE color: 11314326.

HSL color Cylindrical-coordinate representation of color #96A4AC: hue angle of 201.82º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96A4AC is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150164172-
CMYK0.130.0500.33
HSL201.82º11.7%63.14%-
HSV(B)201.82º12.79%67.45%-
XYZ33.336.0144.23-
YUV160.73134.36120.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.86%
GREEN value IS 164 (64.45% from 255) = 33.74%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=30.86%
G=33.74%
B=35.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501641720.130.0500.33201.8211.763.14
Hex96A4ACD5021cac3f
Octal2262442541550413121477
Binary10010110101001001010110011011010100001110010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,164,172); }

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

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

 a { background-color: rgb(150,164,172); }

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

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

 span { border-color: rgb(150,164,172); }

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