#9EAB85

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

Shades of Norway #9EAB85

Tints of Norway #9EAB85

Color information

#9EAB85 (or 0x9EAB85) is unknown color: approx Norway. HEX triplet: 9E, AB and 85. RGB value is (158,171,133). Sum of RGB (Red+Green+Blue) = 158+171+133=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAB85 is #61547A. Grayscale: #A2A2A2. Windows color (decimal): -6378619 or 8760222. OLE color: 8760222.

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

Color convert

RGB158171133-
CMYK0.0800.220.33
HSL80.53º18.45%59.61%-
HSV(B)80.53º22.22%67.06%-
XYZ32.938.0927.81-
YUV162.78111.19124.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=34.20%
G=37.01%
B=28.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581711330.0800.220.3380.5318.4559.61
Hex9EAB8580162151123c
Octal23625320510026411212274
Binary1001111010101011100001011000010110100001101000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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