COLOR #9BB872

HEX: #9BB872
RGB: (155,184,114)

Color info

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

RGB color model

#9BB872 color RGB value is (155,184,114).

  • red value is 155;
  • green value is 184;
  • blue value is 114.
RGB:
(155,184,114)
(61%,72%,45%)

RGB channels and saturation

R 155 of 255 = 61%
G 184 of 255 = 72%
B 114 of 255 = 45%

155
184
114

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

Portions of RGB colors in percentages

R + G + B =
155 + 184 + 114 = 453 (100%)
R 155 of 453 ~ 34.22%
G 184 of 453 ~ 40.62%
B 114 of 453 ~ 25.17%

%34.22
%40.62
%25.17

CMYK color model

#9BB872 color CMYK value is (16,0,38,28).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 27.84%
CMYK:
(16,0,38,28)
C16M0Y38K28 
(16%,0%,38%,28%)
(0.16/0.00/0.38/0.28)	

CMYK percentages

%15.76
%0
%38.04
%27.84

Codes

Color #9BB872 in popluar color models

9BB872
RGB155184114
HSL85°33.02%58.43%
HSB/HSV85°38.04%72.16%
CMYK15.76%0.00%38.04%
27.84%

Color #9BB872 in popluar number systems.

HEX9BB872
Decimal155184114
Binary10011011101110001110010
Octal233270162

Shades and tints

Shades of #9BB872

#9BB872
(155,184,114)
#8DA868
(141,168,104)
#7F985E
(127,152,94)
#718854
(113,136,84)
#63784A
(99,120,74)
#556840
(85,104,64)
#475836
(71,88,54)
#39482C
(57,72,44)
#2B3822
(43,56,34)
#1D2818
(29,40,24)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #9BB872

#9BB872
(155,184,114)
#A4BE7E
(164,190,126)
#ADC48A
(173,196,138)
#B6CA96
(182,202,150)
#BFD0A2
(191,208,162)
#C8D6AE
(200,214,174)
#D1DCBA
(209,220,186)
#DAE2C6
(218,226,198)
#E3E8D2
(227,232,210)
#ECEEDE
(236,238,222)
#F5F4EA
(245,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB872 color. Also use rgb(155,184,114) instead hex code.

Text Font Color

.myTextColor { color: #9BB872; }

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

This text font color is #9BB872.


Background Color

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

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

This div background color is #9BB872.


Border color

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

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

This div border color is #9BB872.


Opacity

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

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

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

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

This text has shadow with #9BB872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB872 on black background.


Color preview on white background

This text has color #9BB872 on white background.



Black color preview on #9BB872 background

This text has black color on #9BB872 background.


White color preview on #9BB872 background

This text has white color on #9BB872 background.