#82B52A

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

Shades of Limerick #82B52A

Tints of Limerick #82B52A

Color information

#82B52A (or 0x82B52A) is unknown color: approx Limerick. HEX triplet: 82, B5 and 2A. RGB value is (130,181,42). Sum of RGB (Red+Green+Blue) = 130+181+42=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #82B52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B52A is #7D4AD5. Grayscale: #969696. Windows color (decimal): -8211158 or 2798978. OLE color: 2798978.

HSL color Cylindrical-coordinate representation of color #82B52A: hue angle of 82.01º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82B52A is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB13018142-
CMYK0.2800.770.29
HSL82.01º62.33%43.73%-
HSV(B)82.01º76.8%70.98%-
XYZ26.1537.968.14-
YUV149.967.1113.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 181 (71.09% from 255) = 51.27%
BLUE value IS 42 (16.80% from 255) = 11.90%
R=36.83%
G=51.27%
B=11.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130181420.2800.770.2982.0162.3343.73
Hex82B52A1C04D1D523e2c
Octal20226552340115351227654
Binary10000010101101011010101110001001101111011010010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,181,42); }

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

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

 a { background-color: rgb(130,181,42); }

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

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

 span { border-color: rgb(130,181,42); }

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