COLOR #9BAC31

HEX: #9BAC31
RGB: (155,172,49)

Color info

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

RGB color model

#9BAC31 color RGB value is (155,172,49).

  • red value is 155;
  • green value is 172;
  • blue value is 49.
RGB:
(155,172,49)
(61%,67%,19%)

RGB channels and saturation

R 155 of 255 = 61%
G 172 of 255 = 67%
B 49 of 255 = 19%

155
172
49

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

Portions of RGB colors in percentages

R + G + B =
155 + 172 + 49 = 376 (100%)
R 155 of 376 ~ 41.22%
G 172 of 376 ~ 45.74%
B 49 of 376 ~ 13.03%

%41.22
%45.74
%13.03

CMYK color model

#9BAC31 color CMYK value is (10,0,72,33).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 71.51%
  • key color value is 32.55%
CMYK:
(10,0,72,33)
C10M0Y72K33 
(10%,0%,72%,33%)
(0.10/0.00/0.72/0.33)	

CMYK percentages

%9.88
%0
%71.51
%32.55

Codes

Color #9BAC31 in popluar color models

9BAC31
RGB15517249
HSL68°55.66%43.33%
HSB/HSV68°71.51%67.45%
CMYK9.88%0.00%71.51%
32.55%

Color #9BAC31 in popluar number systems.

HEX9BAC31
Decimal15517249
Binary1001101110101100110001
Octal23325461

Shades and tints

Shades of #9BAC31

#9BAC31
(155,172,49)
#8D9D2D
(141,157,45)
#7F8E29
(127,142,41)
#717F25
(113,127,37)
#637021
(99,112,33)
#55611D
(85,97,29)
#475219
(71,82,25)
#394315
(57,67,21)
#2B3411
(43,52,17)
#1D250D
(29,37,13)
#0F1609
(15,22,9)
#000000
(0,0,0)

Tints of #9BAC31

#9BAC31
(155,172,49)
#A4B343
(164,179,67)
#ADBA55
(173,186,85)
#B6C167
(182,193,103)
#BFC879
(191,200,121)
#C8CF8B
(200,207,139)
#D1D69D
(209,214,157)
#DADDAF
(218,221,175)
#E3E4C1
(227,228,193)
#ECEBD3
(236,235,211)
#F5F2E5
(245,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAC31 color. Also use rgb(155,172,49) instead hex code.

Text Font Color

.myTextColor { color: #9BAC31; }

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

This text font color is #9BAC31.


Background Color

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

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

This div background color is #9BAC31.


Border color

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

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

This div border color is #9BAC31.


Opacity

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

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

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

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

This text has shadow with #9BAC31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAC31 on black background.


Color preview on white background

This text has color #9BAC31 on white background.



Black color preview on #9BAC31 background

This text has black color on #9BAC31 background.


White color preview on #9BAC31 background

This text has white color on #9BAC31 background.