COLOR #85BB39

HEX: #85BB39 RGB: (133,187,57)

Color info

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

RGB color model

#85BB39 color RGB value is (133,187,57).

RGB: (133,187,57) (52%, 73%, 22%)

RGB channels and saturation

R 133 of 255 = 52%
G 187 of 255 = 73%
B 57 of 255 = 22%

133
187
57

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

Portions of RGB colors in percentages

R + G + B = 133 + 187 + 57 = 377 (100%)
R 133 of 377 ~ 35.28%
G 187 of 377 ~ 49.6%
B 57 of 377 ~ 15.12'%

%35.28
%49.6
%15.12

CMYK color model

#85BB39 color CMYK value is (29,0,70,27).

  • cyan value is 28.88%
  • magenta value is 0.00%
  • yellow value is 69.52%
  • key color value is 26.67%
CMYK: (29,0,70,27) C29M0Y70K27 (29%,0%,70%,27%) (0.29/0.00/0.70/0.27) 

CMYK percentages

%28.88
%0
%69.52
%26.67

Codes

Color #85BB39 in popluar color models

85 BB 39
RGB 133 187 57
HSL 85° 53.28% 47.84%
HSB/HSV 85° 69.52% 73.33%
CMYK 28.88% 0.00% 69.52%
26.67%

Color #85BB39 in popluar number systems.

HEX 85 BB 39
Decimal 133 187 57
Binary 10000101 10111011 111001
Octal 205 273 71

Shades and tints

Shades of #85BB39

#85BB39
(133,187,57)
#79AA34
(121,170,52)
#6D992F
(109,153,47)
#61882A
(97,136,42)
#557725
(85,119,37)
#496620
(73,102,32)
#3D551B
(61,85,27)
#314416
(49,68,22)
#253311
(37,51,17)
#19220C
(25,34,12)
#0D1107
(13,17,7)
#000000
(0,0,0)

Tints of #85BB39

#85BB39
(133,187,57)
#90C14B
(144,193,75)
#9BC75D
(155,199,93)
#A6CD6F
(166,205,111)
#B1D381
(177,211,129)
#BCD993
(188,217,147)
#C7DFA5
(199,223,165)
#D2E5B7
(210,229,183)
#DDEBC9
(221,235,201)
#E8F1DB
(232,241,219)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BB39 color. Also use rgb(133,187,57) instead hex code.

Text Font Color

.myTextColor { color: #85BB39; }

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

This text font color is #85BB39.

Background Color

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

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

This div background color is #85BB39.

Border color

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

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

This div border color is #85BB39.

Opacity

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

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

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

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

This text has shadow with #85BB39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BB39.

Preview

Color preview on black background

This text has color #85BB39 on black background.


Color preview on white background

This text has color #85BB39 on white background.


Black color preview on #85BB39 background

This text has black color on #85BB39 background.


White color preview on #85BB39 background

This text has white color on #85BB39 background.


Related colors

Complementary color

Complementary color for #hex is #7A44C6.


I love getcolorcode.com

Triadic colors

1 #3985BB and #BB3985 with #85BB39 are triadic colors.

2 #39BB85 and #BB8539 with #85BB39 are triadic colors.