#82AF2B

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

Shades of Limerick #82AF2B

Tints of Limerick #82AF2B

Color information

#82AF2B (or 0x82AF2B) is unknown color: approx Limerick. HEX triplet: 82, AF and 2B. RGB value is (130,175,43). Sum of RGB (Red+Green+Blue) = 130+175+43=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AF2B is #7D50D4. Grayscale: #929292. Windows color (decimal): -8212693 or 2862978. OLE color: 2862978.

HSL color Cylindrical-coordinate representation of color #82AF2B: hue angle of 80.45º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82AF2B is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB13017543-
CMYK0.2600.750.31
HSL80.45º60.55%42.75%-
HSV(B)80.45º75.43%68.63%-
XYZ24.9735.587.84-
YUV146.569.59116.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 43 (17.19% from 255) = 12.36%
R=37.36%
G=50.29%
B=12.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130175430.2600.750.3180.4560.5542.75
Hex82AF2B1A04B1F503d2b
Octal20225753320113371207553
Binary10000010101011111010111101001001011111111010000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,175,43); }

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

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

 a { background-color: rgb(130,175,43); }

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

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

 span { border-color: rgb(130,175,43); }

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