COLOR #8BC752

HEX: #8BC752
RGB: (139,199,82)

Color info

#8BC752 contains mainly green color. Web safe color of #8BC752 is #99CC66 (or #9C6).

RGB color model

#8BC752 color RGB value is (139,199,82).

  • red value is 139;
  • green value is 199;
  • blue value is 82.
RGB:
(139,199,82)
(55%,78%,32%)

RGB channels and saturation

R 139 of 255 = 55%
G 199 of 255 = 78%
B 82 of 255 = 32%

139
199
82

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

Portions of RGB colors in percentages

R + G + B =
139 + 199 + 82 = 420 (100%)
R 139 of 420 ~ 33.1%
G 199 of 420 ~ 47.38%
B 82 of 420 ~ 19.52%

%33.1
%47.38
%19.52

CMYK color model

#8BC752 color CMYK value is (30,0,59,22).

  • cyan value is 30.15%
  • magenta value is 0.00%
  • yellow value is 58.79%
  • key color value is 21.96%
CMYK:
(30,0,59,22)
C30M0Y59K22 
(30%,0%,59%,22%)
(0.30/0.00/0.59/0.22)	

CMYK percentages

%30.15
%0
%58.79
%21.96

Codes

Color #8BC752 in popluar color models

8BC752
RGB13919982
HSL91°51.09%55.10%
HSB/HSV91°58.79%78.04%
CMYK30.15%0.00%58.79%
21.96%

Color #8BC752 in popluar number systems.

HEX8BC752
Decimal13919982
Binary10001011110001111010010
Octal213307122

Shades and tints

Shades of #8BC752

#8BC752
(139,199,82)
#7FB54B
(127,181,75)
#73A344
(115,163,68)
#67913D
(103,145,61)
#5B7F36
(91,127,54)
#4F6D2F
(79,109,47)
#435B28
(67,91,40)
#374921
(55,73,33)
#2B371A
(43,55,26)
#1F2513
(31,37,19)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #8BC752

#8BC752
(139,199,82)
#95CC61
(149,204,97)
#9FD170
(159,209,112)
#A9D67F
(169,214,127)
#B3DB8E
(179,219,142)
#BDE09D
(189,224,157)
#C7E5AC
(199,229,172)
#D1EABB
(209,234,187)
#DBEFCA
(219,239,202)
#E5F4D9
(229,244,217)
#EFF9E8
(239,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BC752; }

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

This text font color is #8BC752.


Background Color

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

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

This div background color is #8BC752.


Border color

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

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

This div border color is #8BC752.


Opacity

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

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

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

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

This text has shadow with #8BC752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC752 on black background.


Color preview on white background

This text has color #8BC752 on white background.



Black color preview on #8BC752 background

This text has black color on #8BC752 background.


White color preview on #8BC752 background

This text has white color on #8BC752 background.