#9EB092

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

Shades of Norway #9EB092

Tints of Norway #9EB092

Color information

#9EB092 (or 0x9EB092) is unknown color: approx Norway. HEX triplet: 9E, B0 and 92. RGB value is (158,176,146). Sum of RGB (Red+Green+Blue) = 158+176+146=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB092 is #614F6D. Grayscale: #A7A7A7. Windows color (decimal): -6377326 or 9613470. OLE color: 9613470.

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

Color convert

RGB158176146-
CMYK0.1000.170.31
HSL96º15.96%63.14%-
HSV(B)96º17.05%69.02%-
XYZ34.8140.433.16-
YUV167.2116.04121.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.92%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 146 (57.42% from 255) = 30.42%
R=32.92%
G=36.67%
B=30.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581761460.1000.170.319615.9663.14
Hex9EB092A0111F60103f
Octal23626022212021371402077
Binary100111101011000010010010101001000111111110000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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