COLOR #9EB249

HEX: #9EB249
RGB: (158,178,73)

Color info

#9EB249 contains mainly red and green colors. Web safe color of #9EB249 is #999933 (or #993).

RGB color model

#9EB249 color RGB value is (158,178,73).

  • red value is 158;
  • green value is 178;
  • blue value is 73.
RGB:
(158,178,73)
(62%,70%,29%)

RGB channels and saturation

R 158 of 255 = 62%
G 178 of 255 = 70%
B 73 of 255 = 29%

158
178
73

R + G + B ~ 54%. #9EB249 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 178 + 73 = 409 (100%)
R 158 of 409 ~ 38.63%
G 178 of 409 ~ 43.52%
B 73 of 409 ~ 17.85%

%38.63
%43.52
%17.85

CMYK color model

#9EB249 color CMYK value is (11,0,59,30).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 58.99%
  • key color value is 30.20%
CMYK:
(11,0,59,30)
C11M0Y59K30 
(11%,0%,59%,30%)
(0.11/0.00/0.59/0.30)	

CMYK percentages

%11.24
%0
%58.99
%30.2

Codes

Color #9EB249 in popluar color models

9EB249
RGB15817873
HSL71°41.83%49.22%
HSB/HSV71°58.99%69.80%
CMYK11.24%0.00%58.99%
30.20%

Color #9EB249 in popluar number systems.

HEX9EB249
Decimal15817873
Binary10011110101100101001001
Octal236262111

Shades and tints

Shades of #9EB249

#9EB249
(158,178,73)
#90A243
(144,162,67)
#82923D
(130,146,61)
#748237
(116,130,55)
#667231
(102,114,49)
#58622B
(88,98,43)
#4A5225
(74,82,37)
#3C421F
(60,66,31)
#2E3219
(46,50,25)
#202213
(32,34,19)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #9EB249

#9EB249
(158,178,73)
#A6B959
(166,185,89)
#AEC069
(174,192,105)
#B6C779
(182,199,121)
#BECE89
(190,206,137)
#C6D599
(198,213,153)
#CEDCA9
(206,220,169)
#D6E3B9
(214,227,185)
#DEEAC9
(222,234,201)
#E6F1D9
(230,241,217)
#EEF8E9
(238,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB249 color. Also use rgb(158,178,73) instead hex code.

Text Font Color

.myTextColor { color: #9EB249; }

<p style="color:#9EB249">This sample text font color is #9EB249.</p>

This text font color is #9EB249.


Background Color

.myBgColor { background-color: #9EB249; }

<div style="background-color:#9EB249">Inner text</div>

This div background color is #9EB249.


Border color

.myBorderColor { border: 1px solid #9EB249; }

<div style="border:3px solid #9EB249">Div</div>

This div border color is #9EB249.


Opacity

.myOpacity80 { color: #9EB249; opacity: 0.8; }

<p style="color:#9EB249;opacity:0.8;">80%</p>

Text with #9EB249 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9EB249;}

<p style="text-shadow: 3px 3px 1px #9EB249">Text here.</p>

This text has shadow with #9EB249 color.

.textShadow {text-shadow: 3px 3px 1px #9EB249, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9EB249, 5px 5px 20px red">Text here.</p>

This text has shadow with #9EB249 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9EB249, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9EB249, Direction=45, Strength=4)">Text</p>

This text has shadow with #9EB249 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9EB249;
  -webkit-box-shadow:	1px 1px 3px 2px #9EB249;
  box-shadow:		1px 1px 3px 2px #9EB249;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9EB249;
-webkit-box-shadow: 1px 1px 3px 2px #9EB249;
box-shadow:1px 1px 3px 2px #9EB249;">
Div content here</div>
This div box has shadow with color #9EB249.

Preview

Color preview on black background

This text has color #9EB249 on black background.


Color preview on white background

This text has color #9EB249 on white background.



Black color preview on #9EB249 background

This text has black color on #9EB249 background.


White color preview on #9EB249 background

This text has white color on #9EB249 background.