COLOR #8BB58D

HEX: #8BB58D
RGB: (139,181,141)

Color info

#8BB58D contains red, green and blue colors in about the same proportion. Web safe color of #8BB58D is #99CC99 (or #9C9).

RGB color model

#8BB58D color RGB value is (139,181,141).

  • red value is 139;
  • green value is 181;
  • blue value is 141.
RGB:
(139,181,141)
(55%,71%,55%)

RGB channels and saturation

R 139 of 255 = 55%
G 181 of 255 = 71%
B 141 of 255 = 55%

139
181
141

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

Portions of RGB colors in percentages

R + G + B =
139 + 181 + 141 = 461 (100%)
R 139 of 461 ~ 30.15%
G 181 of 461 ~ 39.26%
B 141 of 461 ~ 30.59%

%30.15
%39.26
%30.59

CMYK color model

#8BB58D color CMYK value is (23,0,22,29).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 22.10%
  • key color value is 29.02%
CMYK:
(23,0,22,29)
C23M0Y22K29 
(23%,0%,22%,29%)
(0.23/0.00/0.22/0.29)	

CMYK percentages

%23.2
%0
%22.1
%29.02

Codes

Color #8BB58D in popluar color models

8BB58D
RGB139181141
HSL123°22.11%62.75%
HSB/HSV123°23.20%70.98%
CMYK23.20%0.00%22.10%
29.02%

Color #8BB58D in popluar number systems.

HEX8BB58D
Decimal139181141
Binary100010111011010110001101
Octal213265215

Shades and tints

Shades of #8BB58D

#8BB58D
(139,181,141)
#7FA581
(127,165,129)
#739575
(115,149,117)
#678569
(103,133,105)
#5B755D
(91,117,93)
#4F6551
(79,101,81)
#435545
(67,85,69)
#374539
(55,69,57)
#2B352D
(43,53,45)
#1F2521
(31,37,33)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #8BB58D

#8BB58D
(139,181,141)
#95BB97
(149,187,151)
#9FC1A1
(159,193,161)
#A9C7AB
(169,199,171)
#B3CDB5
(179,205,181)
#BDD3BF
(189,211,191)
#C7D9C9
(199,217,201)
#D1DFD3
(209,223,211)
#DBE5DD
(219,229,221)
#E5EBE7
(229,235,231)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB58D color. Also use rgb(139,181,141) instead hex code.

Text Font Color

.myTextColor { color: #8BB58D; }

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

This text font color is #8BB58D.


Background Color

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

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

This div background color is #8BB58D.


Border color

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

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

This div border color is #8BB58D.


Opacity

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

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

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

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

This text has shadow with #8BB58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB58D on black background.


Color preview on white background

This text has color #8BB58D on white background.



Black color preview on #8BB58D background

This text has black color on #8BB58D background.


White color preview on #8BB58D background

This text has white color on #8BB58D background.