#9FB493

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

Shades of Norway #9FB493

Tints of Norway #9FB493

Color information

#9FB493 (or 0x9FB493) is unknown color: approx Norway. HEX triplet: 9F, B4 and 93. RGB value is (159,180,147). Sum of RGB (Red+Green+Blue) = 159+180+147=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB493 is #604B6C. Grayscale: #AAAAAA. Windows color (decimal): -6310765 or 9680031. OLE color: 9680031.

HSL color Cylindrical-coordinate representation of color #9FB493: hue angle of 98.18º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FB493 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB159180147-
CMYK0.1200.180.29
HSL98.18º18.03%64.12%-
HSV(B)98.18º18.33%70.59%-
XYZ35.8942.1233.84-
YUV169.96115.04120.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.72%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=32.72%
G=37.04%
B=30.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801470.1200.180.2998.1818.0364.12
Hex9FB493C0121D621240
Octal237264223140223514222100
Binary1001111110110100100100111100010010111011100010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,180,147); }

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

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

 a { background-color: rgb(159,180,147); }

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

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

 span { border-color: rgb(159,180,147); }

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