#9FAA8C

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

Shades of Norway #9FAA8C

Tints of Norway #9FAA8C

Color information

#9FAA8C (or 0x9FAA8C) is unknown color: approx Norway. HEX triplet: 9F, AA and 8C. RGB value is (159,170,140). Sum of RGB (Red+Green+Blue) = 159+170+140=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA8C is #605573. Grayscale: #A3A3A3. Windows color (decimal): -6313332 or 9218719. OLE color: 9218719.

HSL color Cylindrical-coordinate representation of color #9FAA8C: hue angle of 82º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FAA8C is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB159170140-
CMYK0.0600.180.33
HSL82º15%60.78%-
HSV(B)82º17.65%66.67%-
XYZ33.4138.0130.39-
YUV163.29114.86124.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.90%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=33.90%
G=36.25%
B=29.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591701400.0600.180.33821560.78
Hex9FAA8C60122152f3d
Octal2372522146022411221775
Binary10011111101010101000110011001001010000110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,170,140); }

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

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

 a { background-color: rgb(159,170,140); }

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

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

 span { border-color: rgb(159,170,140); }

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