#9EB082

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

Shades of Norway #9EB082

Tints of Norway #9EB082

Color information

#9EB082 (or 0x9EB082) is unknown color: approx Norway. HEX triplet: 9E, B0 and 82. RGB value is (158,176,130). Sum of RGB (Red+Green+Blue) = 158+176+130=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB082 is #614F7D. Grayscale: #A5A5A5. Windows color (decimal): -6377342 or 8564894. OLE color: 8564894.

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

Color convert

RGB158176130-
CMYK0.1000.260.31
HSL83.48º22.55%60%-
HSV(B)83.48º26.14%69.02%-
XYZ33.6639.9327.05-
YUV165.37108.04122.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.05%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=34.05%
G=37.93%
B=28.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581761300.1000.260.3183.4822.5560
Hex9EB082A01A1F53173c
Octal23626020212032371232774
Binary100111101011000010000010101001101011111101001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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