#9EB193

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

Shades of Norway #9EB193

Tints of Norway #9EB193

Color information

#9EB193 (or 0x9EB193) is unknown color: approx Norway. HEX triplet: 9E, B1 and 93. RGB value is (158,177,147). Sum of RGB (Red+Green+Blue) = 158+177+147=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB193 is #614E6C. Grayscale: #A8A8A8. Windows color (decimal): -6377069 or 9679262. OLE color: 9679262.

HSL color Cylindrical-coordinate representation of color #9EB193: hue angle of 98º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EB193 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB158177147-
CMYK0.1100.170.31
HSL98º16.13%63.53%-
HSV(B)98º16.95%69.41%-
XYZ35.0940.8233.63-
YUV167.9116.21120.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.78%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=32.78%
G=36.72%
B=30.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581771470.1100.170.319816.1363.53
Hex9EB193B0111F621040
Octal236261223130213714220100
Binary1001111010110001100100111011010001111111100010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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