COLOR #88B12A

HEX: #88B12A
RGB: (136,177,42)

Color info

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

RGB color model

#88B12A color RGB value is (136,177,42).

  • red value is 136;
  • green value is 177;
  • blue value is 42.
RGB:
(136,177,42)
(53%,69%,16%)

RGB channels and saturation

R 136 of 255 = 53%
G 177 of 255 = 69%
B 42 of 255 = 16%

136
177
42

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

Portions of RGB colors in percentages

R + G + B =
136 + 177 + 42 = 355 (100%)
R 136 of 355 ~ 38.31%
G 177 of 355 ~ 49.86%
B 42 of 355 ~ 11.83%

%38.31
%49.86
%11.83

CMYK color model

#88B12A color CMYK value is (23,0,76,31).

  • cyan value is 23.16%
  • magenta value is 0.00%
  • yellow value is 76.27%
  • key color value is 30.59%
CMYK:
(23,0,76,31)
C23M0Y76K31 
(23%,0%,76%,31%)
(0.23/0.00/0.76/0.31)	

CMYK percentages

%23.16
%0
%76.27
%30.59

Codes

Color #88B12A in popluar color models

88B12A
RGB13617742
HSL78°61.64%42.94%
HSB/HSV78°76.27%69.41%
CMYK23.16%0.00%76.27%
30.59%

Color #88B12A in popluar number systems.

HEX88B12A
Decimal13617742
Binary1000100010110001101010
Octal21026152

Shades and tints

Shades of #88B12A

#88B12A
(136,177,42)
#7CA127
(124,161,39)
#709124
(112,145,36)
#648121
(100,129,33)
#58711E
(88,113,30)
#4C611B
(76,97,27)
#405118
(64,81,24)
#344115
(52,65,21)
#283112
(40,49,18)
#1C210F
(28,33,15)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #88B12A

#88B12A
(136,177,42)
#92B83D
(146,184,61)
#9CBF50
(156,191,80)
#A6C663
(166,198,99)
#B0CD76
(176,205,118)
#BAD489
(186,212,137)
#C4DB9C
(196,219,156)
#CEE2AF
(206,226,175)
#D8E9C2
(216,233,194)
#E2F0D5
(226,240,213)
#ECF7E8
(236,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B12A color. Also use rgb(136,177,42) instead hex code.

Text Font Color

.myTextColor { color: #88B12A; }

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

This text font color is #88B12A.


Background Color

.myBgColor { background-color: #88B12A; }

<div style="background-color:#88B12A">Inner text</div>

This div background color is #88B12A.


Border color

.myBorderColor { border: 1px solid #88B12A; }

<div style="border:3px solid #88B12A">Div</div>

This div border color is #88B12A.


Opacity

.myOpacity80 { color: #88B12A; opacity: 0.8; }

<p style="color:#88B12A;opacity:0.8;">80%</p>

Text with #88B12A 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 #88B12A;}

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

This text has shadow with #88B12A color.

.textShadow {text-shadow: 3px 3px 1px #88B12A, 3px 3px 1px red;}

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

This text has shadow with #88B12A primary color and red secondary color.


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

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

This text has shadow with #88B12A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B12A on black background.


Color preview on white background

This text has color #88B12A on white background.



Black color preview on #88B12A background

This text has black color on #88B12A background.


White color preview on #88B12A background

This text has white color on #88B12A background.