COLOR #84B55D

HEX: #84B55D
RGB: (132,181,93)

Color info

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

RGB color model

#84B55D color RGB value is (132,181,93).

  • red value is 132;
  • green value is 181;
  • blue value is 93.
RGB:
(132,181,93)
(52%,71%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 181 of 255 = 71%
B 93 of 255 = 36%

132
181
93

R + G + B ~ 53%. #84B55D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 181 + 93 = 406 (100%)
R 132 of 406 ~ 32.51%
G 181 of 406 ~ 44.58%
B 93 of 406 ~ 22.91%

%32.51
%44.58
%22.91

CMYK color model

#84B55D color CMYK value is (27,0,49,29).

  • cyan value is 27.07%
  • magenta value is 0.00%
  • yellow value is 48.62%
  • key color value is 29.02%
CMYK:
(27,0,49,29)
C27M0Y49K29 
(27%,0%,49%,29%)
(0.27/0.00/0.49/0.29)	

CMYK percentages

%27.07
%0
%48.62
%29.02

Codes

Color #84B55D in popluar color models

84B55D
RGB13218193
HSL93°37.29%53.73%
HSB/HSV93°48.62%70.98%
CMYK27.07%0.00%48.62%
29.02%

Color #84B55D in popluar number systems.

HEX84B55D
Decimal13218193
Binary10000100101101011011101
Octal204265135

Shades and tints

Shades of #84B55D

#84B55D
(132,181,93)
#78A555
(120,165,85)
#6C954D
(108,149,77)
#608545
(96,133,69)
#54753D
(84,117,61)
#486535
(72,101,53)
#3C552D
(60,85,45)
#304525
(48,69,37)
#24351D
(36,53,29)
#182515
(24,37,21)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #84B55D

#84B55D
(132,181,93)
#8FBB6B
(143,187,107)
#9AC179
(154,193,121)
#A5C787
(165,199,135)
#B0CD95
(176,205,149)
#BBD3A3
(187,211,163)
#C6D9B1
(198,217,177)
#D1DFBF
(209,223,191)
#DCE5CD
(220,229,205)
#E7EBDB
(231,235,219)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B55D color. Also use rgb(132,181,93) instead hex code.

Text Font Color

.myTextColor { color: #84B55D; }

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

This text font color is #84B55D.


Background Color

.myBgColor { background-color: #84B55D; }

<div style="background-color:#84B55D">Inner text</div>

This div background color is #84B55D.


Border color

.myBorderColor { border: 1px solid #84B55D; }

<div style="border:3px solid #84B55D">Div</div>

This div border color is #84B55D.


Opacity

.myOpacity80 { color: #84B55D; opacity: 0.8; }

<p style="color:#84B55D;opacity:0.8;">80%</p>

Text with #84B55D 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 #84B55D;}

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

This text has shadow with #84B55D color.

.textShadow {text-shadow: 3px 3px 1px #84B55D, 3px 3px 1px red;}

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

This text has shadow with #84B55D primary color and red secondary color.


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

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

This text has shadow with #84B55D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84B55D;
-webkit-box-shadow: 1px 1px 3px 2px #84B55D;
box-shadow:1px 1px 3px 2px #84B55D;">
Div content here</div>
This div box has shadow with color #84B55D.

Preview

Color preview on black background

This text has color #84B55D on black background.


Color preview on white background

This text has color #84B55D on white background.



Black color preview on #84B55D background

This text has black color on #84B55D background.


White color preview on #84B55D background

This text has white color on #84B55D background.