COLOR #87B938

HEX: #87B938 RGB: (135,185,56)

Color info

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

RGB color model

#87B938 color RGB value is (135,185,56).

RGB: (135,185,56) (53%, 73%, 22%)

RGB channels and saturation

R 135 of 255 = 53%
G 185 of 255 = 73%
B 56 of 255 = 22%

135
185
56

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

Portions of RGB colors in percentages

R + G + B = 135 + 185 + 56 = 376 (100%)
R 135 of 376 ~ 35.9%
G 185 of 376 ~ 49.2%
B 56 of 376 ~ 14.89'%

%35.9
%49.2
%14.89

CMYK color model

#87B938 color CMYK value is (27,0,70,27).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 69.73%
  • key color value is 27.45%

CMYK: (27,0,70,27)
C27M0Y70K27 (27%, 0%, 70%, 27%)
(0.27 / 0.00 / 0.70 / 0.27)

CMYK percentages

%27.03
%0
%69.73
%27.45

Codes

Color #87B938 in popluar color models

87 B9 38
RGB 135 185 56
HSL 83° 53.53% 47.25%
HSB/HSV 83° 69.73% 72.55%
CMYK 27.03% 0.00% 69.73%
27.45%

Color #87B938 in popluar number systems.

HEX 87 B9 38
Decimal 135 185 56
Binary 10000111 10111001 111000
Octal 207 271 70

Shades and tints

Shades of #87B938

#87B938
(135,185,56)
#7BA933
(123,169,51)
#6F992E
(111,153,46)
#638929
(99,137,41)
#577924
(87,121,36)
#4B691F
(75,105,31)
#3F591A
(63,89,26)
#334915
(51,73,21)
#273910
(39,57,16)
#1B290B
(27,41,11)
#0F1906
(15,25,6)
#000000
(0,0,0)

Tints of #87B938

#87B938
(135,185,56)
#91BF4A
(145,191,74)
#9BC55C
(155,197,92)
#A5CB6E
(165,203,110)
#AFD180
(175,209,128)
#B9D792
(185,215,146)
#C3DDA4
(195,221,164)
#CDE3B6
(205,227,182)
#D7E9C8
(215,233,200)
#E1EFDA
(225,239,218)
#EBF5EC
(235,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B938; }

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

This text font color is #87B938.

Background Color

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

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

This div background color is #87B938.

Border color

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

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

This div border color is #87B938.

Opacity

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

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

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

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

This text has shadow with #87B938 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B938.

Preview

Color preview on black background

This text has color #87B938 on black background.


Color preview on white background

This text has color #87B938 on white background.


Black color preview on #87B938 background

This text has black color on #87B938 background.


White color preview on #87B938 background

This text has white color on #87B938 background.


Related colors

Complementary color

Complementary color for #hex is #7846C7.


I love getcolorcode.com

Triadic colors

1 #3887B9 and #B93887 with #87B938 are triadic colors.

2 #38B987 and #B98738 with #87B938 are triadic colors.