COLOR #88AC58

HEX: #88AC58 RGB: (136,172,88)

Color info

#88AC58 contains mainly red and green colors. Web safe color of #88AC58 is #999966 (or #996).

RGB color model

#88AC58 color RGB value is (136,172,88).

RGB: (136,172,88) (53%, 67%, 35%)

RGB channels and saturation

R 136 of 255 = 53%
G 172 of 255 = 67%
B 88 of 255 = 35%

136
172
88

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

Portions of RGB colors in percentages

R + G + B = 136 + 172 + 88 = 396 (100%)
R 136 of 396 ~ 34.34%
G 172 of 396 ~ 43.43%
B 88 of 396 ~ 22.22'%

%34.34
%43.43
%22.22

CMYK color model

#88AC58 color CMYK value is (21,0,49,33).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 48.84%
  • key color value is 32.55%
CMYK: (21,0,49,33) C21M0Y49K33 (21%,0%,49%,33%) (0.21/0.00/0.49/0.33) 

CMYK percentages

%20.93
%0
%48.84
%32.55

Codes

Color #88AC58 in popluar color models

88 AC 58
RGB 136 172 88
HSL 86° 33.60% 50.98%
HSB/HSV 86° 48.84% 67.45%
CMYK 20.93% 0.00% 48.84%
32.55%

Color #88AC58 in popluar number systems.

HEX 88 AC 58
Decimal 136 172 88
Binary 10001000 10101100 1011000
Octal 210 254 130

Shades and tints

Shades of #88AC58

#88AC58
(136,172,88)
#7C9D50
(124,157,80)
#708E48
(112,142,72)
#647F40
(100,127,64)
#587038
(88,112,56)
#4C6130
(76,97,48)
#405228
(64,82,40)
#344320
(52,67,32)
#283418
(40,52,24)
#1C2510
(28,37,16)
#101608
(16,22,8)
#000000
(0,0,0)

Tints of #88AC58

#88AC58
(136,172,88)
#92B367
(146,179,103)
#9CBA76
(156,186,118)
#A6C185
(166,193,133)
#B0C894
(176,200,148)
#BACFA3
(186,207,163)
#C4D6B2
(196,214,178)
#CEDDC1
(206,221,193)
#D8E4D0
(216,228,208)
#E2EBDF
(226,235,223)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AC58; }

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

This text font color is #88AC58.

Background Color

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

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

This div background color is #88AC58.

Border color

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

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

This div border color is #88AC58.

Opacity

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

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

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

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

This text has shadow with #88AC58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AC58.

Preview

Color preview on black background

This text has color #88AC58 on black background.


Color preview on white background

This text has color #88AC58 on white background.


Black color preview on #88AC58 background

This text has black color on #88AC58 background.


White color preview on #88AC58 background

This text has white color on #88AC58 background.


Related colors

Complementary color

Complementary color for #hex is #7753A7.


I love getcolorcode.com

Triadic colors

1 #5888AC and #AC5888 with #88AC58 are triadic colors.

2 #58AC88 and #AC8858 with #88AC58 are triadic colors.