#9EB583

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

Shades of Norway #9EB583

Tints of Norway #9EB583

Color information

#9EB583 (or 0x9EB583) is unknown color: approx Norway. HEX triplet: 9E, B5 and 83. RGB value is (158,181,131). Sum of RGB (Red+Green+Blue) = 158+181+131=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #9EB583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB583 is #614A7C. Grayscale: #A8A8A8. Windows color (decimal): -6376061 or 8631710. OLE color: 8631710.

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

Color convert

RGB158181131-
CMYK0.1300.280.29
HSL87.6º25.25%61.18%-
HSV(B)87.6º27.62%70.98%-
XYZ34.7241.9627.74-
YUV168.42106.88120.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.62%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 131 (51.56% from 255) = 27.87%
R=33.62%
G=38.51%
B=27.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581811310.1300.280.2987.625.2561.18
Hex9EB583D01C1D58193d
Octal23626520315034351303175
Binary100111101011010110000011110101110011101101100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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