#9FB88A

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

Shades of Norway #9FB88A

Tints of Norway #9FB88A

Color information

#9FB88A (or 0x9FB88A) is unknown color: approx Norway. HEX triplet: 9F, B8 and 8A. RGB value is (159,184,138). Sum of RGB (Red+Green+Blue) = 159+184+138=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB88A is #604775. Grayscale: #ABABAB. Windows color (decimal): -6309750 or 9091231. OLE color: 9091231.

HSL color Cylindrical-coordinate representation of color #9FB88A: hue angle of 92.61º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FB88A is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB159184138-
CMYK0.1400.250.28
HSL92.61º24.47%63.14%-
HSV(B)92.61º25%72.16%-
XYZ36.0343.4930.54-
YUV171.28109.22119.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.06%
GREEN value IS 184 (72.27% from 255) = 38.25%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=33.06%
G=38.25%
B=28.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591841380.1400.250.2892.6124.4763.14
Hex9FB88AE0191C5d183f
Octal23727021216031341353077
Binary100111111011100010001010111001100111100101110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,184,138); }

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

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

 a { background-color: rgb(159,184,138); }

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

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

 span { border-color: rgb(159,184,138); }

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