COLOR #9BAB3A

HEX: #9BAB3A
RGB: (155,171,58)

Color info

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

RGB color model

#9BAB3A color RGB value is (155,171,58).

  • red value is 155;
  • green value is 171;
  • blue value is 58.
RGB:
(155,171,58)
(61%,67%,23%)

RGB channels and saturation

R 155 of 255 = 61%
G 171 of 255 = 67%
B 58 of 255 = 23%

155
171
58

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

Portions of RGB colors in percentages

R + G + B =
155 + 171 + 58 = 384 (100%)
R 155 of 384 ~ 40.36%
G 171 of 384 ~ 44.53%
B 58 of 384 ~ 15.1%

%40.36
%44.53
%15.1

CMYK color model

#9BAB3A color CMYK value is (9,0,66,33).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 66.08%
  • key color value is 32.94%
CMYK:
(9,0,66,33)
C9M0Y66K33 
(9%,0%,66%,33%)
(0.09/0.00/0.66/0.33)	

CMYK percentages

%9.36
%0
%66.08
%32.94

Codes

Color #9BAB3A in popluar color models

9BAB3A
RGB15517158
HSL68°49.34%44.90%
HSB/HSV68°66.08%67.06%
CMYK9.36%0.00%66.08%
32.94%

Color #9BAB3A in popluar number systems.

HEX9BAB3A
Decimal15517158
Binary1001101110101011111010
Octal23325372

Shades and tints

Shades of #9BAB3A

#9BAB3A
(155,171,58)
#8D9C35
(141,156,53)
#7F8D30
(127,141,48)
#717E2B
(113,126,43)
#636F26
(99,111,38)
#556021
(85,96,33)
#47511C
(71,81,28)
#394217
(57,66,23)
#2B3312
(43,51,18)
#1D240D
(29,36,13)
#0F1508
(15,21,8)
#000000
(0,0,0)

Tints of #9BAB3A

#9BAB3A
(155,171,58)
#A4B24B
(164,178,75)
#ADB95C
(173,185,92)
#B6C06D
(182,192,109)
#BFC77E
(191,199,126)
#C8CE8F
(200,206,143)
#D1D5A0
(209,213,160)
#DADCB1
(218,220,177)
#E3E3C2
(227,227,194)
#ECEAD3
(236,234,211)
#F5F1E4
(245,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAB3A color. Also use rgb(155,171,58) instead hex code.

Text Font Color

.myTextColor { color: #9BAB3A; }

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

This text font color is #9BAB3A.


Background Color

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

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

This div background color is #9BAB3A.


Border color

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

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

This div border color is #9BAB3A.


Opacity

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

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

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

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

This text has shadow with #9BAB3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAB3A on black background.


Color preview on white background

This text has color #9BAB3A on white background.



Black color preview on #9BAB3A background

This text has black color on #9BAB3A background.


White color preview on #9BAB3A background

This text has white color on #9BAB3A background.