#82B310

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

Shades of Lima #82B310

Tints of Lima #82B310

Color information

#82B310 (or 0x82B310) is unknown color: approx Lima. HEX triplet: 82, B3 and 10. RGB value is (130,179,16). Sum of RGB (Red+Green+Blue) = 130+179+16=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #82B310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B310 is #7D4CEF. Grayscale: #929292. Windows color (decimal): -8211696 or 1094530. OLE color: 1094530.

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

Color convert

RGB13017916-
CMYK0.2700.910.30
HSL78.04º83.59%38.24%-
HSV(B)78.04º91.06%70.2%-
XYZ25.4237.026.3-
YUV145.7754.77116.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 179 (70.31% from 255) = 55.08%
BLUE value IS 16 (6.64% from 255) = 4.92%
R=40%
G=55.08%
B=4.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130179160.2700.910.3078.0483.5938.24
Hex82B3101B05B1E4e5426
Octal202263203301333611612446
Binary10000010101100111000011011010110111111010011101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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