COLOR #84BA1C

HEX: #84BA1C
RGB: (132,186,28)

Color info

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

RGB color model

#84BA1C color RGB value is (132,186,28).

  • red value is 132;
  • green value is 186;
  • blue value is 28.
RGB:
(132,186,28)
(52%,73%,11%)

RGB channels and saturation

R 132 of 255 = 52%
G 186 of 255 = 73%
B 28 of 255 = 11%

132
186
28

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

Portions of RGB colors in percentages

R + G + B =
132 + 186 + 28 = 346 (100%)
R 132 of 346 ~ 38.15%
G 186 of 346 ~ 53.76%
B 28 of 346 ~ 8.09%

%38.15
%53.76

CMYK color model

#84BA1C color CMYK value is (29,0,85,27).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 84.95%
  • key color value is 27.06%
CMYK:
(29,0,85,27)
C29M0Y85K27 
(29%,0%,85%,27%)
(0.29/0.00/0.85/0.27)	

CMYK percentages

%29.03
%0
%84.95
%27.06

Codes

Color #84BA1C in popluar color models

84BA1C
RGB13218628
HSL81°73.83%41.96%
HSB/HSV81°84.95%72.94%
CMYK29.03%0.00%84.95%
27.06%

Color #84BA1C in popluar number systems.

HEX84BA1C
Decimal13218628
Binary100001001011101011100
Octal20427234

Shades and tints

Shades of #84BA1C

#84BA1C
(132,186,28)
#78AA1A
(120,170,26)
#6C9A18
(108,154,24)
#608A16
(96,138,22)
#547A14
(84,122,20)
#486A12
(72,106,18)
#3C5A10
(60,90,16)
#304A0E
(48,74,14)
#243A0C
(36,58,12)
#182A0A
(24,42,10)
#0C1A08
(12,26,8)
#000000
(0,0,0)

Tints of #84BA1C

#84BA1C
(132,186,28)
#8FC030
(143,192,48)
#9AC644
(154,198,68)
#A5CC58
(165,204,88)
#B0D26C
(176,210,108)
#BBD880
(187,216,128)
#C6DE94
(198,222,148)
#D1E4A8
(209,228,168)
#DCEABC
(220,234,188)
#E7F0D0
(231,240,208)
#F2F6E4
(242,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84BA1C color. Also use rgb(132,186,28) instead hex code.

Text Font Color

.myTextColor { color: #84BA1C; }

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

This text font color is #84BA1C.


Background Color

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

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

This div background color is #84BA1C.


Border color

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

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

This div border color is #84BA1C.


Opacity

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

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

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

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

This text has shadow with #84BA1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BA1C on black background.


Color preview on white background

This text has color #84BA1C on white background.



Black color preview on #84BA1C background

This text has black color on #84BA1C background.


White color preview on #84BA1C background

This text has white color on #84BA1C background.