#9FAB8D

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

Shades of Norway #9FAB8D

Tints of Norway #9FAB8D

Color information

#9FAB8D (or 0x9FAB8D) is unknown color: approx Norway. HEX triplet: 9F, AB and 8D. RGB value is (159,171,141). Sum of RGB (Red+Green+Blue) = 159+171+141=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB8D is #605472. Grayscale: #A4A4A4. Windows color (decimal): -6313075 or 9284511. OLE color: 9284511.

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

Color convert

RGB159171141-
CMYK0.0700.180.33
HSL84º15.15%61.18%-
HSV(B)84º17.54%67.06%-
XYZ33.6738.4230.84-
YUV163.99115.02124.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.76%
GREEN value IS 171 (67.19% from 255) = 36.31%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=33.76%
G=36.31%
B=29.94%

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
Decimal1591711410.0700.180.338415.1561.18
Hex9FAB8D70122154f3d
Octal2372532157022411241775
Binary10011111101010111000110111101001010000110101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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