#9EB982

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

Shades of Norway #9EB982

Tints of Norway #9EB982

Color information

#9EB982 (or 0x9EB982) is unknown color: approx Norway. HEX triplet: 9E, B9 and 82. RGB value is (158,185,130). Sum of RGB (Red+Green+Blue) = 158+185+130=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB982 is #61467D. Grayscale: #AAAAAA. Windows color (decimal): -6375038 or 8567198. OLE color: 8567198.

HSL color Cylindrical-coordinate representation of color #9EB982: hue angle of 89.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EB982 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB158185130-
CMYK0.1500.300.27
HSL89.45º28.21%61.76%-
HSV(B)89.45º29.73%72.55%-
XYZ35.4843.5827.66-
YUV170.66105.05118.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.40%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 130 (51.17% from 255) = 27.48%
R=33.40%
G=39.11%
B=27.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581851300.1500.300.2789.4528.2161.76
Hex9EB982F01E1B591c3e
Octal23627120217036331313476
Binary100111101011100110000010111101111011011101100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,185,130); }

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

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

 a { background-color: rgb(158,185,130); }

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

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

 span { border-color: rgb(158,185,130); }

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