#82BE1A

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

Shades of Lima #82BE1A

Tints of Lima #82BE1A

Color information

#82BE1A (or 0x82BE1A) is unknown color: approx Lima. HEX triplet: 82, BE and 1A. RGB value is (130,190,26). Sum of RGB (Red+Green+Blue) = 130+190+26=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BE1A is #7D41E5. Grayscale: #999999. Windows color (decimal): -8208870 or 1752706. OLE color: 1752706.

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

Color convert

RGB13019026-
CMYK0.3200.860.25
HSL81.95º75.93%42.35%-
HSV(B)81.95º86.32%74.51%-
XYZ27.8141.657.55-
YUV153.3656.12111.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 190 (74.61% from 255) = 54.91%
BLUE value IS 26 (10.55% from 255) = 7.51%
R=37.57%
G=54.91%
B=7.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130190260.3200.860.2581.9575.9342.35
Hex82BE1A2005619524c2a
Octal202276324001263112211452
Binary100000101011111011010100000010101101100110100101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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