#9EB882

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

Shades of Norway #9EB882

Tints of Norway #9EB882

Color information

#9EB882 (or 0x9EB882) is unknown color: approx Norway. HEX triplet: 9E, B8 and 82. RGB value is (158,184,130). Sum of RGB (Red+Green+Blue) = 158+184+130=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB882 is #61477D. Grayscale: #AAAAAA. Windows color (decimal): -6375294 or 8566942. OLE color: 8566942.

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

Color convert

RGB158184130-
CMYK0.1400.290.28
HSL88.89º27.55%61.57%-
HSV(B)88.89º29.35%72.16%-
XYZ35.2743.1627.59-
YUV170.07105.39119.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.47%
GREEN value IS 184 (72.27% from 255) = 38.98%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=33.47%
G=38.98%
B=27.54%

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
Decimal1581841300.1400.290.2888.8927.5561.57
Hex9EB882E01D1C591c3e
Octal23627020216035341313476
Binary100111101011100010000010111001110111100101100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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