COLOR #88B51F

HEX: #88B51F
RGB: (136,181,31)

Color info

#88B51F contains mainly red and green colors. Web safe color of #88B51F is #99CC33 (or #9C3).

RGB color model

#88B51F color RGB value is (136,181,31).

  • red value is 136;
  • green value is 181;
  • blue value is 31.
RGB:
(136,181,31)
(53%,71%,12%)

RGB channels and saturation

R 136 of 255 = 53%
G 181 of 255 = 71%
B 31 of 255 = 12%

136
181
31

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

Portions of RGB colors in percentages

R + G + B =
136 + 181 + 31 = 348 (100%)
R 136 of 348 ~ 39.08%
G 181 of 348 ~ 52.01%
B 31 of 348 ~ 8.91%

%39.08
%52.01

CMYK color model

#88B51F color CMYK value is (25,0,83,29).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 82.87%
  • key color value is 29.02%
CMYK:
(25,0,83,29)
C25M0Y83K29 
(25%,0%,83%,29%)
(0.25/0.00/0.83/0.29)	

CMYK percentages

%24.86
%0
%82.87
%29.02

Codes

Color #88B51F in popluar color models

88B51F
RGB13618131
HSL78°70.75%41.57%
HSB/HSV78°82.87%70.98%
CMYK24.86%0.00%82.87%
29.02%

Color #88B51F in popluar number systems.

HEX88B51F
Decimal13618131
Binary100010001011010111111
Octal21026537

Shades and tints

Shades of #88B51F

#88B51F
(136,181,31)
#7CA51D
(124,165,29)
#70951B
(112,149,27)
#648519
(100,133,25)
#587517
(88,117,23)
#4C6515
(76,101,21)
#405513
(64,85,19)
#344511
(52,69,17)
#28350F
(40,53,15)
#1C250D
(28,37,13)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #88B51F

#88B51F
(136,181,31)
#92BB33
(146,187,51)
#9CC147
(156,193,71)
#A6C75B
(166,199,91)
#B0CD6F
(176,205,111)
#BAD383
(186,211,131)
#C4D997
(196,217,151)
#CEDFAB
(206,223,171)
#D8E5BF
(216,229,191)
#E2EBD3
(226,235,211)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B51F color. Also use rgb(136,181,31) instead hex code.

Text Font Color

.myTextColor { color: #88B51F; }

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

This text font color is #88B51F.


Background Color

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

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

This div background color is #88B51F.


Border color

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

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

This div border color is #88B51F.


Opacity

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

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

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

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

This text has shadow with #88B51F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B51F on black background.


Color preview on white background

This text has color #88B51F on white background.



Black color preview on #88B51F background

This text has black color on #88B51F background.


White color preview on #88B51F background

This text has white color on #88B51F background.