#9FB494

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

Shades of Norway #9FB494

Tints of Norway #9FB494

Color information

#9FB494 (or 0x9FB494) is unknown color: approx Norway. HEX triplet: 9F, B4 and 94. RGB value is (159,180,148). Sum of RGB (Red+Green+Blue) = 159+180+148=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB494 is #604B6B. Grayscale: #AAAAAA. Windows color (decimal): -6310764 or 9745567. OLE color: 9745567.

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

Color convert

RGB159180148-
CMYK0.1200.180.29
HSL99.37º17.58%64.31%-
HSV(B)99.37º17.78%70.59%-
XYZ35.9642.1534.26-
YUV170.07115.54120.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.65%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=32.65%
G=36.96%
B=30.39%

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
Decimal1591801480.1200.180.2999.3717.5864.31
Hex9FB494C0121D631240
Octal237264224140223514322100
Binary1001111110110100100101001100010010111011100011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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