COLOR #88A162

HEX: #88A162 RGB: (136,161,98)

Color info

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

RGB color model

#88A162 color RGB value is (136,161,98).

RGB: (136,161,98) (53%, 63%, 38%)

RGB channels and saturation

R 136 of 255 = 53%
G 161 of 255 = 63%
B 98 of 255 = 38%

136
161
98

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

Portions of RGB colors in percentages

R + G + B = 136 + 161 + 98 = 395 (100%)
R 136 of 395 ~ 34.43%
G 161 of 395 ~ 40.76%
B 98 of 395 ~ 24.81'%

%34.43
%40.76
%24.81

CMYK color model

#88A162 color CMYK value is (16,0,39,37).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 36.86%

CMYK: (16,0,39,37)
C16M0Y39K37 (16%, 0%, 39%, 37%)
(0.16 / 0.00 / 0.39 / 0.37)

CMYK percentages

%15.53
%0
%39.13
%36.86

Codes

Color #88A162 in popluar color models

88 A1 62
RGB 136 161 98
HSL 84° 25.10% 50.78%
HSB/HSV 84° 39.13% 63.14%
CMYK 15.53% 0.00% 39.13%
36.86%

Color #88A162 in popluar number systems.

HEX 88 A1 62
Decimal 136 161 98
Binary 10001000 10100001 1100010
Octal 210 241 142

Shades and tints

Shades of #88A162

#88A162
(136,161,98)
#7C935A
(124,147,90)
#708552
(112,133,82)
#64774A
(100,119,74)
#586942
(88,105,66)
#4C5B3A
(76,91,58)
#404D32
(64,77,50)
#343F2A
(52,63,42)
#283122
(40,49,34)
#1C231A
(28,35,26)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #88A162

#88A162
(136,161,98)
#92A970
(146,169,112)
#9CB17E
(156,177,126)
#A6B98C
(166,185,140)
#B0C19A
(176,193,154)
#BAC9A8
(186,201,168)
#C4D1B6
(196,209,182)
#CED9C4
(206,217,196)
#D8E1D2
(216,225,210)
#E2E9E0
(226,233,224)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A162 color. Also use rgb(136,161,98) instead hex code.

Text Font Color

.myTextColor { color: #88A162; }

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

This text font color is #88A162.

Background Color

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

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

This div background color is #88A162.

Border color

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

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

This div border color is #88A162.

Opacity

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

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

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

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

This text has shadow with #88A162 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A162.

Preview

Color preview on black background

This text has color #88A162 on black background.


Color preview on white background

This text has color #88A162 on white background.


Black color preview on #88A162 background

This text has black color on #88A162 background.


White color preview on #88A162 background

This text has white color on #88A162 background.


Related colors

Complementary color

Complementary color for #hex is #775E9D.


I love getcolorcode.com

Triadic colors

1 #6288A1 and #A16288 with #88A162 are triadic colors.

2 #62A188 and #A18862 with #88A162 are triadic colors.