COLOR #9EBC32

HEX: #9EBC32
RGB: (158,188,50)

Color info

#9EBC32 contains mainly red and green colors. Web safe color of #9EBC32 is #99CC33 (or #9C3).

RGB color model

#9EBC32 color RGB value is (158,188,50).

  • red value is 158;
  • green value is 188;
  • blue value is 50.
RGB:
(158,188,50)
(62%,74%,20%)

RGB channels and saturation

R 158 of 255 = 62%
G 188 of 255 = 74%
B 50 of 255 = 20%

158
188
50

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

Portions of RGB colors in percentages

R + G + B =
158 + 188 + 50 = 396 (100%)
R 158 of 396 ~ 39.9%
G 188 of 396 ~ 47.47%
B 50 of 396 ~ 12.63%

%39.9
%47.47
%12.63

CMYK color model

#9EBC32 color CMYK value is (16,0,73,26).

  • cyan value is 15.96%
  • magenta value is 0.00%
  • yellow value is 73.40%
  • key color value is 26.27%
CMYK:
(16,0,73,26)
C16M0Y73K26 
(16%,0%,73%,26%)
(0.16/0.00/0.73/0.26)	

CMYK percentages

%15.96
%0
%73.4
%26.27

Codes

Color #9EBC32 in popluar color models

9EBC32
RGB15818850
HSL73°57.98%46.67%
HSB/HSV73°73.40%73.73%
CMYK15.96%0.00%73.40%
26.27%

Color #9EBC32 in popluar number systems.

HEX9EBC32
Decimal15818850
Binary1001111010111100110010
Octal23627462

Shades and tints

Shades of #9EBC32

#9EBC32
(158,188,50)
#90AB2E
(144,171,46)
#829A2A
(130,154,42)
#748926
(116,137,38)
#667822
(102,120,34)
#58671E
(88,103,30)
#4A561A
(74,86,26)
#3C4516
(60,69,22)
#2E3412
(46,52,18)
#20230E
(32,35,14)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #9EBC32

#9EBC32
(158,188,50)
#A6C244
(166,194,68)
#AEC856
(174,200,86)
#B6CE68
(182,206,104)
#BED47A
(190,212,122)
#C6DA8C
(198,218,140)
#CEE09E
(206,224,158)
#D6E6B0
(214,230,176)
#DEECC2
(222,236,194)
#E6F2D4
(230,242,212)
#EEF8E6
(238,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBC32 color. Also use rgb(158,188,50) instead hex code.

Text Font Color

.myTextColor { color: #9EBC32; }

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

This text font color is #9EBC32.


Background Color

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

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

This div background color is #9EBC32.


Border color

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

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

This div border color is #9EBC32.


Opacity

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

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

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

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

This text has shadow with #9EBC32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBC32 on black background.


Color preview on white background

This text has color #9EBC32 on white background.



Black color preview on #9EBC32 background

This text has black color on #9EBC32 background.


White color preview on #9EBC32 background

This text has white color on #9EBC32 background.