COLOR #9BAE71

HEX: #9BAE71
RGB: (155,174,113)

Color info

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

RGB color model

#9BAE71 color RGB value is (155,174,113).

  • red value is 155;
  • green value is 174;
  • blue value is 113.
RGB:
(155,174,113)
(61%,68%,44%)

RGB channels and saturation

R 155 of 255 = 61%
G 174 of 255 = 68%
B 113 of 255 = 44%

155
174
113

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

Portions of RGB colors in percentages

R + G + B =
155 + 174 + 113 = 442 (100%)
R 155 of 442 ~ 35.07%
G 174 of 442 ~ 39.37%
B 113 of 442 ~ 25.57%

%35.07
%39.37
%25.57

CMYK color model

#9BAE71 color CMYK value is (11,0,35,32).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 35.06%
  • key color value is 31.76%
CMYK:
(11,0,35,32)
C11M0Y35K32 
(11%,0%,35%,32%)
(0.11/0.00/0.35/0.32)	

CMYK percentages

%10.92
%0
%35.06
%31.76

Codes

Color #9BAE71 in popluar color models

9BAE71
RGB155174113
HSL79°27.35%56.27%
HSB/HSV79°35.06%68.24%
CMYK10.92%0.00%35.06%
31.76%

Color #9BAE71 in popluar number systems.

HEX9BAE71
Decimal155174113
Binary10011011101011101110001
Octal233256161

Shades and tints

Shades of #9BAE71

#9BAE71
(155,174,113)
#8D9F67
(141,159,103)
#7F905D
(127,144,93)
#718153
(113,129,83)
#637249
(99,114,73)
#55633F
(85,99,63)
#475435
(71,84,53)
#39452B
(57,69,43)
#2B3621
(43,54,33)
#1D2717
(29,39,23)
#0F180D
(15,24,13)
#000000
(0,0,0)

Tints of #9BAE71

#9BAE71
(155,174,113)
#A4B57D
(164,181,125)
#ADBC89
(173,188,137)
#B6C395
(182,195,149)
#BFCAA1
(191,202,161)
#C8D1AD
(200,209,173)
#D1D8B9
(209,216,185)
#DADFC5
(218,223,197)
#E3E6D1
(227,230,209)
#ECEDDD
(236,237,221)
#F5F4E9
(245,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAE71 color. Also use rgb(155,174,113) instead hex code.

Text Font Color

.myTextColor { color: #9BAE71; }

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

This text font color is #9BAE71.


Background Color

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

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

This div background color is #9BAE71.


Border color

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

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

This div border color is #9BAE71.


Opacity

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

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

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

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

This text has shadow with #9BAE71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAE71 on black background.


Color preview on white background

This text has color #9BAE71 on white background.



Black color preview on #9BAE71 background

This text has black color on #9BAE71 background.


White color preview on #9BAE71 background

This text has white color on #9BAE71 background.