#82BA38

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

Shades of Limerick #82BA38

Tints of Limerick #82BA38

Color information

#82BA38 (or 0x82BA38) is unknown color: approx Limerick. HEX triplet: 82, BA and 38. RGB value is (130,186,56). Sum of RGB (Red+Green+Blue) = 130+186+56=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BA38 is #7D45C7. Grayscale: #9A9A9A. Windows color (decimal): -8209864 or 3717762. OLE color: 3717762.

HSL color Cylindrical-coordinate representation of color #82BA38: hue angle of 85.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82BA38 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB13018656-
CMYK0.3000.700.27
HSL85.85º53.72%47.45%-
HSV(B)85.85º69.89%72.94%-
XYZ27.4840.1510.04-
YUV154.4472.45110.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 186 (73.05% from 255) = 50%
BLUE value IS 56 (22.27% from 255) = 15.05%
R=34.95%
G=50%
B=15.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130186560.3000.700.2785.8553.7247.45
Hex82BA381E0461B56362f
Octal20227270360106331266657
Binary10000010101110101110001111001000110110111010110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,186,56); }

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

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

 a { background-color: rgb(130,186,56); }

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

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

 span { border-color: rgb(130,186,56); }

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