COLOR #8BA530

HEX: #8BA530
RGB: (139,165,48)

Color info

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

RGB color model

#8BA530 color RGB value is (139,165,48).

  • red value is 139;
  • green value is 165;
  • blue value is 48.
RGB:
(139,165,48)
(55%,65%,19%)

RGB channels and saturation

R 139 of 255 = 55%
G 165 of 255 = 65%
B 48 of 255 = 19%

139
165
48

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

Portions of RGB colors in percentages

R + G + B =
139 + 165 + 48 = 352 (100%)
R 139 of 352 ~ 39.49%
G 165 of 352 ~ 46.88%
B 48 of 352 ~ 13.64%

%39.49
%46.88
%13.64

CMYK color model

#8BA530 color CMYK value is (16,0,71,35).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 70.91%
  • key color value is 35.29%
CMYK:
(16,0,71,35)
C16M0Y71K35 
(16%,0%,71%,35%)
(0.16/0.00/0.71/0.35)	

CMYK percentages

%15.76
%0
%70.91
%35.29

Codes

Color #8BA530 in popluar color models

8BA530
RGB13916548
HSL73°54.93%41.76%
HSB/HSV73°70.91%64.71%
CMYK15.76%0.00%70.91%
35.29%

Color #8BA530 in popluar number systems.

HEX8BA530
Decimal13916548
Binary1000101110100101110000
Octal21324560

Shades and tints

Shades of #8BA530

#8BA530
(139,165,48)
#7F962C
(127,150,44)
#738728
(115,135,40)
#677824
(103,120,36)
#5B6920
(91,105,32)
#4F5A1C
(79,90,28)
#434B18
(67,75,24)
#373C14
(55,60,20)
#2B2D10
(43,45,16)
#1F1E0C
(31,30,12)
#130F08
(19,15,8)
#000000
(0,0,0)

Tints of #8BA530

#8BA530
(139,165,48)
#95AD42
(149,173,66)
#9FB554
(159,181,84)
#A9BD66
(169,189,102)
#B3C578
(179,197,120)
#BDCD8A
(189,205,138)
#C7D59C
(199,213,156)
#D1DDAE
(209,221,174)
#DBE5C0
(219,229,192)
#E5EDD2
(229,237,210)
#EFF5E4
(239,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BA530; }

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

This text font color is #8BA530.


Background Color

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

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

This div background color is #8BA530.


Border color

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

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

This div border color is #8BA530.


Opacity

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

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

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

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

This text has shadow with #8BA530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA530 on black background.


Color preview on white background

This text has color #8BA530 on white background.



Black color preview on #8BA530 background

This text has black color on #8BA530 background.


White color preview on #8BA530 background

This text has white color on #8BA530 background.