#82B219

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

Shades of Lima #82B219

Tints of Lima #82B219

Color information

#82B219 (or 0x82B219) is unknown color: approx Lima. HEX triplet: 82, B2 and 19. RGB value is (130,178,25). Sum of RGB (Red+Green+Blue) = 130+178+25=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #82B219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82B219 is #7D4DE6. Grayscale: #929292. Windows color (decimal): -8211943 or 1684098. OLE color: 1684098.

HSL color Cylindrical-coordinate representation of color #82B219: hue angle of 78.82º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82B219 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB13017825-
CMYK0.2700.860.30
HSL78.82º75.37%39.8%-
HSV(B)78.82º85.96%69.8%-
XYZ25.336.666.66-
YUV146.2159.6116.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 178 (69.92% from 255) = 53.45%
BLUE value IS 25 (10.16% from 255) = 7.51%
R=39.04%
G=53.45%
B=7.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130178250.2700.860.3078.8275.3739.8
Hex82B2191B0561E4f4b28
Octal202262313301263611711350
Binary10000010101100101100111011010101101111010011111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,178,25); }

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

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

 a { background-color: rgb(130,178,25); }

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

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

 span { border-color: rgb(130,178,25); }

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