#82BC19

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

Shades of Lima #82BC19

Tints of Lima #82BC19

Color information

#82BC19 (or 0x82BC19) is unknown color: approx Lima. HEX triplet: 82, BC and 19. RGB value is (130,188,25). Sum of RGB (Red+Green+Blue) = 130+188+25=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BC19 is #7D43E6. Grayscale: #989898. Windows color (decimal): -8209383 or 1686658. OLE color: 1686658.

HSL color Cylindrical-coordinate representation of color #82BC19: hue angle of 81.35º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82BC19 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB13018825-
CMYK0.3100.870.26
HSL81.35º76.53%41.76%-
HSV(B)81.35º86.7%73.73%-
XYZ27.3640.787.35-
YUV152.0856.28112.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 188 (73.83% from 255) = 54.81%
BLUE value IS 25 (10.16% from 255) = 7.29%
R=37.90%
G=54.81%
B=7.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130188250.3100.870.2681.3576.5341.76
Hex82BC191F0571A514d2a
Octal202274313701273212111552
Binary10000010101111001100111111010101111101010100011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,188,25); }

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

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

 a { background-color: rgb(130,188,25); }

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

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

 span { border-color: rgb(130,188,25); }

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