COLOR #84C192

HEX: #84C192
RGB: (132,193,146)

Color info

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

RGB color model

#84C192 color RGB value is (132,193,146).

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

RGB channels and saturation

R 132 of 255 = 52%
G 193 of 255 = 76%
B 146 of 255 = 57%

132
193
146

R + G + B ~ 62%. #84C192 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 193 + 146 = 471 (100%)
R 132 of 471 ~ 28.03%
G 193 of 471 ~ 40.98%
B 146 of 471 ~ 31%

%28.03
%40.98
%31

CMYK color model

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

  • cyan value is 31.61%
  • magenta value is 0.00%
  • yellow value is 24.35%
  • key color value is 24.31%
CMYK:
(32,0,24,24)
C32M0Y24K24 
(32%,0%,24%,24%)
(0.32/0.00/0.24/0.24)	

CMYK percentages

%31.61
%0
%24.35
%24.31

Codes

Color #84C192 in popluar color models

84C192
RGB132193146
HSL134°32.97%63.73%
HSB/HSV134°31.61%75.69%
CMYK31.61%0.00%24.35%
24.31%

Color #84C192 in popluar number systems.

HEX84C192
Decimal132193146
Binary100001001100000110010010
Octal204301222

Shades and tints

Shades of #84C192

#84C192
(132,193,146)
#78B085
(120,176,133)
#6C9F78
(108,159,120)
#608E6B
(96,142,107)
#547D5E
(84,125,94)
#486C51
(72,108,81)
#3C5B44
(60,91,68)
#304A37
(48,74,55)
#24392A
(36,57,42)
#18281D
(24,40,29)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #84C192

#84C192
(132,193,146)
#8FC69B
(143,198,155)
#9ACBA4
(154,203,164)
#A5D0AD
(165,208,173)
#B0D5B6
(176,213,182)
#BBDABF
(187,218,191)
#C6DFC8
(198,223,200)
#D1E4D1
(209,228,209)
#DCE9DA
(220,233,218)
#E7EEE3
(231,238,227)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C192; }

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

This text font color is #84C192.


Background Color

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

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

This div background color is #84C192.


Border color

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

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

This div border color is #84C192.


Opacity

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

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

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

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

This text has shadow with #84C192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C192 on black background.


Color preview on white background

This text has color #84C192 on white background.



Black color preview on #84C192 background

This text has black color on #84C192 background.


White color preview on #84C192 background

This text has white color on #84C192 background.