COLOR #85BD49

HEX: #85BD49 RGB: (133,189,73)

Color info

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

RGB color model

#85BD49 color RGB value is (133,189,73).

RGB: (133,189,73) (52%, 74%, 29%)

RGB channels and saturation

R 133 of 255 = 52%
G 189 of 255 = 74%
B 73 of 255 = 29%

133
189
73

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

Portions of RGB colors in percentages

R + G + B = 133 + 189 + 73 = 395 (100%)
R 133 of 395 ~ 33.67%
G 189 of 395 ~ 47.85%
B 73 of 395 ~ 18.48'%

%33.67
%47.85
%18.48

CMYK color model

#85BD49 color CMYK value is (30,0,61,26).

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

CMYK: (30,0,61,26)
C30M0Y61K26 (30%, 0%, 61%, 26%)
(0.30 / 0.00 / 0.61 / 0.26)

CMYK percentages

%29.63
%0
%61.38
%25.88

Codes

Color #85BD49 in popluar color models

85 BD 49
RGB 133 189 73
HSL 89° 46.77% 51.37%
HSB/HSV 89° 61.38% 74.12%
CMYK 29.63% 0.00% 61.38%
25.88%

Color #85BD49 in popluar number systems.

HEX 85 BD 49
Decimal 133 189 73
Binary 10000101 10111101 1001001
Octal 205 275 111

Shades and tints

Shades of #85BD49

#85BD49
(133,189,73)
#79AC43
(121,172,67)
#6D9B3D
(109,155,61)
#618A37
(97,138,55)
#557931
(85,121,49)
#49682B
(73,104,43)
#3D5725
(61,87,37)
#31461F
(49,70,31)
#253519
(37,53,25)
#192413
(25,36,19)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #85BD49

#85BD49
(133,189,73)
#90C359
(144,195,89)
#9BC969
(155,201,105)
#A6CF79
(166,207,121)
#B1D589
(177,213,137)
#BCDB99
(188,219,153)
#C7E1A9
(199,225,169)
#D2E7B9
(210,231,185)
#DDEDC9
(221,237,201)
#E8F3D9
(232,243,217)
#F3F9E9
(243,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BD49; }

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

This text font color is #85BD49.

Background Color

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

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

This div background color is #85BD49.

Border color

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

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

This div border color is #85BD49.

Opacity

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

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

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

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

This text has shadow with #85BD49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BD49.

Preview

Color preview on black background

This text has color #85BD49 on black background.


Color preview on white background

This text has color #85BD49 on white background.


Black color preview on #85BD49 background

This text has black color on #85BD49 background.


White color preview on #85BD49 background

This text has white color on #85BD49 background.


Related colors

Complementary color

Complementary color for #hex is #7A42B6.


I love getcolorcode.com

Triadic colors

1 #4985BD and #BD4985 with #85BD49 are triadic colors.

2 #49BD85 and #BD8549 with #85BD49 are triadic colors.