#82AA21

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

Shades of Limerick #82AA21

Tints of Limerick #82AA21

Color information

#82AA21 (or 0x82AA21) is unknown color: approx Limerick. HEX triplet: 82, AA and 21. RGB value is (130,170,33). Sum of RGB (Red+Green+Blue) = 130+170+33=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AA21 is #7D55DE. Grayscale: #8E8E8E. Windows color (decimal): -8213983 or 2206338. OLE color: 2206338.

HSL color Cylindrical-coordinate representation of color #82AA21: hue angle of 77.52º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82AA21 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB13017033-
CMYK0.2400.810.33
HSL77.52º67.49%39.8%-
HSV(B)77.52º80.59%66.67%-
XYZ23.8633.616.67-
YUV142.4266.25119.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 33 (13.28% from 255) = 9.91%
R=39.04%
G=51.05%
B=9.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130170330.2400.810.3377.5267.4939.8
Hex82AA2118051214e4328
Octal202252413001214111610350
Binary1000001010101010100001110000101000110000110011101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,170,33); }

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

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

 a { background-color: rgb(130,170,33); }

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

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

 span { border-color: rgb(130,170,33); }

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