COLOR #88B462

HEX: #88B462
RGB: (136,180,98)

Color info

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

RGB color model

#88B462 color RGB value is (136,180,98).

  • red value is 136;
  • green value is 180;
  • blue value is 98.
RGB:
(136,180,98)
(53%,71%,38%)

RGB channels and saturation

R 136 of 255 = 53%
G 180 of 255 = 71%
B 98 of 255 = 38%

136
180
98

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

Portions of RGB colors in percentages

R + G + B =
136 + 180 + 98 = 414 (100%)
R 136 of 414 ~ 32.85%
G 180 of 414 ~ 43.48%
B 98 of 414 ~ 23.67%

%32.85
%43.48
%23.67

CMYK color model

#88B462 color CMYK value is (24,0,46,29).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 45.56%
  • key color value is 29.41%
CMYK:
(24,0,46,29)
C24M0Y46K29 
(24%,0%,46%,29%)
(0.24/0.00/0.46/0.29)	

CMYK percentages

%24.44
%0
%45.56
%29.41

Codes

Color #88B462 in popluar color models

88B462
RGB13618098
HSL92°35.34%54.51%
HSB/HSV92°45.56%70.59%
CMYK24.44%0.00%45.56%
29.41%

Color #88B462 in popluar number systems.

HEX88B462
Decimal13618098
Binary10001000101101001100010
Octal210264142

Shades and tints

Shades of #88B462

#88B462
(136,180,98)
#7CA45A
(124,164,90)
#709452
(112,148,82)
#64844A
(100,132,74)
#587442
(88,116,66)
#4C643A
(76,100,58)
#405432
(64,84,50)
#34442A
(52,68,42)
#283422
(40,52,34)
#1C241A
(28,36,26)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #88B462

#88B462
(136,180,98)
#92BA70
(146,186,112)
#9CC07E
(156,192,126)
#A6C68C
(166,198,140)
#B0CC9A
(176,204,154)
#BAD2A8
(186,210,168)
#C4D8B6
(196,216,182)
#CEDEC4
(206,222,196)
#D8E4D2
(216,228,210)
#E2EAE0
(226,234,224)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B462; }

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

This text font color is #88B462.


Background Color

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

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

This div background color is #88B462.


Border color

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

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

This div border color is #88B462.


Opacity

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

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

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

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

This text has shadow with #88B462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B462 on black background.


Color preview on white background

This text has color #88B462 on white background.



Black color preview on #88B462 background

This text has black color on #88B462 background.


White color preview on #88B462 background

This text has white color on #88B462 background.