#9FB387

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

Shades of Norway #9FB387

Tints of Norway #9FB387

Color information

#9FB387 (or 0x9FB387) is unknown color: approx Norway. HEX triplet: 9F, B3 and 87. RGB value is (159,179,135). Sum of RGB (Red+Green+Blue) = 159+179+135=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB387 is #604C78. Grayscale: #A8A8A8. Windows color (decimal): -6311033 or 8893343. OLE color: 8893343.

HSL color Cylindrical-coordinate representation of color #9FB387: hue angle of 87.27º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FB387 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB159179135-
CMYK0.1100.250.30
HSL87.27º22.45%61.57%-
HSV(B)87.27º24.58%70.2%-
XYZ34.7941.3629.07-
YUV168109.37121.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.62%
GREEN value IS 179 (70.31% from 255) = 37.84%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=33.62%
G=37.84%
B=28.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1591791350.1100.250.3087.2722.4561.57
Hex9FB387B0191E57163e
Octal23726320713031361272676
Binary100111111011001110000111101101100111110101011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,179,135); }

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

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

 a { background-color: rgb(159,179,135); }

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

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

 span { border-color: rgb(159,179,135); }

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