#9FB693

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

Shades of Norway #9FB693

Tints of Norway #9FB693

Color information

#9FB693 (or 0x9FB693) is unknown color: approx Norway. HEX triplet: 9F, B6 and 93. RGB value is (159,182,147). Sum of RGB (Red+Green+Blue) = 159+182+147=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB693 is #60496C. Grayscale: #ABABAB. Windows color (decimal): -6310253 or 9680543. OLE color: 9680543.

HSL color Cylindrical-coordinate representation of color #9FB693: hue angle of 99.43º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FB693 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB159182147-
CMYK0.1300.190.29
HSL99.43º19.34%64.51%-
HSV(B)99.43º19.23%71.37%-
XYZ36.2942.9333.98-
YUV171.13114.38119.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.58%
GREEN value IS 182 (71.48% from 255) = 37.30%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=32.58%
G=37.30%
B=30.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591821470.1300.190.2999.4319.3464.51
Hex9FB693D0131D631341
Octal237266223150233514323101
Binary1001111110110110100100111101010011111011100011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,182,147); }

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

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

 a { background-color: rgb(159,182,147); }

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

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

 span { border-color: rgb(159,182,147); }

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