COLOR #9EB35B

HEX: #9EB35B
RGB: (158,179,91)

Color info

#9EB35B contains mainly red and green colors. Web safe color of #9EB35B is #999966 (or #996).

RGB color model

#9EB35B color RGB value is (158,179,91).

  • red value is 158;
  • green value is 179;
  • blue value is 91.
RGB:
(158,179,91)
(62%,70%,36%)

RGB channels and saturation

R 158 of 255 = 62%
G 179 of 255 = 70%
B 91 of 255 = 36%

158
179
91

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

Portions of RGB colors in percentages

R + G + B =
158 + 179 + 91 = 428 (100%)
R 158 of 428 ~ 36.92%
G 179 of 428 ~ 41.82%
B 91 of 428 ~ 21.26%

%36.92
%41.82
%21.26

CMYK color model

#9EB35B color CMYK value is (12,0,49,30).

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 49.16%
  • key color value is 29.80%
CMYK:
(12,0,49,30)
C12M0Y49K30 
(12%,0%,49%,30%)
(0.12/0.00/0.49/0.30)	

CMYK percentages

%11.73
%0
%49.16
%29.8

Codes

Color #9EB35B in popluar color models

9EB35B
RGB15817991
HSL74°36.67%52.94%
HSB/HSV74°49.16%70.20%
CMYK11.73%0.00%49.16%
29.80%

Color #9EB35B in popluar number systems.

HEX9EB35B
Decimal15817991
Binary10011110101100111011011
Octal236263133

Shades and tints

Shades of #9EB35B

#9EB35B
(158,179,91)
#90A353
(144,163,83)
#82934B
(130,147,75)
#748343
(116,131,67)
#66733B
(102,115,59)
#586333
(88,99,51)
#4A532B
(74,83,43)
#3C4323
(60,67,35)
#2E331B
(46,51,27)
#202313
(32,35,19)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #9EB35B

#9EB35B
(158,179,91)
#A6B969
(166,185,105)
#AEBF77
(174,191,119)
#B6C585
(182,197,133)
#BECB93
(190,203,147)
#C6D1A1
(198,209,161)
#CED7AF
(206,215,175)
#D6DDBD
(214,221,189)
#DEE3CB
(222,227,203)
#E6E9D9
(230,233,217)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB35B color. Also use rgb(158,179,91) instead hex code.

Text Font Color

.myTextColor { color: #9EB35B; }

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

This text font color is #9EB35B.


Background Color

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

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

This div background color is #9EB35B.


Border color

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

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

This div border color is #9EB35B.


Opacity

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

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

Text with #9EB35B 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 #9EB35B;}

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

This text has shadow with #9EB35B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB35B on black background.


Color preview on white background

This text has color #9EB35B on white background.



Black color preview on #9EB35B background

This text has black color on #9EB35B background.


White color preview on #9EB35B background

This text has white color on #9EB35B background.