COLOR #9BAF5F

HEX: #9BAF5F
RGB: (155,175,95)

Color info

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

RGB color model

#9BAF5F color RGB value is (155,175,95).

  • red value is 155;
  • green value is 175;
  • blue value is 95.
RGB:
(155,175,95)
(61%,69%,37%)

RGB channels and saturation

R 155 of 255 = 61%
G 175 of 255 = 69%
B 95 of 255 = 37%

155
175
95

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

Portions of RGB colors in percentages

R + G + B =
155 + 175 + 95 = 425 (100%)
R 155 of 425 ~ 36.47%
G 175 of 425 ~ 41.18%
B 95 of 425 ~ 22.35%

%36.47
%41.18
%22.35

CMYK color model

#9BAF5F color CMYK value is (11,0,46,31).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 45.71%
  • key color value is 31.37%
CMYK:
(11,0,46,31)
C11M0Y46K31 
(11%,0%,46%,31%)
(0.11/0.00/0.46/0.31)	

CMYK percentages

%11.43
%0
%45.71
%31.37

Codes

Color #9BAF5F in popluar color models

9BAF5F
RGB15517595
HSL75°33.33%52.94%
HSB/HSV75°45.71%68.63%
CMYK11.43%0.00%45.71%
31.37%

Color #9BAF5F in popluar number systems.

HEX9BAF5F
Decimal15517595
Binary10011011101011111011111
Octal233257137

Shades and tints

Shades of #9BAF5F

#9BAF5F
(155,175,95)
#8DA057
(141,160,87)
#7F914F
(127,145,79)
#718247
(113,130,71)
#63733F
(99,115,63)
#556437
(85,100,55)
#47552F
(71,85,47)
#394627
(57,70,39)
#2B371F
(43,55,31)
#1D2817
(29,40,23)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #9BAF5F

#9BAF5F
(155,175,95)
#A4B66D
(164,182,109)
#ADBD7B
(173,189,123)
#B6C489
(182,196,137)
#BFCB97
(191,203,151)
#C8D2A5
(200,210,165)
#D1D9B3
(209,217,179)
#DAE0C1
(218,224,193)
#E3E7CF
(227,231,207)
#ECEEDD
(236,238,221)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAF5F color. Also use rgb(155,175,95) instead hex code.

Text Font Color

.myTextColor { color: #9BAF5F; }

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

This text font color is #9BAF5F.


Background Color

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

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

This div background color is #9BAF5F.


Border color

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

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

This div border color is #9BAF5F.


Opacity

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

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

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

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

This text has shadow with #9BAF5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAF5F on black background.


Color preview on white background

This text has color #9BAF5F on white background.



Black color preview on #9BAF5F background

This text has black color on #9BAF5F background.


White color preview on #9BAF5F background

This text has white color on #9BAF5F background.