#9FB182

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

Shades of Norway #9FB182

Tints of Norway #9FB182

Color information

#9FB182 (or 0x9FB182) is unknown color: approx Norway. HEX triplet: 9F, B1 and 82. RGB value is (159,177,130). Sum of RGB (Red+Green+Blue) = 159+177+130=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB182 is #604E7D. Grayscale: #A6A6A6. Windows color (decimal): -6311550 or 8565151. OLE color: 8565151.

HSL color Cylindrical-coordinate representation of color #9FB182: hue angle of 82.98º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FB182 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB159177130-
CMYK0.1000.270.31
HSL82.98º23.15%60.2%-
HSV(B)82.98º26.55%69.41%-
XYZ34.0540.4327.13-
YUV166.26107.54122.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.12%
GREEN value IS 177 (69.53% from 255) = 37.98%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=34.12%
G=37.98%
B=27.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591771300.1000.270.3182.9823.1560.2
Hex9FB182A01B1F53173c
Octal23726120212033371232774
Binary100111111011000110000010101001101111111101001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,177,130); }

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

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

 a { background-color: rgb(159,177,130); }

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

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

 span { border-color: rgb(159,177,130); }

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