COLOR #9EB23B

HEX: #9EB23B RGB: (158,178,59)

Color info

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

RGB color model

#9EB23B color RGB value is (158,178,59).

RGB: (158,178,59) (62%, 70%, 23%)

RGB channels and saturation

R 158 of 255 = 62%
G 178 of 255 = 70%
B 59 of 255 = 23%

158
178
59

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

Portions of RGB colors in percentages

R + G + B = 158 + 178 + 59 = 395 (100%)
R 158 of 395 ~ 40%
G 178 of 395 ~ 45.06%
B 59 of 395 ~ 14.94'%

%40
%45.06
%14.94

CMYK color model

#9EB23B color CMYK value is (11,0,67,30).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 66.85%
  • key color value is 30.20%

CMYK: (11,0,67,30)
C11M0Y67K30 (11%, 0%, 67%, 30%)
(0.11 / 0.00 / 0.67 / 0.30)

CMYK percentages

%11.24
%0
%66.85
%30.2

Codes

Color #9EB23B in popluar color models

9E B2 3B
RGB 158 178 59
HSL 70° 50.21% 46.47%
HSB/HSV 70° 66.85% 69.80%
CMYK 11.24% 0.00% 66.85%
30.20%

Color #9EB23B in popluar number systems.

HEX 9E B2 3B
Decimal 158 178 59
Binary 10011110 10110010 111011
Octal 236 262 73

Shades and tints

Shades of #9EB23B

#9EB23B
(158,178,59)
#90A236
(144,162,54)
#829231
(130,146,49)
#74822C
(116,130,44)
#667227
(102,114,39)
#586222
(88,98,34)
#4A521D
(74,82,29)
#3C4218
(60,66,24)
#2E3213
(46,50,19)
#20220E
(32,34,14)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #9EB23B

#9EB23B
(158,178,59)
#A6B94C
(166,185,76)
#AEC05D
(174,192,93)
#B6C76E
(182,199,110)
#BECE7F
(190,206,127)
#C6D590
(198,213,144)
#CEDCA1
(206,220,161)
#D6E3B2
(214,227,178)
#DEEAC3
(222,234,195)
#E6F1D4
(230,241,212)
#EEF8E5
(238,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB23B; }

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

This text font color is #9EB23B.

Background Color

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

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

This div background color is #9EB23B.

Border color

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

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

This div border color is #9EB23B.

Opacity

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

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

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

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

This text has shadow with #9EB23B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB23B.

Preview

Color preview on black background

This text has color #9EB23B on black background.


Color preview on white background

This text has color #9EB23B on white background.


Black color preview on #9EB23B background

This text has black color on #9EB23B background.


White color preview on #9EB23B background

This text has white color on #9EB23B background.


Related colors

Complementary color

Complementary color for #hex is #614DC4.


I love getcolorcode.com

Triadic colors

1 #3B9EB2 and #B23B9E with #9EB23B are triadic colors.

2 #3BB29E and #B29E3B with #9EB23B are triadic colors.