COLOR #84C189

HEX: #84C189
RGB: (132,193,137)

Color info

#84C189 contains mainly green and blue colors. Web safe color of #84C189 is #99CC99 (or #9C9).

RGB color model

#84C189 color RGB value is (132,193,137).

  • red value is 132;
  • green value is 193;
  • blue value is 137.
RGB:
(132,193,137)
(52%,76%,54%)

RGB channels and saturation

R 132 of 255 = 52%
G 193 of 255 = 76%
B 137 of 255 = 54%

132
193
137

R + G + B ~ 61%. #84C189 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 193 + 137 = 462 (100%)
R 132 of 462 ~ 28.57%
G 193 of 462 ~ 41.77%
B 137 of 462 ~ 29.65%

%28.57
%41.77
%29.65

CMYK color model

#84C189 color CMYK value is (32,0,29,24).

  • cyan value is 31.61%
  • magenta value is 0.00%
  • yellow value is 29.02%
  • key color value is 24.31%
CMYK:
(32,0,29,24)
C32M0Y29K24 
(32%,0%,29%,24%)
(0.32/0.00/0.29/0.24)	

CMYK percentages

%31.61
%0
%29.02
%24.31

Codes

Color #84C189 in popluar color models

84C189
RGB132193137
HSL125°32.97%63.73%
HSB/HSV125°31.61%75.69%
CMYK31.61%0.00%29.02%
24.31%

Color #84C189 in popluar number systems.

HEX84C189
Decimal132193137
Binary100001001100000110001001
Octal204301211

Shades and tints

Shades of #84C189

#84C189
(132,193,137)
#78B07D
(120,176,125)
#6C9F71
(108,159,113)
#608E65
(96,142,101)
#547D59
(84,125,89)
#486C4D
(72,108,77)
#3C5B41
(60,91,65)
#304A35
(48,74,53)
#243929
(36,57,41)
#18281D
(24,40,29)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #84C189

#84C189
(132,193,137)
#8FC693
(143,198,147)
#9ACB9D
(154,203,157)
#A5D0A7
(165,208,167)
#B0D5B1
(176,213,177)
#BBDABB
(187,218,187)
#C6DFC5
(198,223,197)
#D1E4CF
(209,228,207)
#DCE9D9
(220,233,217)
#E7EEE3
(231,238,227)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C189; }

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

This text font color is #84C189.


Background Color

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

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

This div background color is #84C189.


Border color

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

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

This div border color is #84C189.


Opacity

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

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

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

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

This text has shadow with #84C189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C189 on black background.


Color preview on white background

This text has color #84C189 on white background.



Black color preview on #84C189 background

This text has black color on #84C189 background.


White color preview on #84C189 background

This text has white color on #84C189 background.