COLOR #87AB38

HEX: #87AB38 RGB: (135,171,56)

Color info

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

RGB color model

#87AB38 color RGB value is (135,171,56).

RGB: (135,171,56) (53%, 67%, 22%)

RGB channels and saturation

R 135 of 255 = 53%
G 171 of 255 = 67%
B 56 of 255 = 22%

135
171
56

R + G + B ~ 47%. #87AB38 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 171 + 56 = 362 (100%)
R 135 of 362 ~ 37.29%
G 171 of 362 ~ 47.24%
B 56 of 362 ~ 15.47'%

%37.29
%47.24
%15.47

CMYK color model

#87AB38 color CMYK value is (21,0,67,33).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 67.25%
  • key color value is 32.94%
CMYK: (21,0,67,33) C21M0Y67K33 (21%,0%,67%,33%) (0.21/0.00/0.67/0.33) 

CMYK percentages

%21.05
%0
%67.25
%32.94

Codes

Color #87AB38 in popluar color models

87 AB 38
RGB 135 171 56
HSL 79° 50.66% 44.51%
HSB/HSV 79° 67.25% 67.06%
CMYK 21.05% 0.00% 67.25%
32.94%

Color #87AB38 in popluar number systems.

HEX 87 AB 38
Decimal 135 171 56
Binary 10000111 10101011 111000
Octal 207 253 70

Shades and tints

Shades of #87AB38

#87AB38
(135,171,56)
#7B9C33
(123,156,51)
#6F8D2E
(111,141,46)
#637E29
(99,126,41)
#576F24
(87,111,36)
#4B601F
(75,96,31)
#3F511A
(63,81,26)
#334215
(51,66,21)
#273310
(39,51,16)
#1B240B
(27,36,11)
#0F1506
(15,21,6)
#000000
(0,0,0)

Tints of #87AB38

#87AB38
(135,171,56)
#91B24A
(145,178,74)
#9BB95C
(155,185,92)
#A5C06E
(165,192,110)
#AFC780
(175,199,128)
#B9CE92
(185,206,146)
#C3D5A4
(195,213,164)
#CDDCB6
(205,220,182)
#D7E3C8
(215,227,200)
#E1EADA
(225,234,218)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AB38 color. Also use rgb(135,171,56) instead hex code.

Text Font Color

.myTextColor { color: #87AB38; }

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

This text font color is #87AB38.

Background Color

.myBgColor { background-color: #87AB38; }

<div style="background-color:#87AB38">Inner text</div>

This div background color is #87AB38.

Border color

.myBorderColor { border: 1px solid #87AB38; }

<div style="border:3px solid #87AB38">Div</div>

This div border color is #87AB38.

Opacity

.myOpacity80 { color: #87AB38; opacity: 0.8; }

<p style="color:#87AB38;opacity:0.8;">80%</p>

Text with #87AB38 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 #87AB38;}

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

This text has shadow with #87AB38 color.


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

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

This text has shadow with #87AB38 primary color and red secondary color.


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

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

This text has shadow with #87AB38 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87AB38.

Preview

Color preview on black background

This text has color #87AB38 on black background.


Color preview on white background

This text has color #87AB38 on white background.


Black color preview on #87AB38 background

This text has black color on #87AB38 background.


White color preview on #87AB38 background

This text has white color on #87AB38 background.


Related colors

Complementary color

Complementary color for #hex is #7854C7.


I love getcolorcode.com

Triadic colors

1 #3887AB and #AB3887 with #87AB38 are triadic colors.

2 #38AB87 and #AB8738 with #87AB38 are triadic colors.