COLOR #9EB592

HEX: #9EB592 RGB: (158,181,146)

Color info

#9EB592 contains red, green and blue colors in about the same proportion. Web safe color of #9EB592 is #99CC99 (or #9C9).

RGB color model

#9EB592 color RGB value is (158,181,146).

RGB: (158,181,146) (62%, 71%, 57%)

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 146 of 255 = 57%

158
181
146

R + G + B ~ 63%. #9EB592 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 181 + 146 = 485 (100%)
R 158 of 485 ~ 32.58%
G 181 of 485 ~ 37.32%
B 146 of 485 ~ 30.1'%

%32.58
%37.32
%30.1

CMYK color model

#9EB592 color CMYK value is (13,0,19,29).

  • cyan value is 12.71%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 29.02%

CMYK: (13,0,19,29)
C13M0Y19K29 (13%, 0%, 19%, 29%)
(0.13 / 0.00 / 0.19 / 0.29)

CMYK percentages

%12.71
%0
%19.34
%29.02

Codes

Color #9EB592 in popluar color models

9E B5 92
RGB 158 181 146
HSL 99° 19.13% 64.12%
HSB/HSV 99° 19.34% 70.98%
CMYK 12.71% 0.00% 19.34%
29.02%

Color #9EB592 in popluar number systems.

HEX 9E B5 92
Decimal 158 181 146
Binary 10011110 10110101 10010010
Octal 236 265 222

Shades and tints

Shades of #9EB592

#9EB592
(158,181,146)
#90A585
(144,165,133)
#829578
(130,149,120)
#74856B
(116,133,107)
#66755E
(102,117,94)
#586551
(88,101,81)
#4A5544
(74,85,68)
#3C4537
(60,69,55)
#2E352A
(46,53,42)
#20251D
(32,37,29)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #9EB592

#9EB592
(158,181,146)
#A6BB9B
(166,187,155)
#AEC1A4
(174,193,164)
#B6C7AD
(182,199,173)
#BECDB6
(190,205,182)
#C6D3BF
(198,211,191)
#CED9C8
(206,217,200)
#D6DFD1
(214,223,209)
#DEE5DA
(222,229,218)
#E6EBE3
(230,235,227)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB592 color. Also use rgb(158,181,146) instead hex code.

Text Font Color

.myTextColor { color: #9EB592; }

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

This text font color is #9EB592.

Background Color

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

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

This div background color is #9EB592.

Border color

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

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

This div border color is #9EB592.

Opacity

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

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

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

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

This text has shadow with #9EB592 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB592.

Preview

Color preview on black background

This text has color #9EB592 on black background.


Color preview on white background

This text has color #9EB592 on white background.


Black color preview on #9EB592 background

This text has black color on #9EB592 background.


White color preview on #9EB592 background

This text has white color on #9EB592 background.


Related colors

Complementary color

Complementary color for #hex is #614A6D.


I love getcolorcode.com

Triadic colors

1 #929EB5 and #B5929E with #9EB592 are triadic colors.

2 #92B59E and #B59E92 with #9EB592 are triadic colors.