#9FAB92

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

Shades of Norway #9FAB92

Tints of Norway #9FAB92

Color information

#9FAB92 (or 0x9FAB92) is unknown color: approx Norway. HEX triplet: 9F, AB and 92. RGB value is (159,171,146). Sum of RGB (Red+Green+Blue) = 159+171+146=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB92 is #60546D. Grayscale: #A4A4A4. Windows color (decimal): -6313070 or 9612191. OLE color: 9612191.

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

Color convert

RGB159171146-
CMYK0.0700.150.33
HSL88.8º12.95%62.16%-
HSV(B)88.8º14.62%67.06%-
XYZ34.0538.5732.84-
YUV164.56117.52124.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.40%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 146 (57.42% from 255) = 30.67%
R=33.40%
G=35.92%
B=30.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591711460.0700.150.3388.812.9562.16
Hex9FAB9270F2159d3e
Octal2372532227017411311576
Binary1001111110101011100100101110111110000110110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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