#9FAB8C

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

Shades of Norway #9FAB8C

Tints of Norway #9FAB8C

Color information

#9FAB8C (or 0x9FAB8C) is unknown color: approx Norway. HEX triplet: 9F, AB and 8C. RGB value is (159,171,140). Sum of RGB (Red+Green+Blue) = 159+171+140=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB8C is #605473. Grayscale: #A3A3A3. Windows color (decimal): -6313076 or 9218975. OLE color: 9218975.

HSL color Cylindrical-coordinate representation of color #9FAB8C: hue angle of 83.23º degrees, saturation: 0.16, 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 #9FAB8C is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB159171140-
CMYK0.0700.180.33
HSL83.23º15.58%60.98%-
HSV(B)83.23º18.13%67.06%-
XYZ33.5938.3930.45-
YUV163.88114.52124.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.83%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=33.83%
G=36.38%
B=29.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591711400.0700.180.3383.2315.5860.98
Hex9FAB8C70122153103d
Octal2372532147022411232075
Binary100111111010101110001100111010010100001101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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