COLOR #85BD6B

HEX: #85BD6B RGB: (133,189,107)

Color info

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

RGB color model

#85BD6B color RGB value is (133,189,107).

RGB: (133,189,107) (52%, 74%, 42%)

RGB channels and saturation

R 133 of 255 = 52%
G 189 of 255 = 74%
B 107 of 255 = 42%

133
189
107

R + G + B ~ 56%. #85BD6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 189 + 107 = 429 (100%)
R 133 of 429 ~ 31%
G 189 of 429 ~ 44.06%
B 107 of 429 ~ 24.94'%

%31
%44.06
%24.94

CMYK color model

#85BD6B color CMYK value is (30,0,43,26).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 43.39%
  • key color value is 25.88%

CMYK: (30,0,43,26)
C30M0Y43K26 (30%, 0%, 43%, 26%)
(0.30 / 0.00 / 0.43 / 0.26)

CMYK percentages

%29.63
%0
%43.39
%25.88

Codes

Color #85BD6B in popluar color models

85 BD 6B
RGB 133 189 107
HSL 101° 38.32% 58.04%
HSB/HSV 101° 43.39% 74.12%
CMYK 29.63% 0.00% 43.39%
25.88%

Color #85BD6B in popluar number systems.

HEX 85 BD 6B
Decimal 133 189 107
Binary 10000101 10111101 1101011
Octal 205 275 153

Shades and tints

Shades of #85BD6B

#85BD6B
(133,189,107)
#79AC62
(121,172,98)
#6D9B59
(109,155,89)
#618A50
(97,138,80)
#557947
(85,121,71)
#49683E
(73,104,62)
#3D5735
(61,87,53)
#31462C
(49,70,44)
#253523
(37,53,35)
#19241A
(25,36,26)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #85BD6B

#85BD6B
(133,189,107)
#90C378
(144,195,120)
#9BC985
(155,201,133)
#A6CF92
(166,207,146)
#B1D59F
(177,213,159)
#BCDBAC
(188,219,172)
#C7E1B9
(199,225,185)
#D2E7C6
(210,231,198)
#DDEDD3
(221,237,211)
#E8F3E0
(232,243,224)
#F3F9ED
(243,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BD6B color. Also use rgb(133,189,107) instead hex code.

Text Font Color

.myTextColor { color: #85BD6B; }

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

This text font color is #85BD6B.

Background Color

.myBgColor { background-color: #85BD6B; }

<div style="background-color:#85BD6B">Inner text</div>

This div background color is #85BD6B.

Border color

.myBorderColor { border: 1px solid #85BD6B; }

<div style="border:3px solid #85BD6B">Div</div>

This div border color is #85BD6B.

Opacity

.myOpacity80 { color: #85BD6B; opacity: 0.8; }

<p style="color:#85BD6B;opacity:0.8;">80%</p>

Text with #85BD6B 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 #85BD6B;}

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

This text has shadow with #85BD6B color.


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

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

This text has shadow with #85BD6B primary color and red secondary color.


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

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

This text has shadow with #85BD6B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85BD6B.

Preview

Color preview on black background

This text has color #85BD6B on black background.


Color preview on white background

This text has color #85BD6B on white background.


Black color preview on #85BD6B background

This text has black color on #85BD6B background.


White color preview on #85BD6B background

This text has white color on #85BD6B background.


Related colors

Complementary color

Complementary color for #hex is #7A4294.


I love getcolorcode.com

Triadic colors

1 #6B85BD and #BD6B85 with #85BD6B are triadic colors.

2 #6BBD85 and #BD856B with #85BD6B are triadic colors.