Shades of Lima #82B11A
Tints of Lima #82B11A
RGB
CMYK
RGB Variations
Color information
#82B11A (or 0x82B11A) is known color: Lima. HEX triplet: 82, B1 and 1A. RGB value is (130,177,26). Sum of RGB (Red+Green+Blue) = 130+177+26=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #82B11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B11A is #7D4EE5. Grayscale: #929292. Windows color (decimal): -8212198 or 1749378. OLE color: 1749378.
HSL color Cylindrical-coordinate representation of color #82B11A: hue angle of 78.68º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82B11A is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 177 | 26 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.31 |
| HSL | 78.68º | 0.74% | 0.4% | - |
| HSV(B) | 78.68º | 0.85% | 0.69% | - |
| XYZ | 25.11 | 36.26 | 6.65 | - |
| YUV | 145.73 | 60.43 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 177 | 26 | 0.27 | 0 | 0.85 | 0.31 | 78.68 | 0.74 | 0.4 |
| Hex | 82 | B1 | 1A | 1B | 0 | 55 | 1F | 4F | 4A | 28 |
| Octal | 202 | 261 | 32 | 33 | 0 | 125 | 37 | 117 | 112 | 50 |
| Binary | 10000010 | 10110001 | 11010 | 11011 | 0 | 1010101 | 11111 | 1001111 | 1001010 | 101000 |
Color Harmonies of #82B11A
Complementary color
Monochromatic Colors of #82B11A
Black with #82B11A
Text Example
Text Example
White with #82B11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B11A; }
p { color: rgb(130,177,26); }
H1.HeaderClassName
{
color: #82B11A;
}
.AnyTagClassName
{
color: #82B11A;
}
</style>
background-color css
<style>
a { background-color: #82B11A; }
a { background-color: rgb(130,177,26); }
div.DivClassName
{
background-color: #82B11A;
}
.BgClassName
{
background-color: #82B11A;
}
</style>
border-color css
<style>
span { border-color: #82B11A; }
span { border-color: rgb(130,177,26); }
td.TdClassName
{
border-color: #82B11A;
}
.TagClassName
{
border-color: #82B11A;
}
</style>