#82BC11

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

Shades of Lima #82BC11

Tints of Lima #82BC11

Color information

#82BC11 (or 0x82BC11) is unknown color: approx Lima. HEX triplet: 82, BC and 11. RGB value is (130,188,17). Sum of RGB (Red+Green+Blue) = 130+188+17=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BC11 is #7D43EE. Grayscale: #979797. Windows color (decimal): -8209391 or 1162370. OLE color: 1162370.

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

Color convert

RGB13018817-
CMYK0.3100.910.26
HSL80.35º83.41%40.2%-
HSV(B)80.35º90.96%73.73%-
XYZ27.2940.756.96-
YUV151.1652.28112.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 188 (73.83% from 255) = 56.12%
BLUE value IS 17 (7.03% from 255) = 5.07%
R=38.81%
G=56.12%
B=5.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130188170.3100.910.2680.3583.4140.2
Hex82BC111F05B1A505328
Octal202274213701333212012350
Binary10000010101111001000111111010110111101010100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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