#82B732

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

Shades of Limerick #82B732

Tints of Limerick #82B732

Color information

#82B732 (or 0x82B732) is unknown color: approx Limerick. HEX triplet: 82, B7 and 32. RGB value is (130,183,50). Sum of RGB (Red+Green+Blue) = 130+183+50=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #82B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B732 is #7D48CD. Grayscale: #989898. Windows color (decimal): -8210638 or 3323778. OLE color: 3323778.

HSL color Cylindrical-coordinate representation of color #82B732: hue angle of 83.91º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82B732 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB13018350-
CMYK0.2900.730.28
HSL83.91º57.08%45.69%-
HSV(B)83.91º72.68%71.76%-
XYZ26.7238.849.11-
YUV151.9970.44112.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 183 (71.88% from 255) = 50.41%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=35.81%
G=50.41%
B=13.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130183500.2900.730.2883.9157.0845.69
Hex82B7321D0491C54392e
Octal20226762350111341247156
Binary10000010101101111100101110101001001111001010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,183,50); }

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

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

 a { background-color: rgb(130,183,50); }

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

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

 span { border-color: rgb(130,183,50); }

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