#9EB086

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

Shades of Norway #9EB086

Tints of Norway #9EB086

Color information

#9EB086 (or 0x9EB086) is unknown color: approx Norway. HEX triplet: 9E, B0 and 86. RGB value is (158,176,134). Sum of RGB (Red+Green+Blue) = 158+176+134=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB086 is #614F79. Grayscale: #A5A5A5. Windows color (decimal): -6377338 or 8827038. OLE color: 8827038.

HSL color Cylindrical-coordinate representation of color #9EB086: hue angle of 85.71º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EB086 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB158176134-
CMYK0.1000.240.31
HSL85.71º21%60.78%-
HSV(B)85.71º23.86%69.02%-
XYZ33.9340.0428.49-
YUV165.83110.04122.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.76%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 134 (52.73% from 255) = 28.63%
R=33.76%
G=37.61%
B=28.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581761340.1000.240.3185.712160.78
Hex9EB086A0181F56153d
Octal23626020612030371262575
Binary100111101011000010000110101001100011111101011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,176,134); }

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

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

 a { background-color: rgb(158,176,134); }

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

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

 span { border-color: rgb(158,176,134); }

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