#9FB190

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

Shades of Norway #9FB190

Tints of Norway #9FB190

Color information

#9FB190 (or 0x9FB190) is unknown color: approx Norway. HEX triplet: 9F, B1 and 90. RGB value is (159,177,144). Sum of RGB (Red+Green+Blue) = 159+177+144=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB190 is #604E6F. Grayscale: #A7A7A7. Windows color (decimal): -6311536 or 9482655. OLE color: 9482655.

HSL color Cylindrical-coordinate representation of color #9FB190: hue angle of 92.73º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FB190 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB159177144-
CMYK0.1000.190.31
HSL92.73º17.46%62.94%-
HSV(B)92.73º18.64%69.41%-
XYZ35.0540.8332.42-
YUV167.86114.54121.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.12%
GREEN value IS 177 (69.53% from 255) = 36.88%
BLUE value IS 144 (56.64% from 255) = 30%
R=33.12%
G=36.88%
B=30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591771440.1000.190.3192.7317.4662.94
Hex9FB190A0131F5d113f
Octal23726122012023371352177
Binary100111111011000110010000101001001111111101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,177,144); }

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

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

 a { background-color: rgb(159,177,144); }

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

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

 span { border-color: rgb(159,177,144); }

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