#9EAB93

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

Shades of Norway #9EAB93

Tints of Norway #9EAB93

Color information

#9EAB93 (or 0x9EAB93) is unknown color: approx Norway. HEX triplet: 9E, AB and 93. RGB value is (158,171,147). Sum of RGB (Red+Green+Blue) = 158+171+147=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAB93 is #61546C. Grayscale: #A4A4A4. Windows color (decimal): -6378605 or 9677726. OLE color: 9677726.

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

Color convert

RGB158171147-
CMYK0.0800.140.33
HSL92.5º12.5%62.35%-
HSV(B)92.5º14.04%67.06%-
XYZ33.9338.533.25-
YUV164.38118.19123.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.19%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=33.19%
G=35.92%
B=30.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581711470.0800.140.3392.512.562.35
Hex9EAB9380E215cd3e
Octal23625322310016411341576
Binary10011110101010111001001110000111010000110111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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