Shades of Lima #82AB19
Tints of Lima #82AB19
RGB
CMYK
RGB Variations
Color information
#82AB19 (or 0x82AB19) is known color: Lima. HEX triplet: 82, AB and 19. RGB value is (130,171,25). Sum of RGB (Red+Green+Blue) = 130+171+25=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AB19 is #7D54E6. Grayscale: #8E8E8E. Windows color (decimal): -8213735 or 1682306. OLE color: 1682306.
HSL color Cylindrical-coordinate representation of color #82AB19: hue angle of 76.85º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82AB19 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 25 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.33 |
| HSL | 76.85º | 0.74% | 0.38% | - |
| HSV(B) | 76.85º | 0.85% | 0.67% | - |
| XYZ | 23.94 | 33.94 | 6.21 | - |
| YUV | 142.1 | 61.92 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 25 | 0.24 | 0 | 0.85 | 0.33 | 76.85 | 0.74 | 0.38 |
| Hex | 82 | AB | 19 | 18 | 0 | 55 | 21 | 4D | 4A | 26 |
| Octal | 202 | 253 | 31 | 30 | 0 | 125 | 41 | 115 | 112 | 46 |
| Binary | 10000010 | 10101011 | 11001 | 11000 | 0 | 1010101 | 100001 | 1001101 | 1001010 | 100110 |
Color Harmonies of #82AB19
Complementary color
Monochromatic Colors of #82AB19
Black with #82AB19
Text Example
Text Example
White with #82AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB19; }
p { color: rgb(130,171,25); }
H1.HeaderClassName
{
color: #82AB19;
}
.AnyTagClassName
{
color: #82AB19;
}
</style>
background-color css
<style>
a { background-color: #82AB19; }
a { background-color: rgb(130,171,25); }
div.DivClassName
{
background-color: #82AB19;
}
.BgClassName
{
background-color: #82AB19;
}
</style>
border-color css
<style>
span { border-color: #82AB19; }
span { border-color: rgb(130,171,25); }
td.TdClassName
{
border-color: #82AB19;
}
.TagClassName
{
border-color: #82AB19;
}
</style>