COLOR #8BA955

HEX: #8BA955 RGB: (139,169,85)

Color info

#8BA955 contains mainly red and green colors. Web safe color of #8BA955 is #999966 (or #996).

RGB color model

#8BA955 color RGB value is (139,169,85).

RGB: (139,169,85) (55%, 66%, 33%)

RGB channels and saturation

R 139 of 255 = 55%
G 169 of 255 = 66%
B 85 of 255 = 33%

139
169
85

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

Portions of RGB colors in percentages

R + G + B = 139 + 169 + 85 = 393 (100%)
R 139 of 393 ~ 35.37%
G 169 of 393 ~ 43%
B 85 of 393 ~ 21.63'%

%35.37
%43
%21.63

CMYK color model

#8BA955 color CMYK value is (18,0,50,34).

  • cyan value is 17.75%
  • magenta value is 0.00%
  • yellow value is 49.70%
  • key color value is 33.73%

CMYK: (18,0,50,34)
C18M0Y50K34 (18%, 0%, 50%, 34%)
(0.18 / 0.00 / 0.50 / 0.34)

CMYK percentages

%17.75
%0
%49.7
%33.73

Codes

Color #8BA955 in popluar color models

8B A9 55
RGB 139 169 85
HSL 81° 33.07% 49.80%
HSB/HSV 81° 49.70% 66.27%
CMYK 17.75% 0.00% 49.70%
33.73%

Color #8BA955 in popluar number systems.

HEX 8B A9 55
Decimal 139 169 85
Binary 10001011 10101001 1010101
Octal 213 251 125

Shades and tints

Shades of #8BA955

#8BA955
(139,169,85)
#7F9A4E
(127,154,78)
#738B47
(115,139,71)
#677C40
(103,124,64)
#5B6D39
(91,109,57)
#4F5E32
(79,94,50)
#434F2B
(67,79,43)
#374024
(55,64,36)
#2B311D
(43,49,29)
#1F2216
(31,34,22)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #8BA955

#8BA955
(139,169,85)
#95B064
(149,176,100)
#9FB773
(159,183,115)
#A9BE82
(169,190,130)
#B3C591
(179,197,145)
#BDCCA0
(189,204,160)
#C7D3AF
(199,211,175)
#D1DABE
(209,218,190)
#DBE1CD
(219,225,205)
#E5E8DC
(229,232,220)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA955 color. Also use rgb(139,169,85) instead hex code.

Text Font Color

.myTextColor { color: #8BA955; }

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

This text font color is #8BA955.

Background Color

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

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

This div background color is #8BA955.

Border color

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

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

This div border color is #8BA955.

Opacity

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

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

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

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

This text has shadow with #8BA955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA955.

Preview

Color preview on black background

This text has color #8BA955 on black background.


Color preview on white background

This text has color #8BA955 on white background.


Black color preview on #8BA955 background

This text has black color on #8BA955 background.


White color preview on #8BA955 background

This text has white color on #8BA955 background.


Related colors

Complementary color

Complementary color for #hex is #7456AA.


I love getcolorcode.com

Triadic colors

1 #558BA9 and #A9558B with #8BA955 are triadic colors.

2 #55A98B and #A98B55 with #8BA955 are triadic colors.