COLOR #83BC68

HEX: #83BC68 RGB: (131,188,104)

Color info

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

RGB color model

#83BC68 color RGB value is (131,188,104).

RGB: (131,188,104) (51%, 74%, 41%)

RGB channels and saturation

R 131 of 255 = 51%
G 188 of 255 = 74%
B 104 of 255 = 41%

131
188
104

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

Portions of RGB colors in percentages

R + G + B = 131 + 188 + 104 = 423 (100%)
R 131 of 423 ~ 30.97%
G 188 of 423 ~ 44.44%
B 104 of 423 ~ 24.59'%

%30.97
%44.44
%24.59

CMYK color model

#83BC68 color CMYK value is (30,0,45,26).

  • cyan value is 30.32%
  • magenta value is 0.00%
  • yellow value is 44.68%
  • key color value is 26.27%

CMYK: (30,0,45,26)
C30M0Y45K26 (30%, 0%, 45%, 26%)
(0.30 / 0.00 / 0.45 / 0.26)

CMYK percentages

%30.32
%0
%44.68
%26.27

Codes

Color #83BC68 in popluar color models

83 BC 68
RGB 131 188 104
HSL 101° 38.53% 57.25%
HSB/HSV 101° 44.68% 73.73%
CMYK 30.32% 0.00% 44.68%
26.27%

Color #83BC68 in popluar number systems.

HEX 83 BC 68
Decimal 131 188 104
Binary 10000011 10111100 1101000
Octal 203 274 150

Shades and tints

Shades of #83BC68

#83BC68
(131,188,104)
#78AB5F
(120,171,95)
#6D9A56
(109,154,86)
#62894D
(98,137,77)
#577844
(87,120,68)
#4C673B
(76,103,59)
#415632
(65,86,50)
#364529
(54,69,41)
#2B3420
(43,52,32)
#202317
(32,35,23)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #83BC68

#83BC68
(131,188,104)
#8EC275
(142,194,117)
#99C882
(153,200,130)
#A4CE8F
(164,206,143)
#AFD49C
(175,212,156)
#BADAA9
(186,218,169)
#C5E0B6
(197,224,182)
#D0E6C3
(208,230,195)
#DBECD0
(219,236,208)
#E6F2DD
(230,242,221)
#F1F8EA
(241,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BC68; }

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

This text font color is #83BC68.

Background Color

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

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

This div background color is #83BC68.

Border color

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

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

This div border color is #83BC68.

Opacity

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

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

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

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

This text has shadow with #83BC68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83BC68.

Preview

Color preview on black background

This text has color #83BC68 on black background.


Color preview on white background

This text has color #83BC68 on white background.


Black color preview on #83BC68 background

This text has black color on #83BC68 background.


White color preview on #83BC68 background

This text has white color on #83BC68 background.


Related colors

Complementary color

Complementary color for #hex is #7C4397.


I love getcolorcode.com

Triadic colors

1 #6883BC and #BC6883 with #83BC68 are triadic colors.

2 #68BC83 and #BC8368 with #83BC68 are triadic colors.