#9EB087

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

Shades of Norway #9EB087

Tints of Norway #9EB087

Color information

#9EB087 (or 0x9EB087) is unknown color: approx Norway. HEX triplet: 9E, B0 and 87. RGB value is (158,176,135). Sum of RGB (Red+Green+Blue) = 158+176+135=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB087 is #614F78. Grayscale: #A6A6A6. Windows color (decimal): -6377337 or 8892574. OLE color: 8892574.

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

Color convert

RGB158176135-
CMYK0.1000.230.31
HSL86.34º20.6%60.98%-
HSV(B)86.34º23.3%69.02%-
XYZ3440.0728.86-
YUV165.94110.54122.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.69%
GREEN value IS 176 (69.14% from 255) = 37.53%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=33.69%
G=37.53%
B=28.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581761350.1000.230.3186.3420.660.98
Hex9EB087A0171F56153d
Octal23626020712027371262575
Binary100111101011000010000111101001011111111101011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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