COLOR #84BA11

HEX: #84BA11 RGB: (132,186,17)

Color info

#84BA11 contains mainly red and green colors. Web safe color of #84BA11 is #99CC00 (or #9C0).

RGB color model

#84BA11 color RGB value is (132,186,17).

RGB: (132,186,17) (52%, 73%, 7%)

RGB channels and saturation

R 132 of 255 = 52%
G 186 of 255 = 73%
B 17 of 255 = 7%

132
186
17

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

Portions of RGB colors in percentages

R + G + B = 132 + 186 + 17 = 335 (100%)
R 132 of 335 ~ 39.4%
G 186 of 335 ~ 55.52%
B 17 of 335 ~ 5.07'%

%39.4
%55.52

CMYK color model

#84BA11 color CMYK value is (29,0,91,27).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 90.86%
  • key color value is 27.06%

CMYK: (29,0,91,27)
C29M0Y91K27 (29%, 0%, 91%, 27%)
(0.29 / 0.00 / 0.91 / 0.27)

CMYK percentages

%29.03
%0
%90.86
%27.06

Codes

Color #84BA11 in popluar color models

84 BA 11
RGB 132 186 17
HSL 79° 83.25% 39.80%
HSB/HSV 79° 90.86% 72.94%
CMYK 29.03% 0.00% 90.86%
27.06%

Color #84BA11 in popluar number systems.

HEX 84 BA 11
Decimal 132 186 17
Binary 10000100 10111010 10001
Octal 204 272 21

Shades and tints

Shades of #84BA11

#84BA11
(132,186,17)
#78AA10
(120,170,16)
#6C9A0F
(108,154,15)
#608A0E
(96,138,14)
#547A0D
(84,122,13)
#486A0C
(72,106,12)
#3C5A0B
(60,90,11)
#304A0A
(48,74,10)
#243A09
(36,58,9)
#182A08
(24,42,8)
#0C1A07
(12,26,7)
#000000
(0,0,0)

Tints of #84BA11

#84BA11
(132,186,17)
#8FC026
(143,192,38)
#9AC63B
(154,198,59)
#A5CC50
(165,204,80)
#B0D265
(176,210,101)
#BBD87A
(187,216,122)
#C6DE8F
(198,222,143)
#D1E4A4
(209,228,164)
#DCEAB9
(220,234,185)
#E7F0CE
(231,240,206)
#F2F6E3
(242,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BA11; }

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

This text font color is #84BA11.

Background Color

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

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

This div background color is #84BA11.

Border color

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

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

This div border color is #84BA11.

Opacity

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

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

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

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

This text has shadow with #84BA11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84BA11.

Preview

Color preview on black background

This text has color #84BA11 on black background.


Color preview on white background

This text has color #84BA11 on white background.


Black color preview on #84BA11 background

This text has black color on #84BA11 background.


White color preview on #84BA11 background

This text has white color on #84BA11 background.


Related colors

Complementary color

Complementary color for #hex is #7B45EE.


I love getcolorcode.com

Triadic colors

1 #1184BA and #BA1184 with #84BA11 are triadic colors.

2 #11BA84 and #BA8411 with #84BA11 are triadic colors.