#9EB18D

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

Shades of Norway #9EB18D

Tints of Norway #9EB18D

Color information

#9EB18D (or 0x9EB18D) is unknown color: approx Norway. HEX triplet: 9E, B1 and 8D. RGB value is (158,177,141). Sum of RGB (Red+Green+Blue) = 158+177+141=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB18D is #614E72. Grayscale: #A7A7A7. Windows color (decimal): -6377075 or 9286046. OLE color: 9286046.

HSL color Cylindrical-coordinate representation of color #9EB18D: hue angle of 91.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EB18D is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB158177141-
CMYK0.1100.200.31
HSL91.67º18.75%62.35%-
HSV(B)91.67º20.34%69.41%-
XYZ34.6340.6431.22-
YUV167.22113.21121.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.19%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=33.19%
G=37.18%
B=29.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581771410.1100.200.3191.6718.7562.35
Hex9EB18DB0141F5c133e
Octal23626121513024371342376
Binary100111101011000110001101101101010011111101110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,177,141); }

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

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

 a { background-color: rgb(158,177,141); }

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

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

 span { border-color: rgb(158,177,141); }

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