COLOR #8BB052

HEX: #8BB052 RGB: (139,176,82)

Color info

#8BB052 contains mainly red and green colors. Web safe color of #8BB052 is #999966 (or #996).

RGB color model

#8BB052 color RGB value is (139,176,82).

RGB: (139,176,82) (55%, 69%, 32%)

RGB channels and saturation

R 139 of 255 = 55%
G 176 of 255 = 69%
B 82 of 255 = 32%

139
176
82

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

Portions of RGB colors in percentages

R + G + B = 139 + 176 + 82 = 397 (100%)
R 139 of 397 ~ 35.01%
G 176 of 397 ~ 44.33%
B 82 of 397 ~ 20.65'%

%35.01
%44.33
%20.65

CMYK color model

#8BB052 color CMYK value is (21,0,53,31).

  • cyan value is 21.02%
  • magenta value is 0.00%
  • yellow value is 53.41%
  • key color value is 30.98%
CMYK: (21,0,53,31) C21M0Y53K31 (21%,0%,53%,31%) (0.21/0.00/0.53/0.31) 

CMYK percentages

%21.02
%0
%53.41
%30.98

Codes

Color #8BB052 in popluar color models

8B B0 52
RGB 139 176 82
HSL 84° 37.30% 50.59%
HSB/HSV 84° 53.41% 69.02%
CMYK 21.02% 0.00% 53.41%
30.98%

Color #8BB052 in popluar number systems.

HEX 8B B0 52
Decimal 139 176 82
Binary 10001011 10110000 1010010
Octal 213 260 122

Shades and tints

Shades of #8BB052

#8BB052
(139,176,82)
#7FA04B
(127,160,75)
#739044
(115,144,68)
#67803D
(103,128,61)
#5B7036
(91,112,54)
#4F602F
(79,96,47)
#435028
(67,80,40)
#374021
(55,64,33)
#2B301A
(43,48,26)
#1F2013
(31,32,19)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #8BB052

#8BB052
(139,176,82)
#95B761
(149,183,97)
#9FBE70
(159,190,112)
#A9C57F
(169,197,127)
#B3CC8E
(179,204,142)
#BDD39D
(189,211,157)
#C7DAAC
(199,218,172)
#D1E1BB
(209,225,187)
#DBE8CA
(219,232,202)
#E5EFD9
(229,239,217)
#EFF6E8
(239,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB052; }

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

This text font color is #8BB052.

Background Color

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

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

This div background color is #8BB052.

Border color

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

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

This div border color is #8BB052.

Opacity

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

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

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

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

This text has shadow with #8BB052 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BB052.

Preview

Color preview on black background

This text has color #8BB052 on black background.


Color preview on white background

This text has color #8BB052 on white background.


Black color preview on #8BB052 background

This text has black color on #8BB052 background.


White color preview on #8BB052 background

This text has white color on #8BB052 background.


Related colors

Complementary color

Complementary color for #hex is #744FAD.


I love getcolorcode.com

Triadic colors

1 #528BB0 and #B0528B with #8BB052 are triadic colors.

2 #52B08B and #B08B52 with #8BB052 are triadic colors.