#82B10B

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

Shades of Lima #82B10B

Tints of Lima #82B10B

Color information

#82B10B (or 0x82B10B) is unknown color: approx Lima. HEX triplet: 82, B1 and 0B. RGB value is (130,177,11). Sum of RGB (Red+Green+Blue) = 130+177+11=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #82B10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82B10B is #7D4EF4. Grayscale: #909090. Windows color (decimal): -8212213 or 766338. OLE color: 766338.

HSL color Cylindrical-coordinate representation of color #82B10B: hue angle of 76.99º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82B10B is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB13017711-
CMYK0.2700.940.31
HSL76.99º88.3%36.86%-
HSV(B)76.99º93.79%69.41%-
XYZ24.9936.215.99-
YUV144.0252.93118-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 177 (69.53% from 255) = 55.66%
BLUE value IS 11 (4.69% from 255) = 3.46%
R=40.88%
G=55.66%
B=3.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130177110.2700.940.3176.9988.336.86
Hex82B1B1B05E1F4d5825
Octal202261133301363711513045
Binary1000001010110001101111011010111101111110011011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,177,11); }

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

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

 a { background-color: rgb(130,177,11); }

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

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

 span { border-color: rgb(130,177,11); }

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