COLOR #8BB72B

HEX: #8BB72B
RGB: (139,183,43)

Color info

#8BB72B contains mainly red and green colors. Web safe color of #8BB72B is #99CC33 (or #9C3).

RGB color model

#8BB72B color RGB value is (139,183,43).

  • red value is 139;
  • green value is 183;
  • blue value is 43.
RGB:
(139,183,43)
(55%,72%,17%)

RGB channels and saturation

R 139 of 255 = 55%
G 183 of 255 = 72%
B 43 of 255 = 17%

139
183
43

R + G + B ~ 48%. #8BB72B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 183 + 43 = 365 (100%)
R 139 of 365 ~ 38.08%
G 183 of 365 ~ 50.14%
B 43 of 365 ~ 11.78%

%38.08
%50.14
%11.78

CMYK color model

#8BB72B color CMYK value is (24,0,77,28).

  • cyan value is 24.04%
  • magenta value is 0.00%
  • yellow value is 76.50%
  • key color value is 28.24%
CMYK:
(24,0,77,28)
C24M0Y77K28 
(24%,0%,77%,28%)
(0.24/0.00/0.77/0.28)	

CMYK percentages

%24.04
%0
%76.5
%28.24

Codes

Color #8BB72B in popluar color models

8BB72B
RGB13918343
HSL79°61.95%44.31%
HSB/HSV79°76.50%71.76%
CMYK24.04%0.00%76.50%
28.24%

Color #8BB72B in popluar number systems.

HEX8BB72B
Decimal13918343
Binary1000101110110111101011
Octal21326753

Shades and tints

Shades of #8BB72B

#8BB72B
(139,183,43)
#7FA728
(127,167,40)
#739725
(115,151,37)
#678722
(103,135,34)
#5B771F
(91,119,31)
#4F671C
(79,103,28)
#435719
(67,87,25)
#374716
(55,71,22)
#2B3713
(43,55,19)
#1F2710
(31,39,16)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #8BB72B

#8BB72B
(139,183,43)
#95BD3E
(149,189,62)
#9FC351
(159,195,81)
#A9C964
(169,201,100)
#B3CF77
(179,207,119)
#BDD58A
(189,213,138)
#C7DB9D
(199,219,157)
#D1E1B0
(209,225,176)
#DBE7C3
(219,231,195)
#E5EDD6
(229,237,214)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB72B color. Also use rgb(139,183,43) instead hex code.

Text Font Color

.myTextColor { color: #8BB72B; }

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

This text font color is #8BB72B.


Background Color

.myBgColor { background-color: #8BB72B; }

<div style="background-color:#8BB72B">Inner text</div>

This div background color is #8BB72B.


Border color

.myBorderColor { border: 1px solid #8BB72B; }

<div style="border:3px solid #8BB72B">Div</div>

This div border color is #8BB72B.


Opacity

.myOpacity80 { color: #8BB72B; opacity: 0.8; }

<p style="color:#8BB72B;opacity:0.8;">80%</p>

Text with #8BB72B 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 #8BB72B;}

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

This text has shadow with #8BB72B color.

.textShadow {text-shadow: 3px 3px 1px #8BB72B, 3px 3px 1px red;}

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

This text has shadow with #8BB72B primary color and red secondary color.


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

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

This text has shadow with #8BB72B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB72B on black background.


Color preview on white background

This text has color #8BB72B on white background.



Black color preview on #8BB72B background

This text has black color on #8BB72B background.


White color preview on #8BB72B background

This text has white color on #8BB72B background.