#9FAC92

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

Shades of Norway #9FAC92

Tints of Norway #9FAC92

Color information

#9FAC92 (or 0x9FAC92) is unknown color: approx Norway. HEX triplet: 9F, AC and 92. RGB value is (159,172,146). Sum of RGB (Red+Green+Blue) = 159+172+146=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC92 is #60536D. Grayscale: #A5A5A5. Windows color (decimal): -6312814 or 9612447. OLE color: 9612447.

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

Color convert

RGB159172146-
CMYK0.0800.150.33
HSL90º13.54%62.35%-
HSV(B)90º15.12%67.45%-
XYZ34.2438.9532.91-
YUV165.15117.19123.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=33.33%
G=36.06%
B=30.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591721460.0800.150.339013.5462.35
Hex9FAC9280F215ae3e
Octal23725422210017411321676
Binary10011111101011001001001010000111110000110110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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