COLOR #8BB473

HEX: #8BB473
RGB: (139,180,115)

Color info

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

RGB color model

#8BB473 color RGB value is (139,180,115).

  • red value is 139;
  • green value is 180;
  • blue value is 115.
RGB:
(139,180,115)
(55%,71%,45%)

RGB channels and saturation

R 139 of 255 = 55%
G 180 of 255 = 71%
B 115 of 255 = 45%

139
180
115

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

Portions of RGB colors in percentages

R + G + B =
139 + 180 + 115 = 434 (100%)
R 139 of 434 ~ 32.03%
G 180 of 434 ~ 41.47%
B 115 of 434 ~ 26.5%

%32.03
%41.47
%26.5

CMYK color model

#8BB473 color CMYK value is (23,0,36,29).

  • cyan value is 22.78%
  • magenta value is 0.00%
  • yellow value is 36.11%
  • key color value is 29.41%
CMYK:
(23,0,36,29)
C23M0Y36K29 
(23%,0%,36%,29%)
(0.23/0.00/0.36/0.29)	

CMYK percentages

%22.78
%0
%36.11
%29.41

Codes

Color #8BB473 in popluar color models

8BB473
RGB139180115
HSL98°30.23%57.84%
HSB/HSV98°36.11%70.59%
CMYK22.78%0.00%36.11%
29.41%

Color #8BB473 in popluar number systems.

HEX8BB473
Decimal139180115
Binary10001011101101001110011
Octal213264163

Shades and tints

Shades of #8BB473

#8BB473
(139,180,115)
#7FA469
(127,164,105)
#73945F
(115,148,95)
#678455
(103,132,85)
#5B744B
(91,116,75)
#4F6441
(79,100,65)
#435437
(67,84,55)
#37442D
(55,68,45)
#2B3423
(43,52,35)
#1F2419
(31,36,25)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #8BB473

#8BB473
(139,180,115)
#95BA7F
(149,186,127)
#9FC08B
(159,192,139)
#A9C697
(169,198,151)
#B3CCA3
(179,204,163)
#BDD2AF
(189,210,175)
#C7D8BB
(199,216,187)
#D1DEC7
(209,222,199)
#DBE4D3
(219,228,211)
#E5EADF
(229,234,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB473 color. Also use rgb(139,180,115) instead hex code.

Text Font Color

.myTextColor { color: #8BB473; }

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

This text font color is #8BB473.


Background Color

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

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

This div background color is #8BB473.


Border color

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

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

This div border color is #8BB473.


Opacity

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

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

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

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

This text has shadow with #8BB473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB473 on black background.


Color preview on white background

This text has color #8BB473 on white background.



Black color preview on #8BB473 background

This text has black color on #8BB473 background.


White color preview on #8BB473 background

This text has white color on #8BB473 background.