#9EB592

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

Shades of Norway #9EB592

Tints of Norway #9EB592

Color information

#9EB592 (or 0x9EB592) is unknown color: approx Norway. HEX triplet: 9E, B5 and 92. RGB value is (158,181,146). Sum of RGB (Red+Green+Blue) = 158+181+146=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #9EB592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB592 is #614A6D. Grayscale: #AAAAAA. Windows color (decimal): -6376046 or 9614750. OLE color: 9614750.

HSL color Cylindrical-coordinate representation of color #9EB592: hue angle of 99.43º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EB592 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB158181146-
CMYK0.1300.190.29
HSL99.43º19.13%64.12%-
HSV(B)99.43º19.34%70.98%-
XYZ35.8142.3933.49-
YUV170.13114.38119.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.58%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=32.58%
G=37.32%
B=30.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581811460.1300.190.2999.4319.1364.12
Hex9EB592D0131D631340
Octal236265222150233514323100
Binary1001111010110101100100101101010011111011100011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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