COLOR #9BAB73

HEX: #9BAB73
RGB: (155,171,115)

Color info

#9BAB73 contains red, green and blue colors in about the same proportion. Web safe color of #9BAB73 is #999966 (or #996).

RGB color model

#9BAB73 color RGB value is (155,171,115).

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

RGB channels and saturation

R 155 of 255 = 61%
G 171 of 255 = 67%
B 115 of 255 = 45%

155
171
115

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

Portions of RGB colors in percentages

R + G + B =
155 + 171 + 115 = 441 (100%)
R 155 of 441 ~ 35.15%
G 171 of 441 ~ 38.78%
B 115 of 441 ~ 26.08%

%35.15
%38.78
%26.08

CMYK color model

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

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 32.75%
  • key color value is 32.94%
CMYK:
(9,0,33,33)
C9M0Y33K33 
(9%,0%,33%,33%)
(0.09/0.00/0.33/0.33)	

CMYK percentages

%9.36
%0
%32.75
%32.94

Codes

Color #9BAB73 in popluar color models

9BAB73
RGB155171115
HSL77°25.00%56.08%
HSB/HSV77°32.75%67.06%
CMYK9.36%0.00%32.75%
32.94%

Color #9BAB73 in popluar number systems.

HEX9BAB73
Decimal155171115
Binary10011011101010111110011
Octal233253163

Shades and tints

Shades of #9BAB73

#9BAB73
(155,171,115)
#8D9C69
(141,156,105)
#7F8D5F
(127,141,95)
#717E55
(113,126,85)
#636F4B
(99,111,75)
#556041
(85,96,65)
#475137
(71,81,55)
#39422D
(57,66,45)
#2B3323
(43,51,35)
#1D2419
(29,36,25)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #9BAB73

#9BAB73
(155,171,115)
#A4B27F
(164,178,127)
#ADB98B
(173,185,139)
#B6C097
(182,192,151)
#BFC7A3
(191,199,163)
#C8CEAF
(200,206,175)
#D1D5BB
(209,213,187)
#DADCC7
(218,220,199)
#E3E3D3
(227,227,211)
#ECEADF
(236,234,223)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAB73; }

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

This text font color is #9BAB73.


Background Color

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

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

This div background color is #9BAB73.


Border color

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

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

This div border color is #9BAB73.


Opacity

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

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

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

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

This text has shadow with #9BAB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAB73 on black background.


Color preview on white background

This text has color #9BAB73 on white background.



Black color preview on #9BAB73 background

This text has black color on #9BAB73 background.


White color preview on #9BAB73 background

This text has white color on #9BAB73 background.