COLOR #88B573

HEX: #88B573 RGB: (136,181,115)

Color info

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

RGB color model

#88B573 color RGB value is (136,181,115).

RGB: (136,181,115) (53%, 71%, 45%)

RGB channels and saturation

R 136 of 255 = 53%
G 181 of 255 = 71%
B 115 of 255 = 45%

136
181
115

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

Portions of RGB colors in percentages

R + G + B = 136 + 181 + 115 = 432 (100%)
R 136 of 432 ~ 31.48%
G 181 of 432 ~ 41.9%
B 115 of 432 ~ 26.62'%

%31.48
%41.9
%26.62

CMYK color model

#88B573 color CMYK value is (25,0,36,29).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 36.46%
  • key color value is 29.02%

CMYK: (25,0,36,29)
C25M0Y36K29 (25%, 0%, 36%, 29%)
(0.25 / 0.00 / 0.36 / 0.29)

CMYK percentages

%24.86
%0
%36.46
%29.02

Codes

Color #88B573 in popluar color models

88 B5 73
RGB 136 181 115
HSL 101° 30.84% 58.04%
HSB/HSV 101° 36.46% 70.98%
CMYK 24.86% 0.00% 36.46%
29.02%

Color #88B573 in popluar number systems.

HEX 88 B5 73
Decimal 136 181 115
Binary 10001000 10110101 1110011
Octal 210 265 163

Shades and tints

Shades of #88B573

#88B573
(136,181,115)
#7CA569
(124,165,105)
#70955F
(112,149,95)
#648555
(100,133,85)
#58754B
(88,117,75)
#4C6541
(76,101,65)
#405537
(64,85,55)
#34452D
(52,69,45)
#283523
(40,53,35)
#1C2519
(28,37,25)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #88B573

#88B573
(136,181,115)
#92BB7F
(146,187,127)
#9CC18B
(156,193,139)
#A6C797
(166,199,151)
#B0CDA3
(176,205,163)
#BAD3AF
(186,211,175)
#C4D9BB
(196,217,187)
#CEDFC7
(206,223,199)
#D8E5D3
(216,229,211)
#E2EBDF
(226,235,223)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B573; }

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

This text font color is #88B573.

Background Color

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

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

This div background color is #88B573.

Border color

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

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

This div border color is #88B573.

Opacity

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

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

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

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

This text has shadow with #88B573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B573.

Preview

Color preview on black background

This text has color #88B573 on black background.


Color preview on white background

This text has color #88B573 on white background.


Black color preview on #88B573 background

This text has black color on #88B573 background.


White color preview on #88B573 background

This text has white color on #88B573 background.


Related colors

Complementary color

Complementary color for #hex is #774A8C.


I love getcolorcode.com

Triadic colors

1 #7388B5 and #B57388 with #88B573 are triadic colors.

2 #73B588 and #B58873 with #88B573 are triadic colors.