#82BD13

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

Shades of Lima #82BD13

Tints of Lima #82BD13

Color information

#82BD13 (or 0x82BD13) is unknown color: approx Lima. HEX triplet: 82, BD and 13. RGB value is (130,189,19). Sum of RGB (Red+Green+Blue) = 130+189+19=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BD13 is #7D42EC. Grayscale: #989898. Windows color (decimal): -8209133 or 1293698. OLE color: 1293698.

HSL color Cylindrical-coordinate representation of color #82BD13: hue angle of 80.82º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82BD13 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB13018919-
CMYK0.3100.900.26
HSL80.82º81.73%40.78%-
HSV(B)80.82º89.95%74.12%-
XYZ27.5241.197.12-
YUV151.9852.95112.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 189 (74.22% from 255) = 55.92%
BLUE value IS 19 (7.81% from 255) = 5.62%
R=38.46%
G=55.92%
B=5.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130189190.3100.900.2680.8281.7340.78
Hex82BD131F05A1A515229
Octal202275233701323212112251
Binary10000010101111011001111111010110101101010100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,189,19); }

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

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

 a { background-color: rgb(130,189,19); }

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

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

 span { border-color: rgb(130,189,19); }

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