COLOR #8BCA79

HEX: #8BCA79
RGB: (139,202,121)

Color info

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

RGB color model

#8BCA79 color RGB value is (139,202,121).

  • red value is 139;
  • green value is 202;
  • blue value is 121.
RGB:
(139,202,121)
(55%,79%,47%)

RGB channels and saturation

R 139 of 255 = 55%
G 202 of 255 = 79%
B 121 of 255 = 47%

139
202
121

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

Portions of RGB colors in percentages

R + G + B =
139 + 202 + 121 = 462 (100%)
R 139 of 462 ~ 30.09%
G 202 of 462 ~ 43.72%
B 121 of 462 ~ 26.19%

%30.09
%43.72
%26.19

CMYK color model

#8BCA79 color CMYK value is (31,0,40,21).

  • cyan value is 31.19%
  • magenta value is 0.00%
  • yellow value is 40.10%
  • key color value is 20.78%
CMYK:
(31,0,40,21)
C31M0Y40K21 
(31%,0%,40%,21%)
(0.31/0.00/0.40/0.21)	

CMYK percentages

%31.19
%0
%40.1
%20.78

Codes

Color #8BCA79 in popluar color models

8BCA79
RGB139202121
HSL107°43.32%63.33%
HSB/HSV107°40.10%79.22%
CMYK31.19%0.00%40.10%
20.78%

Color #8BCA79 in popluar number systems.

HEX8BCA79
Decimal139202121
Binary10001011110010101111001
Octal213312171

Shades and tints

Shades of #8BCA79

#8BCA79
(139,202,121)
#7FB86E
(127,184,110)
#73A663
(115,166,99)
#679458
(103,148,88)
#5B824D
(91,130,77)
#4F7042
(79,112,66)
#435E37
(67,94,55)
#374C2C
(55,76,44)
#2B3A21
(43,58,33)
#1F2816
(31,40,22)
#13160B
(19,22,11)
#000000
(0,0,0)

Tints of #8BCA79

#8BCA79
(139,202,121)
#95CE85
(149,206,133)
#9FD291
(159,210,145)
#A9D69D
(169,214,157)
#B3DAA9
(179,218,169)
#BDDEB5
(189,222,181)
#C7E2C1
(199,226,193)
#D1E6CD
(209,230,205)
#DBEAD9
(219,234,217)
#E5EEE5
(229,238,229)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BCA79 color. Also use rgb(139,202,121) instead hex code.

Text Font Color

.myTextColor { color: #8BCA79; }

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

This text font color is #8BCA79.


Background Color

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

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

This div background color is #8BCA79.


Border color

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

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

This div border color is #8BCA79.


Opacity

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

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

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

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

This text has shadow with #8BCA79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BCA79 on black background.


Color preview on white background

This text has color #8BCA79 on white background.



Black color preview on #8BCA79 background

This text has black color on #8BCA79 background.


White color preview on #8BCA79 background

This text has white color on #8BCA79 background.