COLOR #88C592

HEX: #88C592
RGB: (136,197,146)

Color info

#88C592 contains mainly green and blue colors. Web safe color of #88C592 is #99CC99 (or #9C9).

RGB color model

#88C592 color RGB value is (136,197,146).

  • red value is 136;
  • green value is 197;
  • blue value is 146.
RGB:
(136,197,146)
(53%,77%,57%)

RGB channels and saturation

R 136 of 255 = 53%
G 197 of 255 = 77%
B 146 of 255 = 57%

136
197
146

R + G + B ~ 62%. #88C592 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 197 + 146 = 479 (100%)
R 136 of 479 ~ 28.39%
G 197 of 479 ~ 41.13%
B 146 of 479 ~ 30.48%

%28.39
%41.13
%30.48

CMYK color model

#88C592 color CMYK value is (31,0,26,23).

  • cyan value is 30.96%
  • magenta value is 0.00%
  • yellow value is 25.89%
  • key color value is 22.75%
CMYK:
(31,0,26,23)
C31M0Y26K23 
(31%,0%,26%,23%)
(0.31/0.00/0.26/0.23)	

CMYK percentages

%30.96
%0
%25.89
%22.75

Codes

Color #88C592 in popluar color models

88C592
RGB136197146
HSL130°34.46%65.29%
HSB/HSV130°30.96%77.25%
CMYK30.96%0.00%25.89%
22.75%

Color #88C592 in popluar number systems.

HEX88C592
Decimal136197146
Binary100010001100010110010010
Octal210305222

Shades and tints

Shades of #88C592

#88C592
(136,197,146)
#7CB485
(124,180,133)
#70A378
(112,163,120)
#64926B
(100,146,107)
#58815E
(88,129,94)
#4C7051
(76,112,81)
#405F44
(64,95,68)
#344E37
(52,78,55)
#283D2A
(40,61,42)
#1C2C1D
(28,44,29)
#101B10
(16,27,16)
#000000
(0,0,0)

Tints of #88C592

#88C592
(136,197,146)
#92CA9B
(146,202,155)
#9CCFA4
(156,207,164)
#A6D4AD
(166,212,173)
#B0D9B6
(176,217,182)
#BADEBF
(186,222,191)
#C4E3C8
(196,227,200)
#CEE8D1
(206,232,209)
#D8EDDA
(216,237,218)
#E2F2E3
(226,242,227)
#ECF7EC
(236,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C592; }

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

This text font color is #88C592.


Background Color

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

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

This div background color is #88C592.


Border color

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

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

This div border color is #88C592.


Opacity

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

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

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

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

This text has shadow with #88C592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C592 on black background.


Color preview on white background

This text has color #88C592 on white background.



Black color preview on #88C592 background

This text has black color on #88C592 background.


White color preview on #88C592 background

This text has white color on #88C592 background.