#82BA15

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

Shades of Lima #82BA15

Tints of Lima #82BA15

Color information

#82BA15 (or 0x82BA15) is unknown color: approx Lima. HEX triplet: 82, BA and 15. RGB value is (130,186,21). Sum of RGB (Red+Green+Blue) = 130+186+21=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BA15 is #7D45EA. Grayscale: #979797. Windows color (decimal): -8209899 or 1424002. OLE color: 1424002.

HSL color Cylindrical-coordinate representation of color #82BA15: hue angle of 80.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82BA15 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB13018621-
CMYK0.3000.890.27
HSL80.36º79.71%40.59%-
HSV(B)80.36º88.71%72.94%-
XYZ26.939.927-
YUV150.4554.95113.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 186 (73.05% from 255) = 55.19%
BLUE value IS 21 (8.59% from 255) = 6.23%
R=38.58%
G=55.19%
B=6.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130186210.3000.890.2780.3679.7140.59
Hex82BA151E0591B505029
Octal202272253601313312012051
Binary10000010101110101010111110010110011101110100001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,186,21); }

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

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

 a { background-color: rgb(130,186,21); }

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

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

 span { border-color: rgb(130,186,21); }

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