#9EAD84

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

Shades of Norway #9EAD84

Tints of Norway #9EAD84

Color information

#9EAD84 (or 0x9EAD84) is unknown color: approx Norway. HEX triplet: 9E, AD and 84. RGB value is (158,173,132). Sum of RGB (Red+Green+Blue) = 158+173+132=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAD84 is #61527B. Grayscale: #A3A3A3. Windows color (decimal): -6378108 or 8695198. OLE color: 8695198.

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

Color convert

RGB158173132-
CMYK0.0900.240.32
HSL81.95º20%59.8%-
HSV(B)81.95º23.7%67.84%-
XYZ33.2138.8227.57-
YUV163.84110.03123.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.13%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=34.13%
G=37.37%
B=28.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581731320.0900.240.3281.952059.8
Hex9EAD8490182052143c
Octal23625520411030401222474
Binary1001111010101101100001001001011000100000101001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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