COLOR #9BB77B

HEX: #9BB77B
RGB: (155,183,123)

Color info

#9BB77B contains mainly red and green colors. Web safe color of #9BB77B is #99CC66 (or #9C6).

RGB color model

#9BB77B color RGB value is (155,183,123).

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

RGB channels and saturation

R 155 of 255 = 61%
G 183 of 255 = 72%
B 123 of 255 = 48%

155
183
123

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

Portions of RGB colors in percentages

R + G + B =
155 + 183 + 123 = 461 (100%)
R 155 of 461 ~ 33.62%
G 183 of 461 ~ 39.7%
B 123 of 461 ~ 26.68%

%33.62
%39.7
%26.68

CMYK color model

#9BB77B color CMYK value is (15,0,33,28).

  • cyan value is 15.30%
  • magenta value is 0.00%
  • yellow value is 32.79%
  • key color value is 28.24%
CMYK:
(15,0,33,28)
C15M0Y33K28 
(15%,0%,33%,28%)
(0.15/0.00/0.33/0.28)	

CMYK percentages

%15.3
%0
%32.79
%28.24

Codes

Color #9BB77B in popluar color models

9BB77B
RGB155183123
HSL88°29.41%60.00%
HSB/HSV88°32.79%71.76%
CMYK15.30%0.00%32.79%
28.24%

Color #9BB77B in popluar number systems.

HEX9BB77B
Decimal155183123
Binary10011011101101111111011
Octal233267173

Shades and tints

Shades of #9BB77B

#9BB77B
(155,183,123)
#8DA770
(141,167,112)
#7F9765
(127,151,101)
#71875A
(113,135,90)
#63774F
(99,119,79)
#556744
(85,103,68)
#475739
(71,87,57)
#39472E
(57,71,46)
#2B3723
(43,55,35)
#1D2718
(29,39,24)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #9BB77B

#9BB77B
(155,183,123)
#A4BD87
(164,189,135)
#ADC393
(173,195,147)
#B6C99F
(182,201,159)
#BFCFAB
(191,207,171)
#C8D5B7
(200,213,183)
#D1DBC3
(209,219,195)
#DAE1CF
(218,225,207)
#E3E7DB
(227,231,219)
#ECEDE7
(236,237,231)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB77B; }

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

This text font color is #9BB77B.


Background Color

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

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

This div background color is #9BB77B.


Border color

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

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

This div border color is #9BB77B.


Opacity

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

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

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

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

This text has shadow with #9BB77B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB77B on black background.


Color preview on white background

This text has color #9BB77B on white background.



Black color preview on #9BB77B background

This text has black color on #9BB77B background.


White color preview on #9BB77B background

This text has white color on #9BB77B background.