COLOR #88C289

HEX: #88C289 RGB: (136,194,137)

Color info

#88C289 contains red, green and blue colors in about the same proportion. Web safe color of #88C289 is #99CC99 (or #9C9).

RGB color model

#88C289 color RGB value is (136,194,137).

RGB: (136,194,137) (53%, 76%, 54%)

RGB channels and saturation

R 136 of 255 = 53%
G 194 of 255 = 76%
B 137 of 255 = 54%

136
194
137

R + G + B ~ 61%. #88C289 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 194 + 137 = 467 (100%)
R 136 of 467 ~ 29.12%
G 194 of 467 ~ 41.54%
B 137 of 467 ~ 29.34'%

%29.12
%41.54
%29.34

CMYK color model

#88C289 color CMYK value is (30,0,29,24).

  • cyan value is 29.90%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 23.92%

CMYK: (30,0,29,24)
C30M0Y29K24 (30%, 0%, 29%, 24%)
(0.30 / 0.00 / 0.29 / 0.24)

CMYK percentages

%29.9
%0
%29.38
%23.92

Codes

Color #88C289 in popluar color models

88 C2 89
RGB 136 194 137
HSL 121° 32.22% 64.71%
HSB/HSV 121° 29.90% 76.08%
CMYK 29.90% 0.00% 29.38%
23.92%

Color #88C289 in popluar number systems.

HEX 88 C2 89
Decimal 136 194 137
Binary 10001000 11000010 10001001
Octal 210 302 211

Shades and tints

Shades of #88C289

#88C289
(136,194,137)
#7CB17D
(124,177,125)
#70A071
(112,160,113)
#648F65
(100,143,101)
#587E59
(88,126,89)
#4C6D4D
(76,109,77)
#405C41
(64,92,65)
#344B35
(52,75,53)
#283A29
(40,58,41)
#1C291D
(28,41,29)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #88C289

#88C289
(136,194,137)
#92C793
(146,199,147)
#9CCC9D
(156,204,157)
#A6D1A7
(166,209,167)
#B0D6B1
(176,214,177)
#BADBBB
(186,219,187)
#C4E0C5
(196,224,197)
#CEE5CF
(206,229,207)
#D8EAD9
(216,234,217)
#E2EFE3
(226,239,227)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C289; }

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

This text font color is #88C289.

Background Color

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

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

This div background color is #88C289.

Border color

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

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

This div border color is #88C289.

Opacity

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

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

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

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

This text has shadow with #88C289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C289.

Preview

Color preview on black background

This text has color #88C289 on black background.


Color preview on white background

This text has color #88C289 on white background.


Black color preview on #88C289 background

This text has black color on #88C289 background.


White color preview on #88C289 background

This text has white color on #88C289 background.


Related colors

Complementary color

Complementary color for #hex is #773D76.


I love getcolorcode.com

Triadic colors

1 #8988C2 and #C28988 with #88C289 are triadic colors.

2 #89C288 and #C28889 with #88C289 are triadic colors.