#9EAA8B

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

Shades of Norway #9EAA8B

Tints of Norway #9EAA8B

Color information

#9EAA8B (or 0x9EAA8B) is unknown color: approx Norway. HEX triplet: 9E, AA and 8B. RGB value is (158,170,139). Sum of RGB (Red+Green+Blue) = 158+170+139=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA8B is #615574. Grayscale: #A2A2A2. Windows color (decimal): -6378869 or 9153182. OLE color: 9153182.

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

Color convert

RGB158170139-
CMYK0.0700.180.33
HSL83.23º15.42%60.59%-
HSV(B)83.23º18.24%66.67%-
XYZ33.1437.8829.99-
YUV162.88114.52124.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.83%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=33.83%
G=36.40%
B=29.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581701390.0700.180.3383.2315.4260.59
Hex9EAA8B70122153f3d
Octal2362522137022411231775
Binary10011110101010101000101111101001010000110100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,170,139); }

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

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

 a { background-color: rgb(158,170,139); }

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

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

 span { border-color: rgb(158,170,139); }

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