#9EAE88

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

Shades of Norway #9EAE88

Tints of Norway #9EAE88

Color information

#9EAE88 (or 0x9EAE88) is unknown color: approx Norway. HEX triplet: 9E, AE and 88. RGB value is (158,174,136). Sum of RGB (Red+Green+Blue) = 158+174+136=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAE88 is #615177. Grayscale: #A5A5A5. Windows color (decimal): -6377848 or 8957598. OLE color: 8957598.

HSL color Cylindrical-coordinate representation of color #9EAE88: hue angle of 85.26º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EAE88 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB158174136-
CMYK0.0900.220.32
HSL85.26º19%60.78%-
HSV(B)85.26º21.84%68.24%-
XYZ33.6839.3229.11-
YUV164.88111.7123.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.76%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 136 (53.52% from 255) = 29.06%
R=33.76%
G=37.18%
B=29.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581741360.0900.220.3285.261960.78
Hex9EAE8890162055133d
Octal23625621011026401252375
Binary1001111010101110100010001001010110100000101010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,174,136); }

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

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

 a { background-color: rgb(158,174,136); }

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

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

 span { border-color: rgb(158,174,136); }

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