#9EAD95

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

Shades of Norway #9EAD95

Tints of Norway #9EAD95

Color information

#9EAD95 (or 0x9EAD95) is unknown color: approx Norway. HEX triplet: 9E, AD and 95. RGB value is (158,173,149). Sum of RGB (Red+Green+Blue) = 158+173+149=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAD95 is #61526A. Grayscale: #A5A5A5. Windows color (decimal): -6378091 or 9809310. OLE color: 9809310.

HSL color Cylindrical-coordinate representation of color #9EAD95: hue angle of 97.5º 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 #9EAD95 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB158173149-
CMYK0.0900.140.32
HSL97.5º12.77%63.14%-
HSV(B)97.5º13.87%67.84%-
XYZ34.4739.3334.21-
YUV165.78118.53122.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.92%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=32.92%
G=36.04%
B=31.04%

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
Decimal1581731490.0900.140.3297.512.7763.14
Hex9EAD9590E2061d3f
Octal23625522511016401411577
Binary10011110101011011001010110010111010000011000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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