COLOR #8BCA78

HEX: #8BCA78
RGB: (139,202,120)

Color info

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

RGB color model

#8BCA78 color RGB value is (139,202,120).

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

RGB channels and saturation

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

139
202
120

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

Portions of RGB colors in percentages

R + G + B =
139 + 202 + 120 = 461 (100%)
R 139 of 461 ~ 30.15%
G 202 of 461 ~ 43.82%
B 120 of 461 ~ 26.03%

%30.15
%43.82
%26.03

CMYK color model

#8BCA78 color CMYK value is (31,0,41,21).

  • cyan value is 31.19%
  • magenta value is 0.00%
  • yellow value is 40.59%
  • key color value is 20.78%
CMYK:
(31,0,41,21)
C31M0Y41K21 
(31%,0%,41%,21%)
(0.31/0.00/0.41/0.21)	

CMYK percentages

%31.19
%0
%40.59
%20.78

Codes

Color #8BCA78 in popluar color models

8BCA78
RGB139202120
HSL106°43.62%63.14%
HSB/HSV106°40.59%79.22%
CMYK31.19%0.00%40.59%
20.78%

Color #8BCA78 in popluar number systems.

HEX8BCA78
Decimal139202120
Binary10001011110010101111000
Octal213312170

Shades and tints

Shades of #8BCA78

#8BCA78
(139,202,120)
#7FB86E
(127,184,110)
#73A664
(115,166,100)
#67945A
(103,148,90)
#5B8250
(91,130,80)
#4F7046
(79,112,70)
#435E3C
(67,94,60)
#374C32
(55,76,50)
#2B3A28
(43,58,40)
#1F281E
(31,40,30)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #8BCA78

#8BCA78
(139,202,120)
#95CE84
(149,206,132)
#9FD290
(159,210,144)
#A9D69C
(169,214,156)
#B3DAA8
(179,218,168)
#BDDEB4
(189,222,180)
#C7E2C0
(199,226,192)
#D1E6CC
(209,230,204)
#DBEAD8
(219,234,216)
#E5EEE4
(229,238,228)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BCA78; }

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

This text font color is #8BCA78.


Background Color

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

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

This div background color is #8BCA78.


Border color

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

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

This div border color is #8BCA78.


Opacity

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

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

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

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

This text has shadow with #8BCA78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BCA78 on black background.


Color preview on white background

This text has color #8BCA78 on white background.



Black color preview on #8BCA78 background

This text has black color on #8BCA78 background.


White color preview on #8BCA78 background

This text has white color on #8BCA78 background.