#82A526

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

Shades of Limerick #82A526

Tints of Limerick #82A526

Color information

#82A526 (or 0x82A526) is unknown color: approx Limerick. HEX triplet: 82, A5 and 26. RGB value is (130,165,38). Sum of RGB (Red+Green+Blue) = 130+165+38=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #82A526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A526 is #7D5AD9. Grayscale: #8C8C8C. Windows color (decimal): -8215258 or 2532738. OLE color: 2532738.

HSL color Cylindrical-coordinate representation of color #82A526: hue angle of 76.54º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82A526 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB13016538-
CMYK0.2100.770.35
HSL76.54º62.56%39.8%-
HSV(B)76.54º76.97%64.71%-
XYZ23.0131.86.76-
YUV140.0670.4120.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 165 (64.84% from 255) = 49.55%
BLUE value IS 38 (15.23% from 255) = 11.41%
R=39.04%
G=49.55%
B=11.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130165380.2100.770.3576.5462.5639.8
Hex82A5261504D234d3f28
Octal20224546250115431157750
Binary100000101010010110011010101010011011000111001101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,165,38); }

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

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

 a { background-color: rgb(130,165,38); }

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

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

 span { border-color: rgb(130,165,38); }

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