#9AB4C0

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

Shades of Nepal #9AB4C0

Tints of Nepal #9AB4C0

Color information

#9AB4C0 (or 0x9AB4C0) is unknown color: approx Nepal. HEX triplet: 9A, B4 and C0. RGB value is (154,180,192). Sum of RGB (Red+Green+Blue) = 154+180+192=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 192 - color contains mainly: blue. Hex color #9AB4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4C0 is #654B3F. Grayscale: #ADADAD. Windows color (decimal): -6638400 or 12629146. OLE color: 12629146.

HSL color Cylindrical-coordinate representation of color #9AB4C0: hue angle of 198.95º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AB4C0 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154180192-
CMYK0.200.0600.25
HSL198.95º23.17%67.84%-
HSV(B)198.95º19.79%75.29%-
XYZ39.1643.3256.17-
YUV173.59138.39114.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.28%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 192 (75.39% from 255) = 36.50%
R=29.28%
G=34.22%
B=36.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541801920.200.0600.25198.9523.1767.84
Hex9AB4C0146019c71744
Octal23226430024603130727104
Binary1001101010110100110000001010011001100111000111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AB4C0; }

 p { color: rgb(154,180,192); }

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

<style>
 a { background-color: #9AB4C0; }

 a { background-color: rgb(154,180,192); }

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

<style>
 span { border-color: #9AB4C0; }

 span { border-color: rgb(154,180,192); }

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