COLOR #8BA609

HEX: #8BA609
RGB: (139,166,9)

Color info

#8BA609 contains mainly red and green colors. Web safe color of #8BA609 is #999900 (or #990).

RGB color model

#8BA609 color RGB value is (139,166,9).

  • red value is 139;
  • green value is 166;
  • blue value is 9.
RGB:
(139,166,9)
(55%,65%,4%)

RGB channels and saturation

R 139 of 255 = 55%
G 166 of 255 = 65%
B 9 of 255 = 4%

139
166
9

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

Portions of RGB colors in percentages

R + G + B =
139 + 166 + 9 = 314 (100%)
R 139 of 314 ~ 44.27%
G 166 of 314 ~ 52.87%
B 9 of 314 ~ 2.87%

%44.27
%52.87

CMYK color model

#8BA609 color CMYK value is (16,0,95,35).

  • cyan value is 16.27%
  • magenta value is 0.00%
  • yellow value is 94.58%
  • key color value is 34.90%
CMYK:
(16,0,95,35)
C16M0Y95K35 
(16%,0%,95%,35%)
(0.16/0.00/0.95/0.35)	

CMYK percentages

%16.27
%0
%94.58
%34.9

Codes

Color #8BA609 in popluar color models

8BA609
RGB1391669
HSL70°89.71%34.31%
HSB/HSV70°94.58%65.10%
CMYK16.27%0.00%94.58%
34.90%

Color #8BA609 in popluar number systems.

HEX8BA609
Decimal1391669
Binary10001011101001101001
Octal21324611

Shades and tints

Shades of #8BA609

#8BA609
(139,166,9)
#7F9709
(127,151,9)
#738809
(115,136,9)
#677909
(103,121,9)
#5B6A09
(91,106,9)
#4F5B09
(79,91,9)
#434C09
(67,76,9)
#373D09
(55,61,9)
#2B2E09
(43,46,9)
#1F1F09
(31,31,9)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #8BA609

#8BA609
(139,166,9)
#95AE1F
(149,174,31)
#9FB635
(159,182,53)
#A9BE4B
(169,190,75)
#B3C661
(179,198,97)
#BDCE77
(189,206,119)
#C7D68D
(199,214,141)
#D1DEA3
(209,222,163)
#DBE6B9
(219,230,185)
#E5EECF
(229,238,207)
#EFF6E5
(239,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA609 color. Also use rgb(139,166,9) instead hex code.

Text Font Color

.myTextColor { color: #8BA609; }

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

This text font color is #8BA609.


Background Color

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

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

This div background color is #8BA609.


Border color

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

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

This div border color is #8BA609.


Opacity

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

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

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

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

This text has shadow with #8BA609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA609 on black background.


Color preview on white background

This text has color #8BA609 on white background.



Black color preview on #8BA609 background

This text has black color on #8BA609 background.


White color preview on #8BA609 background

This text has white color on #8BA609 background.