COLOR #83BA83

HEX: #83BA83 RGB: (131,186,131)

Color info

#83BA83 contains red, green and blue colors in about the same proportion. Web safe color of #83BA83 is #99CC99 (or #9C9).

RGB color model

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

RGB: (131,186,131) (51%, 73%, 51%)

RGB channels and saturation

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

131
186
131

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

Portions of RGB colors in percentages

R + G + B = 131 + 186 + 131 = 448 (100%)
R 131 of 448 ~ 29.24%
G 186 of 448 ~ 41.52%
B 131 of 448 ~ 29.24'%

%29.24
%41.52
%29.24

CMYK color model

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

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

CMYK percentages

%29.57
%0
%29.57
%27.06

Codes

Color #83BA83 in popluar color models

83 BA 83
RGB 131 186 131
HSL 120° 28.50% 62.16%
HSB/HSV 120° 29.57% 72.94%
CMYK 29.57% 0.00% 29.57%
27.06%

Color #83BA83 in popluar number systems.

HEX 83 BA 83
Decimal 131 186 131
Binary 10000011 10111010 10000011
Octal 203 272 203

Shades and tints

Shades of #83BA83

#83BA83
(131,186,131)
#78AA78
(120,170,120)
#6D9A6D
(109,154,109)
#628A62
(98,138,98)
#577A57
(87,122,87)
#4C6A4C
(76,106,76)
#415A41
(65,90,65)
#364A36
(54,74,54)
#2B3A2B
(43,58,43)
#202A20
(32,42,32)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #83BA83

#83BA83
(131,186,131)
#8EC08E
(142,192,142)
#99C699
(153,198,153)
#A4CCA4
(164,204,164)
#AFD2AF
(175,210,175)
#BAD8BA
(186,216,186)
#C5DEC5
(197,222,197)
#D0E4D0
(208,228,208)
#DBEADB
(219,234,219)
#E6F0E6
(230,240,230)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BA83; }

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

This text font color is #83BA83.

Background Color

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

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

This div background color is #83BA83.

Border color

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

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

This div border color is #83BA83.

Opacity

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

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

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

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

This text has shadow with #83BA83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83BA83.

Preview

Color preview on black background

This text has color #83BA83 on black background.


Color preview on white background

This text has color #83BA83 on white background.


Black color preview on #83BA83 background

This text has black color on #83BA83 background.


White color preview on #83BA83 background

This text has white color on #83BA83 background.


Related colors

Complementary color

Complementary color for #hex is #7C457C.


I love getcolorcode.com

Triadic colors

1 #8383BA and #BA8383 with #83BA83 are triadic colors.

2 #83BA83 and #BA8383 with #83BA83 are triadic colors.