COLOR #9BB57F

HEX: #9BB57F
RGB: (155,181,127)

Color info

#9BB57F contains red, green and blue colors in about the same proportion. Web safe color of #9BB57F is #99CC66 (or #9C6).

RGB color model

#9BB57F color RGB value is (155,181,127).

  • red value is 155;
  • green value is 181;
  • blue value is 127.
RGB:
(155,181,127)
(61%,71%,50%)

RGB channels and saturation

R 155 of 255 = 61%
G 181 of 255 = 71%
B 127 of 255 = 50%

155
181
127

R + G + B ~ 61%. #9BB57F is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 181 + 127 = 463 (100%)
R 155 of 463 ~ 33.48%
G 181 of 463 ~ 39.09%
B 127 of 463 ~ 27.43%

%33.48
%39.09
%27.43

CMYK color model

#9BB57F color CMYK value is (14,0,30,29).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 29.83%
  • key color value is 29.02%
CMYK:
(14,0,30,29)
C14M0Y30K29 
(14%,0%,30%,29%)
(0.14/0.00/0.30/0.29)	

CMYK percentages

%14.36
%0
%29.83
%29.02

Codes

Color #9BB57F in popluar color models

9BB57F
RGB155181127
HSL89°26.73%60.39%
HSB/HSV89°29.83%70.98%
CMYK14.36%0.00%29.83%
29.02%

Color #9BB57F in popluar number systems.

HEX9BB57F
Decimal155181127
Binary10011011101101011111111
Octal233265177

Shades and tints

Shades of #9BB57F

#9BB57F
(155,181,127)
#8DA574
(141,165,116)
#7F9569
(127,149,105)
#71855E
(113,133,94)
#637553
(99,117,83)
#556548
(85,101,72)
#47553D
(71,85,61)
#394532
(57,69,50)
#2B3527
(43,53,39)
#1D251C
(29,37,28)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #9BB57F

#9BB57F
(155,181,127)
#A4BB8A
(164,187,138)
#ADC195
(173,193,149)
#B6C7A0
(182,199,160)
#BFCDAB
(191,205,171)
#C8D3B6
(200,211,182)
#D1D9C1
(209,217,193)
#DADFCC
(218,223,204)
#E3E5D7
(227,229,215)
#ECEBE2
(236,235,226)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB57F color. Also use rgb(155,181,127) instead hex code.

Text Font Color

.myTextColor { color: #9BB57F; }

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

This text font color is #9BB57F.


Background Color

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

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

This div background color is #9BB57F.


Border color

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

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

This div border color is #9BB57F.


Opacity

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

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

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

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

This text has shadow with #9BB57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB57F on black background.


Color preview on white background

This text has color #9BB57F on white background.



Black color preview on #9BB57F background

This text has black color on #9BB57F background.


White color preview on #9BB57F background

This text has white color on #9BB57F background.