COLOR #84B66F

HEX: #84B66F RGB: (132,182,111)

Color info

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

RGB color model

#84B66F color RGB value is (132,182,111).

RGB: (132,182,111) (52%, 71%, 44%)

RGB channels and saturation

R 132 of 255 = 52%
G 182 of 255 = 71%
B 111 of 255 = 44%

132
182
111

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

Portions of RGB colors in percentages

R + G + B = 132 + 182 + 111 = 425 (100%)
R 132 of 425 ~ 31.06%
G 182 of 425 ~ 42.82%
B 111 of 425 ~ 26.12'%

%31.06
%42.82
%26.12

CMYK color model

#84B66F color CMYK value is (27,0,39,29).

  • cyan value is 27.47%
  • magenta value is 0.00%
  • yellow value is 39.01%
  • key color value is 28.63%

CMYK: (27,0,39,29)
C27M0Y39K29 (27%, 0%, 39%, 29%)
(0.27 / 0.00 / 0.39 / 0.29)

CMYK percentages

%27.47
%0
%39.01
%28.63

Codes

Color #84B66F in popluar color models

84 B6 6F
RGB 132 182 111
HSL 102° 32.72% 57.45%
HSB/HSV 102° 39.01% 71.37%
CMYK 27.47% 0.00% 39.01%
28.63%

Color #84B66F in popluar number systems.

HEX 84 B6 6F
Decimal 132 182 111
Binary 10000100 10110110 1101111
Octal 204 266 157

Shades and tints

Shades of #84B66F

#84B66F
(132,182,111)
#78A665
(120,166,101)
#6C965B
(108,150,91)
#608651
(96,134,81)
#547647
(84,118,71)
#48663D
(72,102,61)
#3C5633
(60,86,51)
#304629
(48,70,41)
#24361F
(36,54,31)
#182615
(24,38,21)
#0C160B
(12,22,11)
#000000
(0,0,0)

Tints of #84B66F

#84B66F
(132,182,111)
#8FBC7C
(143,188,124)
#9AC289
(154,194,137)
#A5C896
(165,200,150)
#B0CEA3
(176,206,163)
#BBD4B0
(187,212,176)
#C6DABD
(198,218,189)
#D1E0CA
(209,224,202)
#DCE6D7
(220,230,215)
#E7ECE4
(231,236,228)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B66F color. Also use rgb(132,182,111) instead hex code.

Text Font Color

.myTextColor { color: #84B66F; }

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

This text font color is #84B66F.

Background Color

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

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

This div background color is #84B66F.

Border color

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

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

This div border color is #84B66F.

Opacity

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

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

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

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

This text has shadow with #84B66F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B66F.

Preview

Color preview on black background

This text has color #84B66F on black background.


Color preview on white background

This text has color #84B66F on white background.


Black color preview on #84B66F background

This text has black color on #84B66F background.


White color preview on #84B66F background

This text has white color on #84B66F background.


Related colors

Complementary color

Complementary color for #hex is #7B4990.


I love getcolorcode.com

Triadic colors

1 #6F84B6 and #B66F84 with #84B66F are triadic colors.

2 #6FB684 and #B6846F with #84B66F are triadic colors.