COLOR #87B95A

HEX: #87B95A RGB: (135,185,90)

Color info

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

RGB color model

#87B95A color RGB value is (135,185,90).

RGB: (135,185,90) (53%, 73%, 35%)

RGB channels and saturation

R 135 of 255 = 53%
G 185 of 255 = 73%
B 90 of 255 = 35%

135
185
90

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

Portions of RGB colors in percentages

R + G + B = 135 + 185 + 90 = 410 (100%)
R 135 of 410 ~ 32.93%
G 185 of 410 ~ 45.12%
B 90 of 410 ~ 21.95'%

%32.93
%45.12
%21.95

CMYK color model

#87B95A color CMYK value is (27,0,51,27).

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

CMYK: (27,0,51,27)
C27M0Y51K27 (27%, 0%, 51%, 27%)
(0.27 / 0.00 / 0.51 / 0.27)

CMYK percentages

%27.03
%0
%51.35
%27.45

Codes

Color #87B95A in popluar color models

87 B9 5A
RGB 135 185 90
HSL 92° 40.43% 53.92%
HSB/HSV 92° 51.35% 72.55%
CMYK 27.03% 0.00% 51.35%
27.45%

Color #87B95A in popluar number systems.

HEX 87 B9 5A
Decimal 135 185 90
Binary 10000111 10111001 1011010
Octal 207 271 132

Shades and tints

Shades of #87B95A

#87B95A
(135,185,90)
#7BA952
(123,169,82)
#6F994A
(111,153,74)
#638942
(99,137,66)
#57793A
(87,121,58)
#4B6932
(75,105,50)
#3F592A
(63,89,42)
#334922
(51,73,34)
#27391A
(39,57,26)
#1B2912
(27,41,18)
#0F190A
(15,25,10)
#000000
(0,0,0)

Tints of #87B95A

#87B95A
(135,185,90)
#91BF69
(145,191,105)
#9BC578
(155,197,120)
#A5CB87
(165,203,135)
#AFD196
(175,209,150)
#B9D7A5
(185,215,165)
#C3DDB4
(195,221,180)
#CDE3C3
(205,227,195)
#D7E9D2
(215,233,210)
#E1EFE1
(225,239,225)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B95A; }

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

This text font color is #87B95A.

Background Color

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

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

This div background color is #87B95A.

Border color

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

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

This div border color is #87B95A.

Opacity

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

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

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

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

This text has shadow with #87B95A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B95A.

Preview

Color preview on black background

This text has color #87B95A on black background.


Color preview on white background

This text has color #87B95A on white background.


Black color preview on #87B95A background

This text has black color on #87B95A background.


White color preview on #87B95A background

This text has white color on #87B95A background.


Related colors

Complementary color

Complementary color for #hex is #7846A5.


I love getcolorcode.com

Triadic colors

1 #5A87B9 and #B95A87 with #87B95A are triadic colors.

2 #5AB987 and #B9875A with #87B95A are triadic colors.