COLOR #9BB77E

HEX: #9BB77E
RGB: (155,183,126)

Color info

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

RGB color model

#9BB77E color RGB value is (155,183,126).

  • red value is 155;
  • green value is 183;
  • blue value is 126.
RGB:
(155,183,126)
(61%,72%,49%)

RGB channels and saturation

R 155 of 255 = 61%
G 183 of 255 = 72%
B 126 of 255 = 49%

155
183
126

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

Portions of RGB colors in percentages

R + G + B =
155 + 183 + 126 = 464 (100%)
R 155 of 464 ~ 33.41%
G 183 of 464 ~ 39.44%
B 126 of 464 ~ 27.16%

%33.41
%39.44
%27.16

CMYK color model

#9BB77E color CMYK value is (15,0,31,28).

  • cyan value is 15.30%
  • magenta value is 0.00%
  • yellow value is 31.15%
  • key color value is 28.24%
CMYK:
(15,0,31,28)
C15M0Y31K28 
(15%,0%,31%,28%)
(0.15/0.00/0.31/0.28)	

CMYK percentages

%15.3
%0
%31.15
%28.24

Codes

Color #9BB77E in popluar color models

9BB77E
RGB155183126
HSL89°28.36%60.59%
HSB/HSV89°31.15%71.76%
CMYK15.30%0.00%31.15%
28.24%

Color #9BB77E in popluar number systems.

HEX9BB77E
Decimal155183126
Binary10011011101101111111110
Octal233267176

Shades and tints

Shades of #9BB77E

#9BB77E
(155,183,126)
#8DA773
(141,167,115)
#7F9768
(127,151,104)
#71875D
(113,135,93)
#637752
(99,119,82)
#556747
(85,103,71)
#47573C
(71,87,60)
#394731
(57,71,49)
#2B3726
(43,55,38)
#1D271B
(29,39,27)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #9BB77E

#9BB77E
(155,183,126)
#A4BD89
(164,189,137)
#ADC394
(173,195,148)
#B6C99F
(182,201,159)
#BFCFAA
(191,207,170)
#C8D5B5
(200,213,181)
#D1DBC0
(209,219,192)
#DAE1CB
(218,225,203)
#E3E7D6
(227,231,214)
#ECEDE1
(236,237,225)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB77E color. Also use rgb(155,183,126) instead hex code.

Text Font Color

.myTextColor { color: #9BB77E; }

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

This text font color is #9BB77E.


Background Color

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

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

This div background color is #9BB77E.


Border color

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

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

This div border color is #9BB77E.


Opacity

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

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

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

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

This text has shadow with #9BB77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB77E on black background.


Color preview on white background

This text has color #9BB77E on white background.



Black color preview on #9BB77E background

This text has black color on #9BB77E background.


White color preview on #9BB77E background

This text has white color on #9BB77E background.