#82B62C

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

Shades of Limerick #82B62C

Tints of Limerick #82B62C

Color information

#82B62C (or 0x82B62C) is unknown color: approx Limerick. HEX triplet: 82, B6 and 2C. RGB value is (130,182,44). Sum of RGB (Red+Green+Blue) = 130+182+44=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #82B62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B62C is #7D49D3. Grayscale: #979797. Windows color (decimal): -8210900 or 2930306. OLE color: 2930306.

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

Color convert

RGB13018244-
CMYK0.2900.760.29
HSL82.61º61.06%44.31%-
HSV(B)82.61º75.82%71.37%-
XYZ26.3938.388.4-
YUV150.7267.77113.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 182 (71.48% from 255) = 51.12%
BLUE value IS 44 (17.58% from 255) = 12.36%
R=36.52%
G=51.12%
B=12.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130182440.2900.760.2982.6161.0644.31
Hex82B62C1D04C1D533d2c
Octal20226654350114351237554
Binary10000010101101101011001110101001100111011010011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,182,44); }

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

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

 a { background-color: rgb(130,182,44); }

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

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

 span { border-color: rgb(130,182,44); }

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