COLOR #85BC2F

HEX: #85BC2F RGB: (133,188,47)

Color info

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

RGB color model

#85BC2F color RGB value is (133,188,47).

RGB: (133,188,47) (52%, 74%, 18%)

RGB channels and saturation

R 133 of 255 = 52%
G 188 of 255 = 74%
B 47 of 255 = 18%

133
188
47

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

Portions of RGB colors in percentages

R + G + B = 133 + 188 + 47 = 368 (100%)
R 133 of 368 ~ 36.14%
G 188 of 368 ~ 51.09%
B 47 of 368 ~ 12.77'%

%36.14
%51.09
%12.77

CMYK color model

#85BC2F color CMYK value is (29,0,75,26).

  • cyan value is 29.26%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 26.27%

CMYK: (29,0,75,26)
C29M0Y75K26 (29%, 0%, 75%, 26%)
(0.29 / 0.00 / 0.75 / 0.26)

CMYK percentages

%29.26
%0
%75
%26.27

Codes

Color #85BC2F in popluar color models

85 BC 2F
RGB 133 188 47
HSL 83° 60.00% 46.08%
HSB/HSV 83° 75.00% 73.73%
CMYK 29.26% 0.00% 75.00%
26.27%

Color #85BC2F in popluar number systems.

HEX 85 BC 2F
Decimal 133 188 47
Binary 10000101 10111100 101111
Octal 205 274 57

Shades and tints

Shades of #85BC2F

#85BC2F
(133,188,47)
#79AB2B
(121,171,43)
#6D9A27
(109,154,39)
#618923
(97,137,35)
#55781F
(85,120,31)
#49671B
(73,103,27)
#3D5617
(61,86,23)
#314513
(49,69,19)
#25340F
(37,52,15)
#19230B
(25,35,11)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #85BC2F

#85BC2F
(133,188,47)
#90C241
(144,194,65)
#9BC853
(155,200,83)
#A6CE65
(166,206,101)
#B1D477
(177,212,119)
#BCDA89
(188,218,137)
#C7E09B
(199,224,155)
#D2E6AD
(210,230,173)
#DDECBF
(221,236,191)
#E8F2D1
(232,242,209)
#F3F8E3
(243,248,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BC2F color. Also use rgb(133,188,47) instead hex code.

Text Font Color

.myTextColor { color: #85BC2F; }

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

This text font color is #85BC2F.

Background Color

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

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

This div background color is #85BC2F.

Border color

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

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

This div border color is #85BC2F.

Opacity

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

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

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

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

This text has shadow with #85BC2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BC2F.

Preview

Color preview on black background

This text has color #85BC2F on black background.


Color preview on white background

This text has color #85BC2F on white background.


Black color preview on #85BC2F background

This text has black color on #85BC2F background.


White color preview on #85BC2F background

This text has white color on #85BC2F background.


Related colors

Complementary color

Complementary color for #hex is #7A43D0.


I love getcolorcode.com

Triadic colors

1 #2F85BC and #BC2F85 with #85BC2F are triadic colors.

2 #2FBC85 and #BC852F with #85BC2F are triadic colors.