COLOR #84B249

HEX: #84B249
RGB: (132,178,73)

Color info

#84B249 contains mainly red and green colors. Web safe color of #84B249 is #999933 (or #993).

RGB color model

#84B249 color RGB value is (132,178,73).

  • red value is 132;
  • green value is 178;
  • blue value is 73.
RGB:
(132,178,73)
(52%,70%,29%)

RGB channels and saturation

R 132 of 255 = 52%
G 178 of 255 = 70%
B 73 of 255 = 29%

132
178
73

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

Portions of RGB colors in percentages

R + G + B =
132 + 178 + 73 = 383 (100%)
R 132 of 383 ~ 34.46%
G 178 of 383 ~ 46.48%
B 73 of 383 ~ 19.06%

%34.46
%46.48
%19.06

CMYK color model

#84B249 color CMYK value is (26,0,59,30).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 58.99%
  • key color value is 30.20%
CMYK:
(26,0,59,30)
C26M0Y59K30 
(26%,0%,59%,30%)
(0.26/0.00/0.59/0.30)	

CMYK percentages

%25.84
%0
%58.99
%30.2

Codes

Color #84B249 in popluar color models

84B249
RGB13217873
HSL86°41.83%49.22%
HSB/HSV86°58.99%69.80%
CMYK25.84%0.00%58.99%
30.20%

Color #84B249 in popluar number systems.

HEX84B249
Decimal13217873
Binary10000100101100101001001
Octal204262111

Shades and tints

Shades of #84B249

#84B249
(132,178,73)
#78A243
(120,162,67)
#6C923D
(108,146,61)
#608237
(96,130,55)
#547231
(84,114,49)
#48622B
(72,98,43)
#3C5225
(60,82,37)
#30421F
(48,66,31)
#243219
(36,50,25)
#182213
(24,34,19)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #84B249

#84B249
(132,178,73)
#8FB959
(143,185,89)
#9AC069
(154,192,105)
#A5C779
(165,199,121)
#B0CE89
(176,206,137)
#BBD599
(187,213,153)
#C6DCA9
(198,220,169)
#D1E3B9
(209,227,185)
#DCEAC9
(220,234,201)
#E7F1D9
(231,241,217)
#F2F8E9
(242,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B249 color. Also use rgb(132,178,73) instead hex code.

Text Font Color

.myTextColor { color: #84B249; }

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

This text font color is #84B249.


Background Color

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

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

This div background color is #84B249.


Border color

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

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

This div border color is #84B249.


Opacity

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

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

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

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

This text has shadow with #84B249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B249 on black background.


Color preview on white background

This text has color #84B249 on white background.



Black color preview on #84B249 background

This text has black color on #84B249 background.


White color preview on #84B249 background

This text has white color on #84B249 background.