#9EAE95

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

Shades of Norway #9EAE95

Tints of Norway #9EAE95

Color information

#9EAE95 (or 0x9EAE95) is unknown color: approx Norway. HEX triplet: 9E, AE and 95. RGB value is (158,174,149). Sum of RGB (Red+Green+Blue) = 158+174+149=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAE95 is #61516A. Grayscale: #A6A6A6. Windows color (decimal): -6377835 or 9809566. OLE color: 9809566.

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

Color convert

RGB158174149-
CMYK0.0900.140.32
HSL98.4º13.37%63.33%-
HSV(B)98.4º14.37%68.24%-
XYZ34.6639.7134.27-
YUV166.37118.2122.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.85%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=32.85%
G=36.17%
B=30.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581741490.0900.140.3298.413.3763.33
Hex9EAE9590E2062d3f
Octal23625622511016401421577
Binary10011110101011101001010110010111010000011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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