#82B82A

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

Shades of Lima #82B82A

Tints of Lima #82B82A

Color information

#82B82A (or 0x82B82A) is unknown color: approx Lima. HEX triplet: 82, B8 and 2A. RGB value is (130,184,42). Sum of RGB (Red+Green+Blue) = 130+184+42=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #82B82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B82A is #7D47D5. Grayscale: #989898. Windows color (decimal): -8210390 or 2799746. OLE color: 2799746.

HSL color Cylindrical-coordinate representation of color #82B82A: hue angle of 82.82º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82B82A is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB13018442-
CMYK0.2900.770.28
HSL82.82º62.83%44.31%-
HSV(B)82.82º77.17%72.16%-
XYZ26.7639.198.35-
YUV151.6766.11112.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 184 (72.27% from 255) = 51.69%
BLUE value IS 42 (16.80% from 255) = 11.80%
R=36.52%
G=51.69%
B=11.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130184420.2900.770.2882.8262.8344.31
Hex82B82A1D04D1C533f2c
Octal20227052350115341237754
Binary10000010101110001010101110101001101111001010011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,184,42); }

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

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

 a { background-color: rgb(130,184,42); }

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

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

 span { border-color: rgb(130,184,42); }

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