#95A4AE

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

Shades of Nepal #95A4AE

Tints of Nepal #95A4AE

Color information

#95A4AE (or 0x95A4AE) is unknown color: approx Nepal. HEX triplet: 95, A4 and AE. RGB value is (149,164,174). Sum of RGB (Red+Green+Blue) = 149+164+174=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 174 - color contains mainly: blue. Hex color #95A4AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A4AE is #6A5B51. Grayscale: #A0A0A0. Windows color (decimal): -6970194 or 11445397. OLE color: 11445397.

HSL color Cylindrical-coordinate representation of color #95A4AE: hue angle of 204º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #95A4AE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149164174-
CMYK0.140.0600.32
HSL204º13.37%63.33%-
HSV(B)204º14.37%68.24%-
XYZ33.313645.24-
YUV160.66135.53119.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=30.60%
G=33.68%
B=35.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491641740.140.0600.3220413.3763.33
Hex95A4AEE6020ccd3f
Octal2252442561660403141577
Binary10010101101001001010111011101100100000110011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A4AE; }

 p { color: rgb(149,164,174); }

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

<style>
 a { background-color: #95A4AE; }

 a { background-color: rgb(149,164,174); }

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

<style>
 span { border-color: #95A4AE; }

 span { border-color: rgb(149,164,174); }

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