COLOR #8BAD58

HEX: #8BAD58 RGB: (139,173,88)

Color info

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

RGB color model

#8BAD58 color RGB value is (139,173,88).

RGB: (139,173,88) (55%, 68%, 35%)

RGB channels and saturation

R 139 of 255 = 55%
G 173 of 255 = 68%
B 88 of 255 = 35%

139
173
88

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

Portions of RGB colors in percentages

R + G + B = 139 + 173 + 88 = 400 (100%)
R 139 of 400 ~ 34.75%
G 173 of 400 ~ 43.25%
B 88 of 400 ~ 22'%

%34.75
%43.25
%22

CMYK color model

#8BAD58 color CMYK value is (20,0,49,32).

  • cyan value is 19.65%
  • magenta value is 0.00%
  • yellow value is 49.13%
  • key color value is 32.16%
CMYK: (20,0,49,32) C20M0Y49K32 (20%,0%,49%,32%) (0.20/0.00/0.49/0.32) 

CMYK percentages

%19.65
%0
%49.13
%32.16

Codes

Color #8BAD58 in popluar color models

8B AD 58
RGB 139 173 88
HSL 84° 34.14% 51.18%
HSB/HSV 84° 49.13% 67.84%
CMYK 19.65% 0.00% 49.13%
32.16%

Color #8BAD58 in popluar number systems.

HEX 8B AD 58
Decimal 139 173 88
Binary 10001011 10101101 1011000
Octal 213 255 130

Shades and tints

Shades of #8BAD58

#8BAD58
(139,173,88)
#7F9E50
(127,158,80)
#738F48
(115,143,72)
#678040
(103,128,64)
#5B7138
(91,113,56)
#4F6230
(79,98,48)
#435328
(67,83,40)
#374420
(55,68,32)
#2B3518
(43,53,24)
#1F2610
(31,38,16)
#131708
(19,23,8)
#000000
(0,0,0)

Tints of #8BAD58

#8BAD58
(139,173,88)
#95B467
(149,180,103)
#9FBB76
(159,187,118)
#A9C285
(169,194,133)
#B3C994
(179,201,148)
#BDD0A3
(189,208,163)
#C7D7B2
(199,215,178)
#D1DEC1
(209,222,193)
#DBE5D0
(219,229,208)
#E5ECDF
(229,236,223)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BAD58 color. Also use rgb(139,173,88) instead hex code.

Text Font Color

.myTextColor { color: #8BAD58; }

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

This text font color is #8BAD58.

Background Color

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

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

This div background color is #8BAD58.

Border color

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

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

This div border color is #8BAD58.

Opacity

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

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

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

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

This text has shadow with #8BAD58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BAD58.

Preview

Color preview on black background

This text has color #8BAD58 on black background.


Color preview on white background

This text has color #8BAD58 on white background.


Black color preview on #8BAD58 background

This text has black color on #8BAD58 background.


White color preview on #8BAD58 background

This text has white color on #8BAD58 background.


Related colors

Complementary color

Complementary color for #hex is #7452A7.


I love getcolorcode.com

Triadic colors

1 #588BAD and #AD588B with #8BAD58 are triadic colors.

2 #58AD8B and #AD8B58 with #8BAD58 are triadic colors.