Shades of Lima #82A602
Tints of Lima #82A602
RGB
CMYK
RGB Variations
Color information
#82A602 (or 0x82A602) is known color: Lima. HEX triplet: 82, A6 and 02. RGB value is (130,166,2). Sum of RGB (Red+Green+Blue) = 130+166+2=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 166 (65.23% from 255 or 55.70% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 166 - color contains mainly: green. Hex color #82A602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A602 is #7D59FD. Grayscale: #898989. Windows color (decimal): -8215038 or 173698. OLE color: 173698.
HSL color Cylindrical-coordinate representation of color #82A602: hue angle of 73.17º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82A602 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 166 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.35 |
| HSL | 73.17º | 0.98% | 0.33% | - |
| HSV(B) | 73.17º | 0.99% | 0.65% | - |
| XYZ | 22.85 | 32.02 | 5.03 | - |
| YUV | 136.54 | 52.07 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 166 | 2 | 0.22 | 0 | 0.99 | 0.35 | 73.17 | 0.98 | 0.33 |
| Hex | 82 | A6 | 2 | 16 | 0 | 63 | 23 | 49 | 62 | 21 |
| Octal | 202 | 246 | 2 | 26 | 0 | 143 | 43 | 111 | 142 | 41 |
| Binary | 10000010 | 10100110 | 10 | 10110 | 0 | 1100011 | 100011 | 1001001 | 1100010 | 100001 |
Color Harmonies of #82A602
Complementary color
Monochromatic Colors of #82A602
Black with #82A602
Text Example
Text Example
White with #82A602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A602; }
p { color: rgb(130,166,2); }
H1.HeaderClassName
{
color: #82A602;
}
.AnyTagClassName
{
color: #82A602;
}
</style>
background-color css
<style>
a { background-color: #82A602; }
a { background-color: rgb(130,166,2); }
div.DivClassName
{
background-color: #82A602;
}
.BgClassName
{
background-color: #82A602;
}
</style>
border-color css
<style>
span { border-color: #82A602; }
span { border-color: rgb(130,166,2); }
td.TdClassName
{
border-color: #82A602;
}
.TagClassName
{
border-color: #82A602;
}
</style>