#9EA796

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

Shades of Norway #9EA796

Tints of Norway #9EA796

Color information

#9EA796 (or 0x9EA796) is unknown color: approx Norway. HEX triplet: 9E, A7 and 96. RGB value is (158,167,150). Sum of RGB (Red+Green+Blue) = 158+167+150=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA796 is #615869. Grayscale: #A2A2A2. Windows color (decimal): -6379626 or 9873310. OLE color: 9873310.

HSL color Cylindrical-coordinate representation of color #9EA796: hue angle of 91.76º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EA796 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB158167150-
CMYK0.0500.100.35
HSL91.76º8.81%62.16%-
HSV(B)91.76º10.18%65.49%-
XYZ33.4237.1134.26-
YUV162.37121.02124.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=33.26%
G=35.16%
B=31.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581671500.0500.100.3591.768.8162.16
Hex9EA79650A235c93e
Octal2362472265012431341176
Binary1001111010100111100101101010101010001110111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,167,150); }

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

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

 a { background-color: rgb(158,167,150); }

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

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

 span { border-color: rgb(158,167,150); }

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