#82B313

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

Shades of Lima #82B313

Tints of Lima #82B313

Color information

#82B313 (or 0x82B313) is unknown color: approx Lima. HEX triplet: 82, B3 and 13. RGB value is (130,179,19). Sum of RGB (Red+Green+Blue) = 130+179+19=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 179 (70.31% from 255 or 54.57% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 179 - color contains mainly: green. Hex color #82B313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B313 is #7D4CEC. Grayscale: #929292. Windows color (decimal): -8211693 or 1291138. OLE color: 1291138.

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

Color convert

RGB13017919-
CMYK0.2700.890.30
HSL78.38º80.81%38.82%-
HSV(B)78.38º89.39%70.2%-
XYZ25.4437.036.42-
YUV146.1156.27116.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 179 (70.31% from 255) = 54.57%
BLUE value IS 19 (7.81% from 255) = 5.79%
R=39.63%
G=54.57%
B=5.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130179190.2700.890.3078.3880.8138.82
Hex82B3131B0591E4e5127
Octal202263233301313611612147
Binary10000010101100111001111011010110011111010011101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,179,19); }

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

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

 a { background-color: rgb(130,179,19); }

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

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

 span { border-color: rgb(130,179,19); }

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