COLOR #84C167

HEX: #84C167 RGB: (132,193,103)

Color info

#84C167 contains mainly green color. Web safe color of #84C167 is #99CC66 (or #9C6).

RGB color model

#84C167 color RGB value is (132,193,103).

RGB: (132,193,103) (52%, 76%, 40%)

RGB channels and saturation

R 132 of 255 = 52%
G 193 of 255 = 76%
B 103 of 255 = 40%

132
193
103

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

Portions of RGB colors in percentages

R + G + B = 132 + 193 + 103 = 428 (100%)
R 132 of 428 ~ 30.84%
G 193 of 428 ~ 45.09%
B 103 of 428 ~ 24.07'%

%30.84
%45.09
%24.07

CMYK color model

#84C167 color CMYK value is (32,0,47,24).

  • cyan value is 31.61%
  • magenta value is 0.00%
  • yellow value is 46.63%
  • key color value is 24.31%

CMYK: (32,0,47,24)
C32M0Y47K24 (32%, 0%, 47%, 24%)
(0.32 / 0.00 / 0.47 / 0.24)

CMYK percentages

%31.61
%0
%46.63
%24.31

Codes

Color #84C167 in popluar color models

84 C1 67
RGB 132 193 103
HSL 101° 42.06% 58.04%
HSB/HSV 101° 46.63% 75.69%
CMYK 31.61% 0.00% 46.63%
24.31%

Color #84C167 in popluar number systems.

HEX 84 C1 67
Decimal 132 193 103
Binary 10000100 11000001 1100111
Octal 204 301 147

Shades and tints

Shades of #84C167

#84C167
(132,193,103)
#78B05E
(120,176,94)
#6C9F55
(108,159,85)
#608E4C
(96,142,76)
#547D43
(84,125,67)
#486C3A
(72,108,58)
#3C5B31
(60,91,49)
#304A28
(48,74,40)
#24391F
(36,57,31)
#182816
(24,40,22)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #84C167

#84C167
(132,193,103)
#8FC674
(143,198,116)
#9ACB81
(154,203,129)
#A5D08E
(165,208,142)
#B0D59B
(176,213,155)
#BBDAA8
(187,218,168)
#C6DFB5
(198,223,181)
#D1E4C2
(209,228,194)
#DCE9CF
(220,233,207)
#E7EEDC
(231,238,220)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C167 color. Also use rgb(132,193,103) instead hex code.

Text Font Color

.myTextColor { color: #84C167; }

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

This text font color is #84C167.

Background Color

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

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

This div background color is #84C167.

Border color

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

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

This div border color is #84C167.

Opacity

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

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

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

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

This text has shadow with #84C167 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C167.

Preview

Color preview on black background

This text has color #84C167 on black background.


Color preview on white background

This text has color #84C167 on white background.


Black color preview on #84C167 background

This text has black color on #84C167 background.


White color preview on #84C167 background

This text has white color on #84C167 background.


Related colors

Complementary color

Complementary color for #hex is #7B3E98.


I love getcolorcode.com

Triadic colors

1 #6784C1 and #C16784 with #84C167 are triadic colors.

2 #67C184 and #C18467 with #84C167 are triadic colors.