#98ACB9

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

Shades of Nepal #98ACB9

Tints of Nepal #98ACB9

Color information

#98ACB9 (or 0x98ACB9) is unknown color: approx Nepal. HEX triplet: 98, AC and B9. RGB value is (152,172,185). Sum of RGB (Red+Green+Blue) = 152+172+185=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 185 - color contains mainly: blue. Hex color #98ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACB9 is #675346. Grayscale: #A7A7A7. Windows color (decimal): -6771527 or 12168344. OLE color: 12168344.

HSL color Cylindrical-coordinate representation of color #98ACB9: hue angle of 203.64º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98ACB9 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152172185-
CMYK0.180.0700.27
HSL203.64º19.08%66.08%-
HSV(B)203.64º17.84%72.55%-
XYZ36.4639.6851.64-
YUV167.5137.87116.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.86%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=29.86%
G=33.79%
B=36.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521721850.180.0700.27203.6419.0866.08
Hex98ACB912701Bcc1342
Octal23025427122703331423102
Binary1001100010101100101110011001011101101111001100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98ACB9; }

 p { color: rgb(152,172,185); }

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

<style>
 a { background-color: #98ACB9; }

 a { background-color: rgb(152,172,185); }

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

<style>
 span { border-color: #98ACB9; }

 span { border-color: rgb(152,172,185); }

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