COLOR #88BC39

HEX: #88BC39 RGB: (136,188,57)

Color info

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

RGB color model

#88BC39 color RGB value is (136,188,57).

RGB: (136,188,57) (53%, 74%, 22%)

RGB channels and saturation

R 136 of 255 = 53%
G 188 of 255 = 74%
B 57 of 255 = 22%

136
188
57

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

Portions of RGB colors in percentages

R + G + B = 136 + 188 + 57 = 381 (100%)
R 136 of 381 ~ 35.7%
G 188 of 381 ~ 49.34%
B 57 of 381 ~ 14.96'%

%35.7
%49.34
%14.96

CMYK color model

#88BC39 color CMYK value is (28,0,70,26).

  • cyan value is 27.66%
  • magenta value is 0.00%
  • yellow value is 69.68%
  • key color value is 26.27%

CMYK: (28,0,70,26)
C28M0Y70K26 (28%, 0%, 70%, 26%)
(0.28 / 0.00 / 0.70 / 0.26)

CMYK percentages

%27.66
%0
%69.68
%26.27

Codes

Color #88BC39 in popluar color models

88 BC 39
RGB 136 188 57
HSL 84° 53.47% 48.04%
HSB/HSV 84° 69.68% 73.73%
CMYK 27.66% 0.00% 69.68%
26.27%

Color #88BC39 in popluar number systems.

HEX 88 BC 39
Decimal 136 188 57
Binary 10001000 10111100 111001
Octal 210 274 71

Shades and tints

Shades of #88BC39

#88BC39
(136,188,57)
#7CAB34
(124,171,52)
#709A2F
(112,154,47)
#64892A
(100,137,42)
#587825
(88,120,37)
#4C6720
(76,103,32)
#40561B
(64,86,27)
#344516
(52,69,22)
#283411
(40,52,17)
#1C230C
(28,35,12)
#101207
(16,18,7)
#000000
(0,0,0)

Tints of #88BC39

#88BC39
(136,188,57)
#92C24B
(146,194,75)
#9CC85D
(156,200,93)
#A6CE6F
(166,206,111)
#B0D481
(176,212,129)
#BADA93
(186,218,147)
#C4E0A5
(196,224,165)
#CEE6B7
(206,230,183)
#D8ECC9
(216,236,201)
#E2F2DB
(226,242,219)
#ECF8ED
(236,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BC39; }

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

This text font color is #88BC39.

Background Color

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

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

This div background color is #88BC39.

Border color

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

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

This div border color is #88BC39.

Opacity

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

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

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

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

This text has shadow with #88BC39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88BC39.

Preview

Color preview on black background

This text has color #88BC39 on black background.


Color preview on white background

This text has color #88BC39 on white background.


Black color preview on #88BC39 background

This text has black color on #88BC39 background.


White color preview on #88BC39 background

This text has white color on #88BC39 background.


Related colors

Complementary color

Complementary color for #hex is #7743C6.


I love getcolorcode.com

Triadic colors

1 #3988BC and #BC3988 with #88BC39 are triadic colors.

2 #39BC88 and #BC8839 with #88BC39 are triadic colors.