COLOR #8BA64A

HEX: #8BA64A RGB: (139,166,74)

Color info

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

RGB color model

#8BA64A color RGB value is (139,166,74).

RGB: (139,166,74) (55%, 65%, 29%)

RGB channels and saturation

R 139 of 255 = 55%
G 166 of 255 = 65%
B 74 of 255 = 29%

139
166
74

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

Portions of RGB colors in percentages

R + G + B = 139 + 166 + 74 = 379 (100%)
R 139 of 379 ~ 36.68%
G 166 of 379 ~ 43.8%
B 74 of 379 ~ 19.53'%

%36.68
%43.8
%19.53

CMYK color model

#8BA64A color CMYK value is (16,0,55,35).

  • cyan value is 16.27%
  • magenta value is 0.00%
  • yellow value is 55.42%
  • key color value is 34.90%

CMYK: (16,0,55,35)
C16M0Y55K35 (16%, 0%, 55%, 35%)
(0.16 / 0.00 / 0.55 / 0.35)

CMYK percentages

%16.27
%0
%55.42
%34.9

Codes

Color #8BA64A in popluar color models

8B A6 4A
RGB 139 166 74
HSL 78° 38.33% 47.06%
HSB/HSV 78° 55.42% 65.10%
CMYK 16.27% 0.00% 55.42%
34.90%

Color #8BA64A in popluar number systems.

HEX 8B A6 4A
Decimal 139 166 74
Binary 10001011 10100110 1001010
Octal 213 246 112

Shades and tints

Shades of #8BA64A

#8BA64A
(139,166,74)
#7F9744
(127,151,68)
#73883E
(115,136,62)
#677938
(103,121,56)
#5B6A32
(91,106,50)
#4F5B2C
(79,91,44)
#434C26
(67,76,38)
#373D20
(55,61,32)
#2B2E1A
(43,46,26)
#1F1F14
(31,31,20)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #8BA64A

#8BA64A
(139,166,74)
#95AE5A
(149,174,90)
#9FB66A
(159,182,106)
#A9BE7A
(169,190,122)
#B3C68A
(179,198,138)
#BDCE9A
(189,206,154)
#C7D6AA
(199,214,170)
#D1DEBA
(209,222,186)
#DBE6CA
(219,230,202)
#E5EEDA
(229,238,218)
#EFF6EA
(239,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA64A color. Also use rgb(139,166,74) instead hex code.

Text Font Color

.myTextColor { color: #8BA64A; }

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

This text font color is #8BA64A.

Background Color

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

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

This div background color is #8BA64A.

Border color

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

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

This div border color is #8BA64A.

Opacity

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

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

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

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

This text has shadow with #8BA64A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA64A.

Preview

Color preview on black background

This text has color #8BA64A on black background.


Color preview on white background

This text has color #8BA64A on white background.


Black color preview on #8BA64A background

This text has black color on #8BA64A background.


White color preview on #8BA64A background

This text has white color on #8BA64A background.


Related colors

Complementary color

Complementary color for #hex is #7459B5.


I love getcolorcode.com

Triadic colors

1 #4A8BA6 and #A64A8B with #8BA64A are triadic colors.

2 #4AA68B and #A68B4A with #8BA64A are triadic colors.