COLOR #9EB263

HEX: #9EB263 RGB: (158,178,99)

Color info

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

RGB color model

#9EB263 color RGB value is (158,178,99).

RGB: (158,178,99) (62%, 70%, 39%)

RGB channels and saturation

R 158 of 255 = 62%
G 178 of 255 = 70%
B 99 of 255 = 39%

158
178
99

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

Portions of RGB colors in percentages

R + G + B = 158 + 178 + 99 = 435 (100%)
R 158 of 435 ~ 36.32%
G 178 of 435 ~ 40.92%
B 99 of 435 ~ 22.76'%

%36.32
%40.92
%22.76

CMYK color model

#9EB263 color CMYK value is (11,0,44,30).

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

CMYK: (11,0,44,30)
C11M0Y44K30 (11%, 0%, 44%, 30%)
(0.11 / 0.00 / 0.44 / 0.30)

CMYK percentages

%11.24
%0
%44.38
%30.2

Codes

Color #9EB263 in popluar color models

9E B2 63
RGB 158 178 99
HSL 75° 33.91% 54.31%
HSB/HSV 75° 44.38% 69.80%
CMYK 11.24% 0.00% 44.38%
30.20%

Color #9EB263 in popluar number systems.

HEX 9E B2 63
Decimal 158 178 99
Binary 10011110 10110010 1100011
Octal 236 262 143

Shades and tints

Shades of #9EB263

#9EB263
(158,178,99)
#90A25A
(144,162,90)
#829251
(130,146,81)
#748248
(116,130,72)
#66723F
(102,114,63)
#586236
(88,98,54)
#4A522D
(74,82,45)
#3C4224
(60,66,36)
#2E321B
(46,50,27)
#202212
(32,34,18)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #9EB263

#9EB263
(158,178,99)
#A6B971
(166,185,113)
#AEC07F
(174,192,127)
#B6C78D
(182,199,141)
#BECE9B
(190,206,155)
#C6D5A9
(198,213,169)
#CEDCB7
(206,220,183)
#D6E3C5
(214,227,197)
#DEEAD3
(222,234,211)
#E6F1E1
(230,241,225)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB263; }

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

This text font color is #9EB263.

Background Color

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

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

This div background color is #9EB263.

Border color

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

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

This div border color is #9EB263.

Opacity

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

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

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

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

This text has shadow with #9EB263 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB263.

Preview

Color preview on black background

This text has color #9EB263 on black background.


Color preview on white background

This text has color #9EB263 on white background.


Black color preview on #9EB263 background

This text has black color on #9EB263 background.


White color preview on #9EB263 background

This text has white color on #9EB263 background.


Related colors

Complementary color

Complementary color for #hex is #614D9C.


I love getcolorcode.com

Triadic colors

1 #639EB2 and #B2639E with #9EB263 are triadic colors.

2 #63B29E and #B29E63 with #9EB263 are triadic colors.