COLOR #88BD4D

HEX: #88BD4D RGB: (136,189,77)

Color info

#88BD4D contains mainly red and green colors. Web safe color of #88BD4D is #99CC33 (or #9C3).

RGB color model

#88BD4D color RGB value is (136,189,77).

RGB: (136,189,77) (53%, 74%, 30%)

RGB channels and saturation

R 136 of 255 = 53%
G 189 of 255 = 74%
B 77 of 255 = 30%

136
189
77

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

Portions of RGB colors in percentages

R + G + B = 136 + 189 + 77 = 402 (100%)
R 136 of 402 ~ 33.83%
G 189 of 402 ~ 47.01%
B 77 of 402 ~ 19.15'%

%33.83
%47.01
%19.15

CMYK color model

#88BD4D color CMYK value is (28,0,59,26).

  • cyan value is 28.04%
  • magenta value is 0.00%
  • yellow value is 59.26%
  • key color value is 25.88%

CMYK: (28,0,59,26)
C28M0Y59K26 (28%, 0%, 59%, 26%)
(0.28 / 0.00 / 0.59 / 0.26)

CMYK percentages

%28.04
%0
%59.26
%25.88

Codes

Color #88BD4D in popluar color models

88 BD 4D
RGB 136 189 77
HSL 88° 45.90% 52.16%
HSB/HSV 88° 59.26% 74.12%
CMYK 28.04% 0.00% 59.26%
25.88%

Color #88BD4D in popluar number systems.

HEX 88 BD 4D
Decimal 136 189 77
Binary 10001000 10111101 1001101
Octal 210 275 115

Shades and tints

Shades of #88BD4D

#88BD4D
(136,189,77)
#7CAC46
(124,172,70)
#709B3F
(112,155,63)
#648A38
(100,138,56)
#587931
(88,121,49)
#4C682A
(76,104,42)
#405723
(64,87,35)
#34461C
(52,70,28)
#283515
(40,53,21)
#1C240E
(28,36,14)
#101307
(16,19,7)
#000000
(0,0,0)

Tints of #88BD4D

#88BD4D
(136,189,77)
#92C35D
(146,195,93)
#9CC96D
(156,201,109)
#A6CF7D
(166,207,125)
#B0D58D
(176,213,141)
#BADB9D
(186,219,157)
#C4E1AD
(196,225,173)
#CEE7BD
(206,231,189)
#D8EDCD
(216,237,205)
#E2F3DD
(226,243,221)
#ECF9ED
(236,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BD4D; }

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

This text font color is #88BD4D.

Background Color

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

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

This div background color is #88BD4D.

Border color

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

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

This div border color is #88BD4D.

Opacity

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

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

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

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

This text has shadow with #88BD4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88BD4D.

Preview

Color preview on black background

This text has color #88BD4D on black background.


Color preview on white background

This text has color #88BD4D on white background.


Black color preview on #88BD4D background

This text has black color on #88BD4D background.


White color preview on #88BD4D background

This text has white color on #88BD4D background.


Related colors

Complementary color

Complementary color for #hex is #7742B2.


I love getcolorcode.com

Triadic colors

1 #4D88BD and #BD4D88 with #88BD4D are triadic colors.

2 #4DBD88 and #BD884D with #88BD4D are triadic colors.