COLOR #8BA849

HEX: #8BA849
RGB: (139,168,73)

Color info

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

RGB color model

#8BA849 color RGB value is (139,168,73).

  • red value is 139;
  • green value is 168;
  • blue value is 73.
RGB:
(139,168,73)
(55%,66%,29%)

RGB channels and saturation

R 139 of 255 = 55%
G 168 of 255 = 66%
B 73 of 255 = 29%

139
168
73

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

Portions of RGB colors in percentages

R + G + B =
139 + 168 + 73 = 380 (100%)
R 139 of 380 ~ 36.58%
G 168 of 380 ~ 44.21%
B 73 of 380 ~ 19.21%

%36.58
%44.21
%19.21

CMYK color model

#8BA849 color CMYK value is (17,0,57,34).

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 56.55%
  • key color value is 34.12%
CMYK:
(17,0,57,34)
C17M0Y57K34 
(17%,0%,57%,34%)
(0.17/0.00/0.57/0.34)	

CMYK percentages

%17.26
%0
%56.55
%34.12

Codes

Color #8BA849 in popluar color models

8BA849
RGB13916873
HSL78°39.42%47.25%
HSB/HSV78°56.55%65.88%
CMYK17.26%0.00%56.55%
34.12%

Color #8BA849 in popluar number systems.

HEX8BA849
Decimal13916873
Binary10001011101010001001001
Octal213250111

Shades and tints

Shades of #8BA849

#8BA849
(139,168,73)
#7F9943
(127,153,67)
#738A3D
(115,138,61)
#677B37
(103,123,55)
#5B6C31
(91,108,49)
#4F5D2B
(79,93,43)
#434E25
(67,78,37)
#373F1F
(55,63,31)
#2B3019
(43,48,25)
#1F2113
(31,33,19)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #8BA849

#8BA849
(139,168,73)
#95AF59
(149,175,89)
#9FB669
(159,182,105)
#A9BD79
(169,189,121)
#B3C489
(179,196,137)
#BDCB99
(189,203,153)
#C7D2A9
(199,210,169)
#D1D9B9
(209,217,185)
#DBE0C9
(219,224,201)
#E5E7D9
(229,231,217)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA849 color. Also use rgb(139,168,73) instead hex code.

Text Font Color

.myTextColor { color: #8BA849; }

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

This text font color is #8BA849.


Background Color

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

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

This div background color is #8BA849.


Border color

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

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

This div border color is #8BA849.


Opacity

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

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

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

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

This text has shadow with #8BA849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA849 on black background.


Color preview on white background

This text has color #8BA849 on white background.



Black color preview on #8BA849 background

This text has black color on #8BA849 background.


White color preview on #8BA849 background

This text has white color on #8BA849 background.