COLOR #88A451

HEX: #88A451 RGB: (136,164,81)

Color info

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

RGB color model

#88A451 color RGB value is (136,164,81).

RGB: (136,164,81) (53%, 64%, 32%)

RGB channels and saturation

R 136 of 255 = 53%
G 164 of 255 = 64%
B 81 of 255 = 32%

136
164
81

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

Portions of RGB colors in percentages

R + G + B = 136 + 164 + 81 = 381 (100%)
R 136 of 381 ~ 35.7%
G 164 of 381 ~ 43.04%
B 81 of 381 ~ 21.26'%

%35.7
%43.04
%21.26

CMYK color model

#88A451 color CMYK value is (17,0,51,36).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 50.61%
  • key color value is 35.69%

CMYK: (17,0,51,36)
C17M0Y51K36 (17%, 0%, 51%, 36%)
(0.17 / 0.00 / 0.51 / 0.36)

CMYK percentages

%17.07
%0
%50.61
%35.69

Codes

Color #88A451 in popluar color models

88 A4 51
RGB 136 164 81
HSL 80° 33.88% 48.04%
HSB/HSV 80° 50.61% 64.31%
CMYK 17.07% 0.00% 50.61%
35.69%

Color #88A451 in popluar number systems.

HEX 88 A4 51
Decimal 136 164 81
Binary 10001000 10100100 1010001
Octal 210 244 121

Shades and tints

Shades of #88A451

#88A451
(136,164,81)
#7C964A
(124,150,74)
#708843
(112,136,67)
#647A3C
(100,122,60)
#586C35
(88,108,53)
#4C5E2E
(76,94,46)
#405027
(64,80,39)
#344220
(52,66,32)
#283419
(40,52,25)
#1C2612
(28,38,18)
#10180B
(16,24,11)
#000000
(0,0,0)

Tints of #88A451

#88A451
(136,164,81)
#92AC60
(146,172,96)
#9CB46F
(156,180,111)
#A6BC7E
(166,188,126)
#B0C48D
(176,196,141)
#BACC9C
(186,204,156)
#C4D4AB
(196,212,171)
#CEDCBA
(206,220,186)
#D8E4C9
(216,228,201)
#E2ECD8
(226,236,216)
#ECF4E7
(236,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A451 color. Also use rgb(136,164,81) instead hex code.

Text Font Color

.myTextColor { color: #88A451; }

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

This text font color is #88A451.

Background Color

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

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

This div background color is #88A451.

Border color

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

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

This div border color is #88A451.

Opacity

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

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

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

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

This text has shadow with #88A451 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A451.

Preview

Color preview on black background

This text has color #88A451 on black background.


Color preview on white background

This text has color #88A451 on white background.


Black color preview on #88A451 background

This text has black color on #88A451 background.


White color preview on #88A451 background

This text has white color on #88A451 background.


Related colors

Complementary color

Complementary color for #hex is #775BAE.


I love getcolorcode.com

Triadic colors

1 #5188A4 and #A45188 with #88A451 are triadic colors.

2 #51A488 and #A48851 with #88A451 are triadic colors.