COLOR #88B465

HEX: #88B465 RGB: (136,180,101)

Color info

#88B465 contains mainly red and green colors. Web safe color of #88B465 is #99CC66 (or #9C6).

RGB color model

#88B465 color RGB value is (136,180,101).

RGB: (136,180,101) (53%, 71%, 40%)

RGB channels and saturation

R 136 of 255 = 53%
G 180 of 255 = 71%
B 101 of 255 = 40%

136
180
101

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

Portions of RGB colors in percentages

R + G + B = 136 + 180 + 101 = 417 (100%)
R 136 of 417 ~ 32.61%
G 180 of 417 ~ 43.17%
B 101 of 417 ~ 24.22'%

%32.61
%43.17
%24.22

CMYK color model

#88B465 color CMYK value is (24,0,44,29).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 43.89%
  • key color value is 29.41%

CMYK: (24,0,44,29)
C24M0Y44K29 (24%, 0%, 44%, 29%)
(0.24 / 0.00 / 0.44 / 0.29)

CMYK percentages

%24.44
%0
%43.89
%29.41

Codes

Color #88B465 in popluar color models

88 B4 65
RGB 136 180 101
HSL 93° 34.50% 55.10%
HSB/HSV 93° 43.89% 70.59%
CMYK 24.44% 0.00% 43.89%
29.41%

Color #88B465 in popluar number systems.

HEX 88 B4 65
Decimal 136 180 101
Binary 10001000 10110100 1100101
Octal 210 264 145

Shades and tints

Shades of #88B465

#88B465
(136,180,101)
#7CA45C
(124,164,92)
#709453
(112,148,83)
#64844A
(100,132,74)
#587441
(88,116,65)
#4C6438
(76,100,56)
#40542F
(64,84,47)
#344426
(52,68,38)
#28341D
(40,52,29)
#1C2414
(28,36,20)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #88B465

#88B465
(136,180,101)
#92BA73
(146,186,115)
#9CC081
(156,192,129)
#A6C68F
(166,198,143)
#B0CC9D
(176,204,157)
#BAD2AB
(186,210,171)
#C4D8B9
(196,216,185)
#CEDEC7
(206,222,199)
#D8E4D5
(216,228,213)
#E2EAE3
(226,234,227)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B465 color. Also use rgb(136,180,101) instead hex code.

Text Font Color

.myTextColor { color: #88B465; }

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

This text font color is #88B465.

Background Color

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

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

This div background color is #88B465.

Border color

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

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

This div border color is #88B465.

Opacity

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

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

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

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

This text has shadow with #88B465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B465.

Preview

Color preview on black background

This text has color #88B465 on black background.


Color preview on white background

This text has color #88B465 on white background.


Black color preview on #88B465 background

This text has black color on #88B465 background.


White color preview on #88B465 background

This text has white color on #88B465 background.


Related colors

Complementary color

Complementary color for #hex is #774B9A.


I love getcolorcode.com

Triadic colors

1 #6588B4 and #B46588 with #88B465 are triadic colors.

2 #65B488 and #B48865 with #88B465 are triadic colors.