#82BC1F

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

Shades of Lima #82BC1F

Tints of Lima #82BC1F

Color information

#82BC1F (or 0x82BC1F) is unknown color: approx Lima. HEX triplet: 82, BC and 1F. RGB value is (130,188,31). Sum of RGB (Red+Green+Blue) = 130+188+31=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BC1F is #7D43E0. Grayscale: #999999. Windows color (decimal): -8209377 or 2079874. OLE color: 2079874.

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

Color convert

RGB13018831-
CMYK0.3100.840.26
HSL82.17º71.69%42.94%-
HSV(B)82.17º83.51%73.73%-
XYZ27.4440.817.73-
YUV152.7659.28111.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 188 (73.83% from 255) = 53.87%
BLUE value IS 31 (12.5% from 255) = 8.88%
R=37.25%
G=53.87%
B=8.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130188310.3100.840.2682.1771.6942.94
Hex82BC1F1F0541A52482b
Octal202274373701243212211053
Binary10000010101111001111111111010101001101010100101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,188,31); }

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

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

 a { background-color: rgb(130,188,31); }

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

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

 span { border-color: rgb(130,188,31); }

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