#9EB484

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

Shades of Norway #9EB484

Tints of Norway #9EB484

Color information

#9EB484 (or 0x9EB484) is unknown color: approx Norway. HEX triplet: 9E, B4 and 84. RGB value is (158,180,132). Sum of RGB (Red+Green+Blue) = 158+180+132=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB484 is #614B7B. Grayscale: #A8A8A8. Windows color (decimal): -6376316 or 8696990. OLE color: 8696990.

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

Color convert

RGB158180132-
CMYK0.1200.270.29
HSL87.5º24.24%61.18%-
HSV(B)87.5º26.67%70.59%-
XYZ34.5941.5828.03-
YUV167.95107.71120.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.62%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=33.62%
G=38.30%
B=28.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581801320.1200.270.2987.524.2461.18
Hex9EB484C01B1D57183d
Octal23626420414033351273075
Binary100111101011010010000100110001101111101101011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,180,132); }

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

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

 a { background-color: rgb(158,180,132); }

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

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

 span { border-color: rgb(158,180,132); }

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