COLOR #88BB64

HEX: #88BB64 RGB: (136,187,100)

Color info

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

RGB color model

#88BB64 color RGB value is (136,187,100).

RGB: (136,187,100) (53%, 73%, 39%)

RGB channels and saturation

R 136 of 255 = 53%
G 187 of 255 = 73%
B 100 of 255 = 39%

136
187
100

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

Portions of RGB colors in percentages

R + G + B = 136 + 187 + 100 = 423 (100%)
R 136 of 423 ~ 32.15%
G 187 of 423 ~ 44.21%
B 100 of 423 ~ 23.64'%

%32.15
%44.21
%23.64

CMYK color model

#88BB64 color CMYK value is (27,0,47,27).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 46.52%
  • key color value is 26.67%
CMYK: (27,0,47,27) C27M0Y47K27 (27%,0%,47%,27%) (0.27/0.00/0.47/0.27) 

CMYK percentages

%27.27
%0
%46.52
%26.67

Codes

Color #88BB64 in popluar color models

88 BB 64
RGB 136 187 100
HSL 95° 39.01% 56.27%
HSB/HSV 95° 46.52% 73.33%
CMYK 27.27% 0.00% 46.52%
26.67%

Color #88BB64 in popluar number systems.

HEX 88 BB 64
Decimal 136 187 100
Binary 10001000 10111011 1100100
Octal 210 273 144

Shades and tints

Shades of #88BB64

#88BB64
(136,187,100)
#7CAA5B
(124,170,91)
#709952
(112,153,82)
#648849
(100,136,73)
#587740
(88,119,64)
#4C6637
(76,102,55)
#40552E
(64,85,46)
#344425
(52,68,37)
#28331C
(40,51,28)
#1C2213
(28,34,19)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #88BB64

#88BB64
(136,187,100)
#92C172
(146,193,114)
#9CC780
(156,199,128)
#A6CD8E
(166,205,142)
#B0D39C
(176,211,156)
#BAD9AA
(186,217,170)
#C4DFB8
(196,223,184)
#CEE5C6
(206,229,198)
#D8EBD4
(216,235,212)
#E2F1E2
(226,241,226)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BB64 color. Also use rgb(136,187,100) instead hex code.

Text Font Color

.myTextColor { color: #88BB64; }

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

This text font color is #88BB64.

Background Color

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

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

This div background color is #88BB64.

Border color

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

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

This div border color is #88BB64.

Opacity

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

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

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

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

This text has shadow with #88BB64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88BB64.

Preview

Color preview on black background

This text has color #88BB64 on black background.


Color preview on white background

This text has color #88BB64 on white background.


Black color preview on #88BB64 background

This text has black color on #88BB64 background.


White color preview on #88BB64 background

This text has white color on #88BB64 background.


Related colors

Complementary color

Complementary color for #hex is #77449B.


I love getcolorcode.com

Triadic colors

1 #6488BB and #BB6488 with #88BB64 are triadic colors.

2 #64BB88 and #BB8864 with #88BB64 are triadic colors.