COLOR #8BB458

HEX: #8BB458
RGB: (139,180,88)

Color info

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

RGB color model

#8BB458 color RGB value is (139,180,88).

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

RGB channels and saturation

R 139 of 255 = 55%
G 180 of 255 = 71%
B 88 of 255 = 35%

139
180
88

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

Portions of RGB colors in percentages

R + G + B =
139 + 180 + 88 = 407 (100%)
R 139 of 407 ~ 34.15%
G 180 of 407 ~ 44.23%
B 88 of 407 ~ 21.62%

%34.15
%44.23
%21.62

CMYK color model

#8BB458 color CMYK value is (23,0,51,29).

  • cyan value is 22.78%
  • magenta value is 0.00%
  • yellow value is 51.11%
  • key color value is 29.41%
CMYK:
(23,0,51,29)
C23M0Y51K29 
(23%,0%,51%,29%)
(0.23/0.00/0.51/0.29)	

CMYK percentages

%22.78
%0
%51.11
%29.41

Codes

Color #8BB458 in popluar color models

8BB458
RGB13918088
HSL87°38.02%52.55%
HSB/HSV87°51.11%70.59%
CMYK22.78%0.00%51.11%
29.41%

Color #8BB458 in popluar number systems.

HEX8BB458
Decimal13918088
Binary10001011101101001011000
Octal213264130

Shades and tints

Shades of #8BB458

#8BB458
(139,180,88)
#7FA450
(127,164,80)
#739448
(115,148,72)
#678440
(103,132,64)
#5B7438
(91,116,56)
#4F6430
(79,100,48)
#435428
(67,84,40)
#374420
(55,68,32)
#2B3418
(43,52,24)
#1F2410
(31,36,16)
#131408
(19,20,8)
#000000
(0,0,0)

Tints of #8BB458

#8BB458
(139,180,88)
#95BA67
(149,186,103)
#9FC076
(159,192,118)
#A9C685
(169,198,133)
#B3CC94
(179,204,148)
#BDD2A3
(189,210,163)
#C7D8B2
(199,216,178)
#D1DEC1
(209,222,193)
#DBE4D0
(219,228,208)
#E5EADF
(229,234,223)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB458; }

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

This text font color is #8BB458.


Background Color

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

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

This div background color is #8BB458.


Border color

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

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

This div border color is #8BB458.


Opacity

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

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

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

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

This text has shadow with #8BB458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB458 on black background.


Color preview on white background

This text has color #8BB458 on white background.



Black color preview on #8BB458 background

This text has black color on #8BB458 background.


White color preview on #8BB458 background

This text has white color on #8BB458 background.