COLOR #88A94B

HEX: #88A94B
RGB: (136,169,75)

Color info

#88A94B contains mainly red and green colors. Web safe color of #88A94B is #999933 (or #993).

RGB color model

#88A94B color RGB value is (136,169,75).

  • red value is 136;
  • green value is 169;
  • blue value is 75.
RGB:
(136,169,75)
(53%,66%,29%)

RGB channels and saturation

R 136 of 255 = 53%
G 169 of 255 = 66%
B 75 of 255 = 29%

136
169
75

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

Portions of RGB colors in percentages

R + G + B =
136 + 169 + 75 = 380 (100%)
R 136 of 380 ~ 35.79%
G 169 of 380 ~ 44.47%
B 75 of 380 ~ 19.74%

%35.79
%44.47
%19.74

CMYK color model

#88A94B color CMYK value is (20,0,56,34).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 55.62%
  • key color value is 33.73%
CMYK:
(20,0,56,34)
C20M0Y56K34 
(20%,0%,56%,34%)
(0.20/0.00/0.56/0.34)	

CMYK percentages

%19.53
%0
%55.62
%33.73

Codes

Color #88A94B in popluar color models

88A94B
RGB13616975
HSL81°38.52%47.84%
HSB/HSV81°55.62%66.27%
CMYK19.53%0.00%55.62%
33.73%

Color #88A94B in popluar number systems.

HEX88A94B
Decimal13616975
Binary10001000101010011001011
Octal210251113

Shades and tints

Shades of #88A94B

#88A94B
(136,169,75)
#7C9A45
(124,154,69)
#708B3F
(112,139,63)
#647C39
(100,124,57)
#586D33
(88,109,51)
#4C5E2D
(76,94,45)
#404F27
(64,79,39)
#344021
(52,64,33)
#28311B
(40,49,27)
#1C2215
(28,34,21)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #88A94B

#88A94B
(136,169,75)
#92B05B
(146,176,91)
#9CB76B
(156,183,107)
#A6BE7B
(166,190,123)
#B0C58B
(176,197,139)
#BACC9B
(186,204,155)
#C4D3AB
(196,211,171)
#CEDABB
(206,218,187)
#D8E1CB
(216,225,203)
#E2E8DB
(226,232,219)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A94B color. Also use rgb(136,169,75) instead hex code.

Text Font Color

.myTextColor { color: #88A94B; }

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

This text font color is #88A94B.


Background Color

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

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

This div background color is #88A94B.


Border color

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

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

This div border color is #88A94B.


Opacity

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

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

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

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

This text has shadow with #88A94B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A94B on black background.


Color preview on white background

This text has color #88A94B on white background.



Black color preview on #88A94B background

This text has black color on #88A94B background.


White color preview on #88A94B background

This text has white color on #88A94B background.