#82B32E

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

Shades of Limerick #82B32E

Tints of Limerick #82B32E

Color information

#82B32E (or 0x82B32E) is unknown color: approx Limerick. HEX triplet: 82, B3 and 2E. RGB value is (130,179,46). Sum of RGB (Red+Green+Blue) = 130+179+46=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #82B32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B32E is #7D4CD1. Grayscale: #959595. Windows color (decimal): -8211666 or 3060610. OLE color: 3060610.

HSL color Cylindrical-coordinate representation of color #82B32E: hue angle of 82.11º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82B32E is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB13017946-
CMYK0.2700.740.30
HSL82.11º59.11%44.12%-
HSV(B)82.11º74.3%70.2%-
XYZ25.8237.188.4-
YUV149.1969.77114.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 179 (70.31% from 255) = 50.42%
BLUE value IS 46 (18.36% from 255) = 12.96%
R=36.62%
G=50.42%
B=12.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130179460.2700.740.3082.1159.1144.12
Hex82B32E1B04A1E523b2c
Octal20226356330112361227354
Binary10000010101100111011101101101001010111101010010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,179,46); }

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

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

 a { background-color: rgb(130,179,46); }

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

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

 span { border-color: rgb(130,179,46); }

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