#82BD1A

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

Shades of Lima #82BD1A

Tints of Lima #82BD1A

Color information

#82BD1A (or 0x82BD1A) is unknown color: approx Lima. HEX triplet: 82, BD and 1A. RGB value is (130,189,26). Sum of RGB (Red+Green+Blue) = 130+189+26=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BD1A is #7D42E5. Grayscale: #999999. Windows color (decimal): -8209126 or 1752450. OLE color: 1752450.

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

Color convert

RGB13018926-
CMYK0.3100.860.26
HSL81.72º75.81%42.16%-
HSV(B)81.72º86.24%74.12%-
XYZ27.5941.227.48-
YUV152.7856.45111.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 189 (74.22% from 255) = 54.78%
BLUE value IS 26 (10.55% from 255) = 7.54%
R=37.68%
G=54.78%
B=7.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130189260.3100.860.2681.7275.8142.16
Hex82BD1A1F0561A524c2a
Octal202275323701263212211452
Binary10000010101111011101011111010101101101010100101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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