COLOR #9BA96F

HEX: #9BA96F
RGB: (155,169,111)

Color info

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

RGB color model

#9BA96F color RGB value is (155,169,111).

  • red value is 155;
  • green value is 169;
  • blue value is 111.
RGB:
(155,169,111)
(61%,66%,44%)

RGB channels and saturation

R 155 of 255 = 61%
G 169 of 255 = 66%
B 111 of 255 = 44%

155
169
111

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

Portions of RGB colors in percentages

R + G + B =
155 + 169 + 111 = 435 (100%)
R 155 of 435 ~ 35.63%
G 169 of 435 ~ 38.85%
B 111 of 435 ~ 25.52%

%35.63
%38.85
%25.52

CMYK color model

#9BA96F color CMYK value is (8,0,34,34).

  • cyan value is 8.28%
  • magenta value is 0.00%
  • yellow value is 34.32%
  • key color value is 33.73%
CMYK:
(8,0,34,34)
C8M0Y34K34 
(8%,0%,34%,34%)
(0.08/0.00/0.34/0.34)	

CMYK percentages

%8.28
%0
%34.32
%33.73

Codes

Color #9BA96F in popluar color models

9BA96F
RGB155169111
HSL74°25.22%54.90%
HSB/HSV74°34.32%66.27%
CMYK8.28%0.00%34.32%
33.73%

Color #9BA96F in popluar number systems.

HEX9BA96F
Decimal155169111
Binary10011011101010011101111
Octal233251157

Shades and tints

Shades of #9BA96F

#9BA96F
(155,169,111)
#8D9A65
(141,154,101)
#7F8B5B
(127,139,91)
#717C51
(113,124,81)
#636D47
(99,109,71)
#555E3D
(85,94,61)
#474F33
(71,79,51)
#394029
(57,64,41)
#2B311F
(43,49,31)
#1D2215
(29,34,21)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #9BA96F

#9BA96F
(155,169,111)
#A4B07C
(164,176,124)
#ADB789
(173,183,137)
#B6BE96
(182,190,150)
#BFC5A3
(191,197,163)
#C8CCB0
(200,204,176)
#D1D3BD
(209,211,189)
#DADACA
(218,218,202)
#E3E1D7
(227,225,215)
#ECE8E4
(236,232,228)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA96F color. Also use rgb(155,169,111) instead hex code.

Text Font Color

.myTextColor { color: #9BA96F; }

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

This text font color is #9BA96F.


Background Color

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

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

This div background color is #9BA96F.


Border color

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

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

This div border color is #9BA96F.


Opacity

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

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

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

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

This text has shadow with #9BA96F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA96F on black background.


Color preview on white background

This text has color #9BA96F on white background.



Black color preview on #9BA96F background

This text has black color on #9BA96F background.


White color preview on #9BA96F background

This text has white color on #9BA96F background.