#82B92E

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

Shades of Limerick #82B92E

Tints of Limerick #82B92E

Color information

#82B92E (or 0x82B92E) is unknown color: approx Limerick. HEX triplet: 82, B9 and 2E. RGB value is (130,185,46). Sum of RGB (Red+Green+Blue) = 130+185+46=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #82B92E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B92E is #7D46D1. Grayscale: #999999. Windows color (decimal): -8210130 or 3062146. OLE color: 3062146.

HSL color Cylindrical-coordinate representation of color #82B92E: hue angle of 83.74º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82B92E is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB13018546-
CMYK0.3000.750.27
HSL83.74º60.17%45.29%-
HSV(B)83.74º75.14%72.55%-
XYZ27.0539.648.81-
YUV152.7167.78111.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 185 (72.66% from 255) = 51.25%
BLUE value IS 46 (18.36% from 255) = 12.74%
R=36.01%
G=51.25%
B=12.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130185460.3000.750.2783.7460.1745.29
Hex82B92E1E04B1B543c2d
Octal20227156360113331247455
Binary10000010101110011011101111001001011110111010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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