#9FB98F

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

Shades of Norway #9FB98F

Tints of Norway #9FB98F

Color information

#9FB98F (or 0x9FB98F) is unknown color: approx Norway. HEX triplet: 9F, B9 and 8F. RGB value is (159,185,143). Sum of RGB (Red+Green+Blue) = 159+185+143=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB98F is #604670. Grayscale: #ACACAC. Windows color (decimal): -6309489 or 9419167. OLE color: 9419167.

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

Color convert

RGB159185143-
CMYK0.1400.230.27
HSL97.14º23.08%64.31%-
HSV(B)97.14º22.7%72.55%-
XYZ36.644.0532.56-
YUV172.44111.39118.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.65%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 143 (56.25% from 255) = 29.36%
R=32.65%
G=37.99%
B=29.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591851430.1400.230.2797.1423.0864.31
Hex9FB98FE0171B611740
Octal237271217160273314127100
Binary1001111110111001100011111110010111110111100001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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