#9FAB94

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

Shades of Norway #9FAB94

Tints of Norway #9FAB94

Color information

#9FAB94 (or 0x9FAB94) is unknown color: approx Norway. HEX triplet: 9F, AB and 94. RGB value is (159,171,148). Sum of RGB (Red+Green+Blue) = 159+171+148=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB94 is #60546B. Grayscale: #A4A4A4. Windows color (decimal): -6313068 or 9743263. OLE color: 9743263.

HSL color Cylindrical-coordinate representation of color #9FAB94: hue angle of 91.3º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FAB94 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB159171148-
CMYK0.0700.130.33
HSL91.3º12.04%62.55%-
HSV(B)91.3º13.45%67.06%-
XYZ34.2138.6333.67-
YUV164.79118.52123.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 148 (58.20% from 255) = 30.96%
R=33.26%
G=35.77%
B=30.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591711480.0700.130.3391.312.0462.55
Hex9FAB9470D215bc3f
Octal2372532247015411331477
Binary1001111110101011100101001110110110000110110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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