Shades of Lima #82B80A
Tints of Lima #82B80A
RGB
CMYK
RGB Variations
Color information
#82B80A (or 0x82B80A) is known color: Lima. HEX triplet: 82, B8 and 0A. RGB value is (130,184,10). Sum of RGB (Red+Green+Blue) = 130+184+10=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #82B80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B80A is #7D47F5. Grayscale: #949494. Windows color (decimal): -8210422 or 702594. OLE color: 702594.
HSL color Cylindrical-coordinate representation of color #82B80A: hue angle of 78.62º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82B80A is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 184 | 10 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.28 |
| HSL | 78.62º | 0.9% | 0.38% | - |
| HSV(B) | 78.62º | 0.95% | 0.72% | - |
| XYZ | 26.4 | 39.05 | 6.43 | - |
| YUV | 148.02 | 50.11 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 184 | 10 | 0.29 | 0 | 0.95 | 0.28 | 78.62 | 0.9 | 0.38 |
| Hex | 82 | B8 | A | 1D | 0 | 5F | 1C | 4F | 5A | 26 |
| Octal | 202 | 270 | 12 | 35 | 0 | 137 | 34 | 117 | 132 | 46 |
| Binary | 10000010 | 10111000 | 1010 | 11101 | 0 | 1011111 | 11100 | 1001111 | 1011010 | 100110 |
Color Harmonies of #82B80A
Complementary color
Monochromatic Colors of #82B80A
Black with #82B80A
Text Example
Text Example
White with #82B80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B80A; }
p { color: rgb(130,184,10); }
H1.HeaderClassName
{
color: #82B80A;
}
.AnyTagClassName
{
color: #82B80A;
}
</style>
background-color css
<style>
a { background-color: #82B80A; }
a { background-color: rgb(130,184,10); }
div.DivClassName
{
background-color: #82B80A;
}
.BgClassName
{
background-color: #82B80A;
}
</style>
border-color css
<style>
span { border-color: #82B80A; }
span { border-color: rgb(130,184,10); }
td.TdClassName
{
border-color: #82B80A;
}
.TagClassName
{
border-color: #82B80A;
}
</style>