#9EAB8C

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

Shades of Norway #9EAB8C

Tints of Norway #9EAB8C

Color information

#9EAB8C (or 0x9EAB8C) is unknown color: approx Norway. HEX triplet: 9E, AB and 8C. RGB value is (158,171,140). Sum of RGB (Red+Green+Blue) = 158+171+140=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAB8C is #615473. Grayscale: #A3A3A3. Windows color (decimal): -6378612 or 9218974. OLE color: 9218974.

HSL color Cylindrical-coordinate representation of color #9EAB8C: hue angle of 85.16º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EAB8C is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB158171140-
CMYK0.0800.180.33
HSL85.16º15.58%60.98%-
HSV(B)85.16º18.13%67.06%-
XYZ33.438.2930.44-
YUV163.58114.69124.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.69%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=33.69%
G=36.46%
B=29.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581711400.0800.180.3385.1615.5860.98
Hex9EAB8C80122155103d
Octal23625321410022411252075
Binary1001111010101011100011001000010010100001101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,171,140); }

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

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

 a { background-color: rgb(158,171,140); }

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

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

 span { border-color: rgb(158,171,140); }

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