COLOR #8BB04D

HEX: #8BB04D
RGB: (139,176,77)

Color info

#8BB04D contains mainly red and green colors. Web safe color of #8BB04D is #999933 (or #993).

RGB color model

#8BB04D color RGB value is (139,176,77).

  • red value is 139;
  • green value is 176;
  • blue value is 77.
RGB:
(139,176,77)
(55%,69%,30%)

RGB channels and saturation

R 139 of 255 = 55%
G 176 of 255 = 69%
B 77 of 255 = 30%

139
176
77

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

Portions of RGB colors in percentages

R + G + B =
139 + 176 + 77 = 392 (100%)
R 139 of 392 ~ 35.46%
G 176 of 392 ~ 44.9%
B 77 of 392 ~ 19.64%

%35.46
%44.9
%19.64

CMYK color model

#8BB04D color CMYK value is (21,0,56,31).

  • cyan value is 21.02%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 30.98%
CMYK:
(21,0,56,31)
C21M0Y56K31 
(21%,0%,56%,31%)
(0.21/0.00/0.56/0.31)	

CMYK percentages

%21.02
%0
%56.25
%30.98

Codes

Color #8BB04D in popluar color models

8BB04D
RGB13917677
HSL82°39.13%49.61%
HSB/HSV82°56.25%69.02%
CMYK21.02%0.00%56.25%
30.98%

Color #8BB04D in popluar number systems.

HEX8BB04D
Decimal13917677
Binary10001011101100001001101
Octal213260115

Shades and tints

Shades of #8BB04D

#8BB04D
(139,176,77)
#7FA046
(127,160,70)
#73903F
(115,144,63)
#678038
(103,128,56)
#5B7031
(91,112,49)
#4F602A
(79,96,42)
#435023
(67,80,35)
#37401C
(55,64,28)
#2B3015
(43,48,21)
#1F200E
(31,32,14)
#131007
(19,16,7)
#000000
(0,0,0)

Tints of #8BB04D

#8BB04D
(139,176,77)
#95B75D
(149,183,93)
#9FBE6D
(159,190,109)
#A9C57D
(169,197,125)
#B3CC8D
(179,204,141)
#BDD39D
(189,211,157)
#C7DAAD
(199,218,173)
#D1E1BD
(209,225,189)
#DBE8CD
(219,232,205)
#E5EFDD
(229,239,221)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB04D color. Also use rgb(139,176,77) instead hex code.

Text Font Color

.myTextColor { color: #8BB04D; }

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

This text font color is #8BB04D.


Background Color

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

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

This div background color is #8BB04D.


Border color

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

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

This div border color is #8BB04D.


Opacity

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

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

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

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

This text has shadow with #8BB04D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB04D on black background.


Color preview on white background

This text has color #8BB04D on white background.



Black color preview on #8BB04D background

This text has black color on #8BB04D background.


White color preview on #8BB04D background

This text has white color on #8BB04D background.