#9EB384

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

Shades of Norway #9EB384

Tints of Norway #9EB384

Color information

#9EB384 (or 0x9EB384) is unknown color: approx Norway. HEX triplet: 9E, B3 and 84. RGB value is (158,179,132). Sum of RGB (Red+Green+Blue) = 158+179+132=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB384 is #614C7B. Grayscale: #A7A7A7. Windows color (decimal): -6376572 or 8696734. OLE color: 8696734.

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

Color convert

RGB158179132-
CMYK0.1200.260.30
HSL86.81º23.62%60.98%-
HSV(B)86.81º26.26%70.2%-
XYZ34.3941.1827.97-
YUV167.36108.04121.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.69%
GREEN value IS 179 (70.31% from 255) = 38.17%
BLUE value IS 132 (51.95% from 255) = 28.14%
R=33.69%
G=38.17%
B=28.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1581791320.1200.260.3086.8123.6260.98
Hex9EB384C01A1E57183d
Octal23626320414032361273075
Binary100111101011001110000100110001101011110101011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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