#9FB983

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

Shades of Norway #9FB983

Tints of Norway #9FB983

Color information

#9FB983 (or 0x9FB983) is unknown color: approx Norway. HEX triplet: 9F, B9 and 83. RGB value is (159,185,131). Sum of RGB (Red+Green+Blue) = 159+185+131=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB983 is #60467C. Grayscale: #ABABAB. Windows color (decimal): -6309501 or 8632735. OLE color: 8632735.

HSL color Cylindrical-coordinate representation of color #9FB983: hue angle of 88.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FB983 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB159185131-
CMYK0.1400.290.27
HSL88.89º27.84%61.96%-
HSV(B)88.89º29.19%72.55%-
XYZ35.7443.7128.03-
YUV171.07105.39119.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.47%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 131 (51.56% from 255) = 27.58%
R=33.47%
G=38.95%
B=27.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591851310.1400.290.2788.8927.8461.96
Hex9FB983E01D1B591c3e
Octal23727120316035331313476
Binary100111111011100110000011111001110111011101100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,185,131); }

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

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

 a { background-color: rgb(159,185,131); }

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

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

 span { border-color: rgb(159,185,131); }

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