#9FA996

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

Shades of Norway #9FA996

Tints of Norway #9FA996

Color information

#9FA996 (or 0x9FA996) is unknown color: approx Norway. HEX triplet: 9F, A9 and 96. RGB value is (159,169,150). Sum of RGB (Red+Green+Blue) = 159+169+150=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA996 is #605669. Grayscale: #A3A3A3. Windows color (decimal): -6313578 or 9873823. OLE color: 9873823.

HSL color Cylindrical-coordinate representation of color #9FA996: hue angle of 91.58º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FA996 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB159169150-
CMYK0.0600.110.34
HSL91.58º9.95%62.55%-
HSV(B)91.58º11.24%66.27%-
XYZ33.9937.9534.39-
YUV163.84120.19124.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 150 (58.98% from 255) = 31.38%
R=33.26%
G=35.36%
B=31.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1591691500.0600.110.3491.589.9562.55
Hex9FA99660B225ca3f
Octal2372512266013421341277
Binary1001111110101001100101101100101110001010111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,169,150); }

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

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

 a { background-color: rgb(159,169,150); }

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

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

 span { border-color: rgb(159,169,150); }

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