COLOR #8BB460

HEX: #8BB460
RGB: (139,180,96)

Color info

#8BB460 contains mainly red and green colors. Web safe color of #8BB460 is #99CC66 (or #9C6).

RGB color model

#8BB460 color RGB value is (139,180,96).

  • red value is 139;
  • green value is 180;
  • blue value is 96.
RGB:
(139,180,96)
(55%,71%,38%)

RGB channels and saturation

R 139 of 255 = 55%
G 180 of 255 = 71%
B 96 of 255 = 38%

139
180
96

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

Portions of RGB colors in percentages

R + G + B =
139 + 180 + 96 = 415 (100%)
R 139 of 415 ~ 33.49%
G 180 of 415 ~ 43.37%
B 96 of 415 ~ 23.13%

%33.49
%43.37
%23.13

CMYK color model

#8BB460 color CMYK value is (23,0,47,29).

  • cyan value is 22.78%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 29.41%
CMYK:
(23,0,47,29)
C23M0Y47K29 
(23%,0%,47%,29%)
(0.23/0.00/0.47/0.29)	

CMYK percentages

%22.78
%0
%46.67
%29.41

Codes

Color #8BB460 in popluar color models

8BB460
RGB13918096
HSL89°35.90%54.12%
HSB/HSV89°46.67%70.59%
CMYK22.78%0.00%46.67%
29.41%

Color #8BB460 in popluar number systems.

HEX8BB460
Decimal13918096
Binary10001011101101001100000
Octal213264140

Shades and tints

Shades of #8BB460

#8BB460
(139,180,96)
#7FA458
(127,164,88)
#739450
(115,148,80)
#678448
(103,132,72)
#5B7440
(91,116,64)
#4F6438
(79,100,56)
#435430
(67,84,48)
#374428
(55,68,40)
#2B3420
(43,52,32)
#1F2418
(31,36,24)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #8BB460

#8BB460
(139,180,96)
#95BA6E
(149,186,110)
#9FC07C
(159,192,124)
#A9C68A
(169,198,138)
#B3CC98
(179,204,152)
#BDD2A6
(189,210,166)
#C7D8B4
(199,216,180)
#D1DEC2
(209,222,194)
#DBE4D0
(219,228,208)
#E5EADE
(229,234,222)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB460 color. Also use rgb(139,180,96) instead hex code.

Text Font Color

.myTextColor { color: #8BB460; }

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

This text font color is #8BB460.


Background Color

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

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

This div background color is #8BB460.


Border color

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

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

This div border color is #8BB460.


Opacity

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

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

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

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

This text has shadow with #8BB460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB460 on black background.


Color preview on white background

This text has color #8BB460 on white background.



Black color preview on #8BB460 background

This text has black color on #8BB460 background.


White color preview on #8BB460 background

This text has white color on #8BB460 background.