COLOR #83B855

HEX: #83B855 RGB: (131,184,85)

Color info

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

RGB color model

#83B855 color RGB value is (131,184,85).

RGB: (131,184,85) (51%, 72%, 33%)

RGB channels and saturation

R 131 of 255 = 51%
G 184 of 255 = 72%
B 85 of 255 = 33%

131
184
85

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

Portions of RGB colors in percentages

R + G + B = 131 + 184 + 85 = 400 (100%)
R 131 of 400 ~ 32.75%
G 184 of 400 ~ 46%
B 85 of 400 ~ 21.25'%

%32.75
%46
%21.25

CMYK color model

#83B855 color CMYK value is (29,0,54,28).

  • cyan value is 28.80%
  • magenta value is 0.00%
  • yellow value is 53.80%
  • key color value is 27.84%

CMYK: (29,0,54,28)
C29M0Y54K28 (29%, 0%, 54%, 28%)
(0.29 / 0.00 / 0.54 / 0.28)

CMYK percentages

%28.8
%0
%53.8
%27.84

Codes

Color #83B855 in popluar color models

83 B8 55
RGB 131 184 85
HSL 92° 41.08% 52.75%
HSB/HSV 92° 53.80% 72.16%
CMYK 28.80% 0.00% 53.80%
27.84%

Color #83B855 in popluar number systems.

HEX 83 B8 55
Decimal 131 184 85
Binary 10000011 10111000 1010101
Octal 203 270 125

Shades and tints

Shades of #83B855

#83B855
(131,184,85)
#78A84E
(120,168,78)
#6D9847
(109,152,71)
#628840
(98,136,64)
#577839
(87,120,57)
#4C6832
(76,104,50)
#41582B
(65,88,43)
#364824
(54,72,36)
#2B381D
(43,56,29)
#202816
(32,40,22)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #83B855

#83B855
(131,184,85)
#8EBE64
(142,190,100)
#99C473
(153,196,115)
#A4CA82
(164,202,130)
#AFD091
(175,208,145)
#BAD6A0
(186,214,160)
#C5DCAF
(197,220,175)
#D0E2BE
(208,226,190)
#DBE8CD
(219,232,205)
#E6EEDC
(230,238,220)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B855; }

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

This text font color is #83B855.

Background Color

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

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

This div background color is #83B855.

Border color

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

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

This div border color is #83B855.

Opacity

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

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

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

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

This text has shadow with #83B855 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B855.

Preview

Color preview on black background

This text has color #83B855 on black background.


Color preview on white background

This text has color #83B855 on white background.


Black color preview on #83B855 background

This text has black color on #83B855 background.


White color preview on #83B855 background

This text has white color on #83B855 background.


Related colors

Complementary color

Complementary color for #hex is #7C47AA.


I love getcolorcode.com

Triadic colors

1 #5583B8 and #B85583 with #83B855 are triadic colors.

2 #55B883 and #B88355 with #83B855 are triadic colors.