COLOR #83BA5D

HEX: #83BA5D
RGB: (131,186,93)

Color info

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

RGB color model

#83BA5D color RGB value is (131,186,93).

  • red value is 131;
  • green value is 186;
  • blue value is 93.
RGB:
(131,186,93)
(51%,73%,36%)

RGB channels and saturation

R 131 of 255 = 51%
G 186 of 255 = 73%
B 93 of 255 = 36%

131
186
93

R + G + B ~ 53%. #83BA5D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 186 + 93 = 410 (100%)
R 131 of 410 ~ 31.95%
G 186 of 410 ~ 45.37%
B 93 of 410 ~ 22.68%

%31.95
%45.37
%22.68

CMYK color model

#83BA5D color CMYK value is (30,0,50,27).

  • cyan value is 29.57%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 27.06%
CMYK:
(30,0,50,27)
C30M0Y50K27 
(30%,0%,50%,27%)
(0.30/0.00/0.50/0.27)	

CMYK percentages

%29.57
%0
%50
%27.06

Codes

Color #83BA5D in popluar color models

83BA5D
RGB13118693
HSL95°40.26%54.71%
HSB/HSV95°50.00%72.94%
CMYK29.57%0.00%50.00%
27.06%

Color #83BA5D in popluar number systems.

HEX83BA5D
Decimal13118693
Binary10000011101110101011101
Octal203272135

Shades and tints

Shades of #83BA5D

#83BA5D
(131,186,93)
#78AA55
(120,170,85)
#6D9A4D
(109,154,77)
#628A45
(98,138,69)
#577A3D
(87,122,61)
#4C6A35
(76,106,53)
#415A2D
(65,90,45)
#364A25
(54,74,37)
#2B3A1D
(43,58,29)
#202A15
(32,42,21)
#151A0D
(21,26,13)
#000000
(0,0,0)

Tints of #83BA5D

#83BA5D
(131,186,93)
#8EC06B
(142,192,107)
#99C679
(153,198,121)
#A4CC87
(164,204,135)
#AFD295
(175,210,149)
#BAD8A3
(186,216,163)
#C5DEB1
(197,222,177)
#D0E4BF
(208,228,191)
#DBEACD
(219,234,205)
#E6F0DB
(230,240,219)
#F1F6E9
(241,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BA5D color. Also use rgb(131,186,93) instead hex code.

Text Font Color

.myTextColor { color: #83BA5D; }

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

This text font color is #83BA5D.


Background Color

.myBgColor { background-color: #83BA5D; }

<div style="background-color:#83BA5D">Inner text</div>

This div background color is #83BA5D.


Border color

.myBorderColor { border: 1px solid #83BA5D; }

<div style="border:3px solid #83BA5D">Div</div>

This div border color is #83BA5D.


Opacity

.myOpacity80 { color: #83BA5D; opacity: 0.8; }

<p style="color:#83BA5D;opacity:0.8;">80%</p>

Text with #83BA5D 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 #83BA5D;}

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

This text has shadow with #83BA5D color.

.textShadow {text-shadow: 3px 3px 1px #83BA5D, 3px 3px 1px red;}

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

This text has shadow with #83BA5D primary color and red secondary color.


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

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

This text has shadow with #83BA5D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BA5D on black background.


Color preview on white background

This text has color #83BA5D on white background.



Black color preview on #83BA5D background

This text has black color on #83BA5D background.


White color preview on #83BA5D background

This text has white color on #83BA5D background.