COLOR #88B268

HEX: #88B268 RGB: (136,178,104)

Color info

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

RGB color model

#88B268 color RGB value is (136,178,104).

RGB: (136,178,104) (53%, 70%, 41%)

RGB channels and saturation

R 136 of 255 = 53%
G 178 of 255 = 70%
B 104 of 255 = 41%

136
178
104

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

Portions of RGB colors in percentages

R + G + B = 136 + 178 + 104 = 418 (100%)
R 136 of 418 ~ 32.54%
G 178 of 418 ~ 42.58%
B 104 of 418 ~ 24.88'%

%32.54
%42.58
%24.88

CMYK color model

#88B268 color CMYK value is (24,0,42,30).

  • cyan value is 23.60%
  • magenta value is 0.00%
  • yellow value is 41.57%
  • key color value is 30.20%

CMYK: (24,0,42,30)
C24M0Y42K30 (24%, 0%, 42%, 30%)
(0.24 / 0.00 / 0.42 / 0.30)

CMYK percentages

%23.6
%0
%41.57
%30.2

Codes

Color #88B268 in popluar color models

88 B2 68
RGB 136 178 104
HSL 94° 32.46% 55.29%
HSB/HSV 94° 41.57% 69.80%
CMYK 23.60% 0.00% 41.57%
30.20%

Color #88B268 in popluar number systems.

HEX 88 B2 68
Decimal 136 178 104
Binary 10001000 10110010 1101000
Octal 210 262 150

Shades and tints

Shades of #88B268

#88B268
(136,178,104)
#7CA25F
(124,162,95)
#709256
(112,146,86)
#64824D
(100,130,77)
#587244
(88,114,68)
#4C623B
(76,98,59)
#405232
(64,82,50)
#344229
(52,66,41)
#283220
(40,50,32)
#1C2217
(28,34,23)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #88B268

#88B268
(136,178,104)
#92B975
(146,185,117)
#9CC082
(156,192,130)
#A6C78F
(166,199,143)
#B0CE9C
(176,206,156)
#BAD5A9
(186,213,169)
#C4DCB6
(196,220,182)
#CEE3C3
(206,227,195)
#D8EAD0
(216,234,208)
#E2F1DD
(226,241,221)
#ECF8EA
(236,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B268; }

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

This text font color is #88B268.

Background Color

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

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

This div background color is #88B268.

Border color

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

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

This div border color is #88B268.

Opacity

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

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

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

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

This text has shadow with #88B268 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B268.

Preview

Color preview on black background

This text has color #88B268 on black background.


Color preview on white background

This text has color #88B268 on white background.


Black color preview on #88B268 background

This text has black color on #88B268 background.


White color preview on #88B268 background

This text has white color on #88B268 background.


Related colors

Complementary color

Complementary color for #hex is #774D97.


I love getcolorcode.com

Triadic colors

1 #6888B2 and #B26888 with #88B268 are triadic colors.

2 #68B288 and #B28868 with #88B268 are triadic colors.