#9FAC86

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

Shades of Norway #9FAC86

Tints of Norway #9FAC86

Color information

#9FAC86 (or 0x9FAC86) is unknown color: approx Norway. HEX triplet: 9F, AC and 86. RGB value is (159,172,134). Sum of RGB (Red+Green+Blue) = 159+172+134=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC86 is #605379. Grayscale: #A3A3A3. Windows color (decimal): -6312826 or 8826015. OLE color: 8826015.

HSL color Cylindrical-coordinate representation of color #9FAC86: hue angle of 80.53º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FAC86 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB159172134-
CMYK0.0800.220.33
HSL80.53º18.63%60%-
HSV(B)80.53º22.09%67.45%-
XYZ33.3538.628.25-
YUV163.78111.19124.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.19%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=34.19%
G=36.99%
B=28.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591721340.0800.220.3380.5318.6360
Hex9FAC8680162151133c
Octal23725420610026411212374
Binary1001111110101100100001101000010110100001101000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,134); }

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

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

 a { background-color: rgb(159,172,134); }

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

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

 span { border-color: rgb(159,172,134); }

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