#82A022

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

Shades of Limerick #82A022

Tints of Limerick #82A022

Color information

#82A022 (or 0x82A022) is unknown color: approx Limerick. HEX triplet: 82, A0 and 22. RGB value is (130,160,34). Sum of RGB (Red+Green+Blue) = 130+160+34=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #82A022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A022 is #7D5FDD. Grayscale: #898989. Windows color (decimal): -8216542 or 2269314. OLE color: 2269314.

HSL color Cylindrical-coordinate representation of color #82A022: hue angle of 74.29º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82A022 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB13016034-
CMYK0.1900.790.37
HSL74.29º64.95%38.04%-
HSV(B)74.29º78.75%62.75%-
XYZ22.07306.14-
YUV136.6770.06123.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 160 (62.89% from 255) = 49.38%
BLUE value IS 34 (13.67% from 255) = 10.49%
R=40.12%
G=49.38%
B=10.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal130160340.1900.790.3774.2964.9538.04
Hex82A0221304F254a4126
Octal202240422301174511210146
Binary1000001010100000100010100110100111110010110010101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,160,34); }

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

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

 a { background-color: rgb(130,160,34); }

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

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

 span { border-color: rgb(130,160,34); }

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