Shades of Lima #82B020
Tints of Lima #82B020
RGB
CMYK
RGB Variations
Color information
#82B020 (or 0x82B020) is known color: Lima. HEX triplet: 82, B0 and 20. RGB value is (130,176,32). Sum of RGB (Red+Green+Blue) = 130+176+32=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 176 (69.14% from 255 or 52.07% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 176 - color contains mainly: green. Hex color #82B020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B020 is #7D4FDF. Grayscale: #929292. Windows color (decimal): -8212448 or 2142338. OLE color: 2142338.
HSL color Cylindrical-coordinate representation of color #82B020: hue angle of 79.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82B020 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 176 | 32 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.31 |
| HSL | 79.17º | 0.69% | 0.41% | - |
| HSV(B) | 79.17º | 0.82% | 0.69% | - |
| XYZ | 24.99 | 35.9 | 6.98 | - |
| YUV | 145.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 176 | 32 | 0.26 | 0 | 0.82 | 0.31 | 79.17 | 0.69 | 0.41 |
| Hex | 82 | B0 | 20 | 1A | 0 | 52 | 1F | 4F | 45 | 29 |
| Octal | 202 | 260 | 40 | 32 | 0 | 122 | 37 | 117 | 105 | 51 |
| Binary | 10000010 | 10110000 | 100000 | 11010 | 0 | 1010010 | 11111 | 1001111 | 1000101 | 101001 |
Color Harmonies of #82B020
Complementary color
Monochromatic Colors of #82B020
Black with #82B020
Text Example
Text Example
White with #82B020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B020; }
p { color: rgb(130,176,32); }
H1.HeaderClassName
{
color: #82B020;
}
.AnyTagClassName
{
color: #82B020;
}
</style>
background-color css
<style>
a { background-color: #82B020; }
a { background-color: rgb(130,176,32); }
div.DivClassName
{
background-color: #82B020;
}
.BgClassName
{
background-color: #82B020;
}
</style>
border-color css
<style>
span { border-color: #82B020; }
span { border-color: rgb(130,176,32); }
td.TdClassName
{
border-color: #82B020;
}
.TagClassName
{
border-color: #82B020;
}
</style>