COLOR #84B95D

HEX: #84B95D
RGB: (132,185,93)

Color info

#84B95D contains mainly red and green colors. Web safe color of #84B95D is #99CC66 (or #9C6).

RGB color model

#84B95D color RGB value is (132,185,93).

  • red value is 132;
  • green value is 185;
  • blue value is 93.
RGB:
(132,185,93)
(52%,73%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 185 of 255 = 73%
B 93 of 255 = 36%

132
185
93

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

Portions of RGB colors in percentages

R + G + B =
132 + 185 + 93 = 410 (100%)
R 132 of 410 ~ 32.2%
G 185 of 410 ~ 45.12%
B 93 of 410 ~ 22.68%

%32.2
%45.12
%22.68

CMYK color model

#84B95D color CMYK value is (29,0,50,27).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 49.73%
  • key color value is 27.45%
CMYK:
(29,0,50,27)
C29M0Y50K27 
(29%,0%,50%,27%)
(0.29/0.00/0.50/0.27)	

CMYK percentages

%28.65
%0
%49.73
%27.45

Codes

Color #84B95D in popluar color models

84B95D
RGB13218593
HSL95°39.66%54.51%
HSB/HSV95°49.73%72.55%
CMYK28.65%0.00%49.73%
27.45%

Color #84B95D in popluar number systems.

HEX84B95D
Decimal13218593
Binary10000100101110011011101
Octal204271135

Shades and tints

Shades of #84B95D

#84B95D
(132,185,93)
#78A955
(120,169,85)
#6C994D
(108,153,77)
#608945
(96,137,69)
#54793D
(84,121,61)
#486935
(72,105,53)
#3C592D
(60,89,45)
#304925
(48,73,37)
#24391D
(36,57,29)
#182915
(24,41,21)
#0C190D
(12,25,13)
#000000
(0,0,0)

Tints of #84B95D

#84B95D
(132,185,93)
#8FBF6B
(143,191,107)
#9AC579
(154,197,121)
#A5CB87
(165,203,135)
#B0D195
(176,209,149)
#BBD7A3
(187,215,163)
#C6DDB1
(198,221,177)
#D1E3BF
(209,227,191)
#DCE9CD
(220,233,205)
#E7EFDB
(231,239,219)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B95D color. Also use rgb(132,185,93) instead hex code.

Text Font Color

.myTextColor { color: #84B95D; }

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

This text font color is #84B95D.


Background Color

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

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

This div background color is #84B95D.


Border color

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

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

This div border color is #84B95D.


Opacity

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

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

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

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

This text has shadow with #84B95D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B95D on black background.


Color preview on white background

This text has color #84B95D on white background.



Black color preview on #84B95D background

This text has black color on #84B95D background.


White color preview on #84B95D background

This text has white color on #84B95D background.