COLOR #84B22D

HEX: #84B22D
RGB: (132,178,45)

Color info

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

RGB color model

#84B22D color RGB value is (132,178,45).

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

RGB channels and saturation

R 132 of 255 = 52%
G 178 of 255 = 70%
B 45 of 255 = 18%

132
178
45

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

Portions of RGB colors in percentages

R + G + B =
132 + 178 + 45 = 355 (100%)
R 132 of 355 ~ 37.18%
G 178 of 355 ~ 50.14%
B 45 of 355 ~ 12.68%

%37.18
%50.14
%12.68

CMYK color model

#84B22D color CMYK value is (26,0,75,30).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 74.72%
  • key color value is 30.20%
CMYK:
(26,0,75,30)
C26M0Y75K30 
(26%,0%,75%,30%)
(0.26/0.00/0.75/0.30)	

CMYK percentages

%25.84
%0
%74.72
%30.2

Codes

Color #84B22D in popluar color models

84B22D
RGB13217845
HSL81°59.64%43.73%
HSB/HSV81°74.72%69.80%
CMYK25.84%0.00%74.72%
30.20%

Color #84B22D in popluar number systems.

HEX84B22D
Decimal13217845
Binary1000010010110010101101
Octal20426255

Shades and tints

Shades of #84B22D

#84B22D
(132,178,45)
#78A229
(120,162,41)
#6C9225
(108,146,37)
#608221
(96,130,33)
#54721D
(84,114,29)
#486219
(72,98,25)
#3C5215
(60,82,21)
#304211
(48,66,17)
#24320D
(36,50,13)
#182209
(24,34,9)
#0C1205
(12,18,5)
#000000
(0,0,0)

Tints of #84B22D

#84B22D
(132,178,45)
#8FB940
(143,185,64)
#9AC053
(154,192,83)
#A5C766
(165,199,102)
#B0CE79
(176,206,121)
#BBD58C
(187,213,140)
#C6DC9F
(198,220,159)
#D1E3B2
(209,227,178)
#DCEAC5
(220,234,197)
#E7F1D8
(231,241,216)
#F2F8EB
(242,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B22D; }

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

This text font color is #84B22D.


Background Color

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

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

This div background color is #84B22D.


Border color

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

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

This div border color is #84B22D.


Opacity

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

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

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

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

This text has shadow with #84B22D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B22D on black background.


Color preview on white background

This text has color #84B22D on white background.



Black color preview on #84B22D background

This text has black color on #84B22D background.


White color preview on #84B22D background

This text has white color on #84B22D background.