#82A71F

Color #82A71F Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #82A71F

Tints of Limerick #82A71F

Color information

#82A71F (or 0x82A71F) is unknown color: approx Limerick. HEX triplet: 82, A7 and 1F. RGB value is (130,167,31). Sum of RGB (Red+Green+Blue) = 130+167+31=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #82A71F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A71F is #7D58E0. Grayscale: #8C8C8C. Windows color (decimal): -8214753 or 2074498. OLE color: 2074498.

HSL color Cylindrical-coordinate representation of color #82A71F: hue angle of 76.32º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82A71F is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB13016731-
CMYK0.2200.810.35
HSL76.32º68.69%38.82%-
HSV(B)76.32º81.44%65.49%-
XYZ23.2732.486.34-
YUV140.4366.24120.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 167 (65.62% from 255) = 50.91%
BLUE value IS 31 (12.5% from 255) = 9.45%
R=39.63%
G=50.91%
B=9.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130167310.2200.810.3576.3268.6938.82
Hex82A71F16051234c4527
Octal202247372601214311410547
Binary100000101010011111111101100101000110001110011001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A71F; }

 p { color: rgb(130,167,31); }

 H1.HeaderClassName
 {
   color: #82A71F;
 }
 .AnyTagClassName
 {
   color: #82A71F;
 }
</style>
background-color css

<style>
 a { background-color: #82A71F; }

 a { background-color: rgb(130,167,31); }

 div.DivClassName
 {
   background-color: #82A71F;
 }
 .BgClassName
 {
   background-color: #82A71F;
 }
</style>
border-color css

<style>
 span { border-color: #82A71F; }

 span { border-color: rgb(130,167,31); }

 td.TdClassName
 {
   border-color: #82A71F;
 }
 .TagClassName
 {
   border-color: #82A71F;
 }
</style>