#9EB190

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

Shades of Norway #9EB190

Tints of Norway #9EB190

Color information

#9EB190 (or 0x9EB190) is unknown color: approx Norway. HEX triplet: 9E, B1 and 90. RGB value is (158,177,144). Sum of RGB (Red+Green+Blue) = 158+177+144=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB190 is #614E6F. Grayscale: #A7A7A7. Windows color (decimal): -6377072 or 9482654. OLE color: 9482654.

HSL color Cylindrical-coordinate representation of color #9EB190: hue angle of 94.55º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EB190 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB158177144-
CMYK0.1100.190.31
HSL94.55º17.46%62.94%-
HSV(B)94.55º18.64%69.41%-
XYZ34.8640.7332.41-
YUV167.56114.71121.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=32.99%
G=36.95%
B=30.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581771440.1100.190.3194.5517.4662.94
Hex9EB190B0131F5f113f
Octal23626122013023371372177
Binary100111101011000110010000101101001111111101111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,177,144); }

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

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

 a { background-color: rgb(158,177,144); }

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

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

 span { border-color: rgb(158,177,144); }

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