COLOR #8BA55D

HEX: #8BA55D RGB: (139,165,93)

Color info

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

RGB color model

#8BA55D color RGB value is (139,165,93).

RGB: (139,165,93) (55%, 65%, 36%)

RGB channels and saturation

R 139 of 255 = 55%
G 165 of 255 = 65%
B 93 of 255 = 36%

139
165
93

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

Portions of RGB colors in percentages

R + G + B = 139 + 165 + 93 = 397 (100%)
R 139 of 397 ~ 35.01%
G 165 of 397 ~ 41.56%
B 93 of 397 ~ 23.43'%

%35.01
%41.56
%23.43

CMYK color model

#8BA55D color CMYK value is (16,0,44,35).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 35.29%

CMYK: (16,0,44,35)
C16M0Y44K35 (16%, 0%, 44%, 35%)
(0.16 / 0.00 / 0.44 / 0.35)

CMYK percentages

%15.76
%0
%43.64
%35.29

Codes

Color #8BA55D in popluar color models

8B A5 5D
RGB 139 165 93
HSL 82° 28.57% 50.59%
HSB/HSV 82° 43.64% 64.71%
CMYK 15.76% 0.00% 43.64%
35.29%

Color #8BA55D in popluar number systems.

HEX 8B A5 5D
Decimal 139 165 93
Binary 10001011 10100101 1011101
Octal 213 245 135

Shades and tints

Shades of #8BA55D

#8BA55D
(139,165,93)
#7F9655
(127,150,85)
#73874D
(115,135,77)
#677845
(103,120,69)
#5B693D
(91,105,61)
#4F5A35
(79,90,53)
#434B2D
(67,75,45)
#373C25
(55,60,37)
#2B2D1D
(43,45,29)
#1F1E15
(31,30,21)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #8BA55D

#8BA55D
(139,165,93)
#95AD6B
(149,173,107)
#9FB579
(159,181,121)
#A9BD87
(169,189,135)
#B3C595
(179,197,149)
#BDCDA3
(189,205,163)
#C7D5B1
(199,213,177)
#D1DDBF
(209,221,191)
#DBE5CD
(219,229,205)
#E5EDDB
(229,237,219)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA55D color. Also use rgb(139,165,93) instead hex code.

Text Font Color

.myTextColor { color: #8BA55D; }

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

This text font color is #8BA55D.

Background Color

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

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

This div background color is #8BA55D.

Border color

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

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

This div border color is #8BA55D.

Opacity

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

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

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

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

This text has shadow with #8BA55D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA55D.

Preview

Color preview on black background

This text has color #8BA55D on black background.


Color preview on white background

This text has color #8BA55D on white background.


Black color preview on #8BA55D background

This text has black color on #8BA55D background.


White color preview on #8BA55D background

This text has white color on #8BA55D background.


Related colors

Complementary color

Complementary color for #hex is #745AA2.


I love getcolorcode.com

Triadic colors

1 #5D8BA5 and #A55D8B with #8BA55D are triadic colors.

2 #5DA58B and #A58B5D with #8BA55D are triadic colors.