#9FB691

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

Shades of Norway #9FB691

Tints of Norway #9FB691

Color information

#9FB691 (or 0x9FB691) is unknown color: approx Norway. HEX triplet: 9F, B6 and 91. RGB value is (159,182,145). Sum of RGB (Red+Green+Blue) = 159+182+145=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB691 is #60496E. Grayscale: #ABABAB. Windows color (decimal): -6310255 or 9549471. OLE color: 9549471.

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

Color convert

RGB159182145-
CMYK0.1300.200.29
HSL97.3º20.22%64.12%-
HSV(B)97.3º20.33%71.37%-
XYZ36.1442.8733.16-
YUV170.9113.38119.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.72%
GREEN value IS 182 (71.48% from 255) = 37.45%
BLUE value IS 145 (57.03% from 255) = 29.84%
R=32.72%
G=37.45%
B=29.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591821450.1300.200.2997.320.2264.12
Hex9FB691D0141D611440
Octal237266221150243514124100
Binary1001111110110110100100011101010100111011100001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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