COLOR #83B01A

HEX: #83B01A
RGB: (131,176,26)

Color info

#83B01A contains mainly red and green colors. Web safe color of #83B01A is #999900 (or #990).

RGB color model

#83B01A color RGB value is (131,176,26).

  • red value is 131;
  • green value is 176;
  • blue value is 26.
RGB:
(131,176,26)
(51%,69%,10%)

RGB channels and saturation

R 131 of 255 = 51%
G 176 of 255 = 69%
B 26 of 255 = 10%

131
176
26

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

Portions of RGB colors in percentages

R + G + B =
131 + 176 + 26 = 333 (100%)
R 131 of 333 ~ 39.34%
G 176 of 333 ~ 52.85%
B 26 of 333 ~ 7.81%

%39.34
%52.85

CMYK color model

#83B01A color CMYK value is (26,0,85,31).

  • cyan value is 25.57%
  • magenta value is 0.00%
  • yellow value is 85.23%
  • key color value is 30.98%
CMYK:
(26,0,85,31)
C26M0Y85K31 
(26%,0%,85%,31%)
(0.26/0.00/0.85/0.31)	

CMYK percentages

%25.57
%0
%85.23
%30.98

Codes

Color #83B01A in popluar color models

83B01A
RGB13117626
HSL78°74.26%39.61%
HSB/HSV78°85.23%69.02%
CMYK25.57%0.00%85.23%
30.98%

Color #83B01A in popluar number systems.

HEX83B01A
Decimal13117626
Binary100000111011000011010
Octal20326032

Shades and tints

Shades of #83B01A

#83B01A
(131,176,26)
#78A018
(120,160,24)
#6D9016
(109,144,22)
#628014
(98,128,20)
#577012
(87,112,18)
#4C6010
(76,96,16)
#41500E
(65,80,14)
#36400C
(54,64,12)
#2B300A
(43,48,10)
#202008
(32,32,8)
#151006
(21,16,6)
#000000
(0,0,0)

Tints of #83B01A

#83B01A
(131,176,26)
#8EB72E
(142,183,46)
#99BE42
(153,190,66)
#A4C556
(164,197,86)
#AFCC6A
(175,204,106)
#BAD37E
(186,211,126)
#C5DA92
(197,218,146)
#D0E1A6
(208,225,166)
#DBE8BA
(219,232,186)
#E6EFCE
(230,239,206)
#F1F6E2
(241,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B01A; }

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

This text font color is #83B01A.


Background Color

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

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

This div background color is #83B01A.


Border color

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

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

This div border color is #83B01A.


Opacity

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

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

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

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

This text has shadow with #83B01A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B01A on black background.


Color preview on white background

This text has color #83B01A on white background.



Black color preview on #83B01A background

This text has black color on #83B01A background.


White color preview on #83B01A background

This text has white color on #83B01A background.