COLOR #88B55C

HEX: #88B55C
RGB: (136,181,92)

Color info

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

RGB color model

#88B55C color RGB value is (136,181,92).

  • red value is 136;
  • green value is 181;
  • blue value is 92.
RGB:
(136,181,92)
(53%,71%,36%)

RGB channels and saturation

R 136 of 255 = 53%
G 181 of 255 = 71%
B 92 of 255 = 36%

136
181
92

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

Portions of RGB colors in percentages

R + G + B =
136 + 181 + 92 = 409 (100%)
R 136 of 409 ~ 33.25%
G 181 of 409 ~ 44.25%
B 92 of 409 ~ 22.49%

%33.25
%44.25
%22.49

CMYK color model

#88B55C color CMYK value is (25,0,49,29).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 49.17%
  • key color value is 29.02%
CMYK:
(25,0,49,29)
C25M0Y49K29 
(25%,0%,49%,29%)
(0.25/0.00/0.49/0.29)	

CMYK percentages

%24.86
%0
%49.17
%29.02

Codes

Color #88B55C in popluar color models

88B55C
RGB13618192
HSL90°37.55%53.53%
HSB/HSV90°49.17%70.98%
CMYK24.86%0.00%49.17%
29.02%

Color #88B55C in popluar number systems.

HEX88B55C
Decimal13618192
Binary10001000101101011011100
Octal210265134

Shades and tints

Shades of #88B55C

#88B55C
(136,181,92)
#7CA554
(124,165,84)
#70954C
(112,149,76)
#648544
(100,133,68)
#58753C
(88,117,60)
#4C6534
(76,101,52)
#40552C
(64,85,44)
#344524
(52,69,36)
#28351C
(40,53,28)
#1C2514
(28,37,20)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #88B55C

#88B55C
(136,181,92)
#92BB6A
(146,187,106)
#9CC178
(156,193,120)
#A6C786
(166,199,134)
#B0CD94
(176,205,148)
#BAD3A2
(186,211,162)
#C4D9B0
(196,217,176)
#CEDFBE
(206,223,190)
#D8E5CC
(216,229,204)
#E2EBDA
(226,235,218)
#ECF1E8
(236,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B55C color. Also use rgb(136,181,92) instead hex code.

Text Font Color

.myTextColor { color: #88B55C; }

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

This text font color is #88B55C.


Background Color

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

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

This div background color is #88B55C.


Border color

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

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

This div border color is #88B55C.


Opacity

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

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

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

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

This text has shadow with #88B55C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B55C on black background.


Color preview on white background

This text has color #88B55C on white background.



Black color preview on #88B55C background

This text has black color on #88B55C background.


White color preview on #88B55C background

This text has white color on #88B55C background.