#9EA894

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

Shades of Norway #9EA894

Tints of Norway #9EA894

Color information

#9EA894 (or 0x9EA894) is unknown color: approx Norway. HEX triplet: 9E, A8 and 94. RGB value is (158,168,148). Sum of RGB (Red+Green+Blue) = 158+168+148=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA894 is #61576B. Grayscale: #A2A2A2. Windows color (decimal): -6379372 or 9742494. OLE color: 9742494.

HSL color Cylindrical-coordinate representation of color #9EA894: hue angle of 90º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EA894 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB158168148-
CMYK0.0600.120.34
HSL90º10.31%61.96%-
HSV(B)90º11.9%65.88%-
XYZ33.4537.4133.48-
YUV162.73119.69124.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.33%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=33.33%
G=35.44%
B=31.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581681480.0600.120.349010.3161.96
Hex9EA89460C225aa3e
Octal2362502246014421321276
Binary1001111010101000100101001100110010001010110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,168,148); }

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

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

 a { background-color: rgb(158,168,148); }

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

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

 span { border-color: rgb(158,168,148); }

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