#82B93A

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

Shades of Limerick #82B93A

Tints of Limerick #82B93A

Color information

#82B93A (or 0x82B93A) is unknown color: approx Limerick. HEX triplet: 82, B9 and 3A. RGB value is (130,185,58). Sum of RGB (Red+Green+Blue) = 130+185+58=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #82B93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B93A is #7D46C5. Grayscale: #9A9A9A. Windows color (decimal): -8210118 or 3848578. OLE color: 3848578.

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

Color convert

RGB13018558-
CMYK0.3000.690.27
HSL85.98º52.26%47.65%-
HSV(B)85.98º68.65%72.55%-
XYZ27.3239.7510.24-
YUV154.0873.78110.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 185 (72.66% from 255) = 49.60%
BLUE value IS 58 (23.05% from 255) = 15.55%
R=34.85%
G=49.60%
B=15.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130185580.3000.690.2785.9852.2647.65
Hex82B93A1E0451B563430
Octal20227172360105331266460
Binary10000010101110011110101111001000101110111010110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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