COLOR #82A500

HEX: #82A500
RGB: (130,165,0)

Color info

#82A500 contains only red and green colors. Web safe color of #82A500 is #999900 (or #990).

RGB color model

#82A500 color RGB value is (130,165,0).

  • red value is 130;
  • green value is 165;
  • blue value is 0.
RGB:
(130,165,0)
(51%,65%,0%)

RGB channels and saturation

R 130 of 255 = 51%
G 165 of 255 = 65%
B 0 of 255 = 0%

130
165
0

R + G + B ~ 39%. #82A500 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 165 + 0 = 295 (100%)
R 130 of 295 ~ 44.07%
G 165 of 295 ~ 55.93%
B 0 of 295 ~ 0%

%44.07
%55.93

CMYK color model

#82A500 color CMYK value is (21,0,100,35).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 35.29%
CMYK:
(21,0,100,35)
C21M0Y100K35 
(21%,0%,100%,35%)
(0.21/0.00/1.00/0.35)	

CMYK percentages

%21.21
%0
%100
%35.29

Codes

Color #82A500 in popluar color models

82A500
RGB1301650
HSL73°100.00%32.35%
HSB/HSV73°100.00%64.71%
CMYK21.21%0.00%100.00%
35.29%

Color #82A500 in popluar number systems.

HEX82A500
Decimal1301650
Binary10000010101001010
Octal2022450

Shades and tints

Shades of #82A500

#82A500
(130,165,0)
#779600
(119,150,0)
#6C8700
(108,135,0)
#617800
(97,120,0)
#566900
(86,105,0)
#4B5A00
(75,90,0)
#404B00
(64,75,0)
#353C00
(53,60,0)
#2A2D00
(42,45,0)
#1F1E00
(31,30,0)
#140F00
(20,15,0)
#000000
(0,0,0)

Tints of #82A500

#82A500
(130,165,0)
#8DAD17
(141,173,23)
#98B52E
(152,181,46)
#A3BD45
(163,189,69)
#AEC55C
(174,197,92)
#B9CD73
(185,205,115)
#C4D58A
(196,213,138)
#CFDDA1
(207,221,161)
#DAE5B8
(218,229,184)
#E5EDCF
(229,237,207)
#F0F5E6
(240,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A500 color. Also use rgb(130,165,0) instead hex code.

Text Font Color

.myTextColor { color: #82A500; }

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

This text font color is #82A500.


Background Color

.myBgColor { background-color: #82A500; }

<div style="background-color:#82A500">Inner text</div>

This div background color is #82A500.


Border color

.myBorderColor { border: 1px solid #82A500; }

<div style="border:3px solid #82A500">Div</div>

This div border color is #82A500.


Opacity

.myOpacity80 { color: #82A500; opacity: 0.8; }

<p style="color:#82A500;opacity:0.8;">80%</p>

Text with #82A500 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 #82A500;}

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

This text has shadow with #82A500 color.

.textShadow {text-shadow: 3px 3px 1px #82A500, 3px 3px 1px red;}

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

This text has shadow with #82A500 primary color and red secondary color.


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

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

This text has shadow with #82A500 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A500 on black background.


Color preview on white background

This text has color #82A500 on white background.



Black color preview on #82A500 background

This text has black color on #82A500 background.


White color preview on #82A500 background

This text has white color on #82A500 background.