#82B11A

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

Shades of Lima #82B11A

Tints of Lima #82B11A

Color information

#82B11A (or 0x82B11A) is unknown color: approx Lima. HEX triplet: 82, B1 and 1A. RGB value is (130,177,26). Sum of RGB (Red+Green+Blue) = 130+177+26=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #82B11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B11A is #7D4EE5. Grayscale: #929292. Windows color (decimal): -8212198 or 1749378. OLE color: 1749378.

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

Color convert

RGB13017726-
CMYK0.2700.850.31
HSL78.68º74.38%39.8%-
HSV(B)78.68º85.31%69.41%-
XYZ25.1136.266.65-
YUV145.7360.43116.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 177 (69.53% from 255) = 53.15%
BLUE value IS 26 (10.55% from 255) = 7.81%
R=39.04%
G=53.15%
B=7.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130177260.2700.850.3178.6874.3839.8
Hex82B11A1B0551F4f4a28
Octal202261323301253711711250
Binary10000010101100011101011011010101011111110011111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,177,26); }

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

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

 a { background-color: rgb(130,177,26); }

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

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

 span { border-color: rgb(130,177,26); }

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