#9FB891

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

Shades of Norway #9FB891

Tints of Norway #9FB891

Color information

#9FB891 (or 0x9FB891) is unknown color: approx Norway. HEX triplet: 9F, B8 and 91. RGB value is (159,184,145). Sum of RGB (Red+Green+Blue) = 159+184+145=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB891 is #60476E. Grayscale: #ACACAC. Windows color (decimal): -6309743 or 9549983. OLE color: 9549983.

HSL color Cylindrical-coordinate representation of color #9FB891: hue angle of 98.46º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FB891 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB159184145-
CMYK0.1400.210.28
HSL98.46º21.55%64.51%-
HSV(B)98.46º21.2%72.16%-
XYZ36.5543.733.3-
YUV172.08112.72118.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.58%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 145 (57.03% from 255) = 29.71%
R=32.58%
G=37.70%
B=29.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591841450.1400.210.2898.4621.5564.51
Hex9FB891E0151C621641
Octal237270221160253414226101
Binary1001111110111000100100011110010101111001100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,184,145); }

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

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

 a { background-color: rgb(159,184,145); }

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

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

 span { border-color: rgb(159,184,145); }

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