#9EB984

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

Shades of Norway #9EB984

Tints of Norway #9EB984

Color information

#9EB984 (or 0x9EB984) is unknown color: approx Norway. HEX triplet: 9E, B9 and 84. RGB value is (158,185,132). Sum of RGB (Red+Green+Blue) = 158+185+132=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB984 is #61467B. Grayscale: #ABABAB. Windows color (decimal): -6375036 or 8698270. OLE color: 8698270.

HSL color Cylindrical-coordinate representation of color #9EB984: hue angle of 90.57º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EB984 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB158185132-
CMYK0.1500.290.27
HSL90.57º27.46%62.16%-
HSV(B)90.57º28.65%72.55%-
XYZ35.6143.6328.37-
YUV170.88106.05118.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=33.26%
G=38.95%
B=27.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581851320.1500.290.2790.5727.4662.16
Hex9EB984F01D1B5b1b3e
Octal23627120417035331333376
Binary100111101011100110000100111101110111011101101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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