#9EB782

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

Shades of Norway #9EB782

Tints of Norway #9EB782

Color information

#9EB782 (or 0x9EB782) is unknown color: approx Norway. HEX triplet: 9E, B7 and 82. RGB value is (158,183,130). Sum of RGB (Red+Green+Blue) = 158+183+130=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB782 is #61487D. Grayscale: #A9A9A9. Windows color (decimal): -6375550 or 8566686. OLE color: 8566686.

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

Color convert

RGB158183130-
CMYK0.1400.290.28
HSL88.3º26.9%61.37%-
HSV(B)88.3º28.96%71.76%-
XYZ35.0642.7527.52-
YUV169.48105.72119.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=33.55%
G=38.85%
B=27.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581831300.1400.290.2888.326.961.37
Hex9EB782E01D1C581b3d
Octal23626720216035341303375
Binary100111101011011110000010111001110111100101100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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