Shades of Lima #82B91D
Tints of Lima #82B91D
RGB
CMYK
RGB Variations
Color information
#82B91D (or 0x82B91D) is known color: Lima. HEX triplet: 82, B9 and 1D. RGB value is (130,185,29). Sum of RGB (Red+Green+Blue) = 130+185+29=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #82B91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B91D is #7D46E2. Grayscale: #979797. Windows color (decimal): -8210147 or 1948034. OLE color: 1948034.
HSL color Cylindrical-coordinate representation of color #82B91D: hue angle of 81.15º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82B91D is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 185 | 29 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.27 |
| HSL | 81.15º | 0.73% | 0.42% | - |
| HSV(B) | 81.15º | 0.84% | 0.73% | - |
| XYZ | 26.78 | 39.53 | 7.38 | - |
| YUV | 150.77 | 59.28 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 185 | 29 | 0.30 | 0 | 0.84 | 0.27 | 81.15 | 0.73 | 0.42 |
| Hex | 82 | B9 | 1D | 1E | 0 | 54 | 1B | 51 | 49 | 2A |
| Octal | 202 | 271 | 35 | 36 | 0 | 124 | 33 | 121 | 111 | 52 |
| Binary | 10000010 | 10111001 | 11101 | 11110 | 0 | 1010100 | 11011 | 1010001 | 1001001 | 101010 |
Color Harmonies of #82B91D
Complementary color
Monochromatic Colors of #82B91D
Black with #82B91D
Text Example
Text Example
White with #82B91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B91D; }
p { color: rgb(130,185,29); }
H1.HeaderClassName
{
color: #82B91D;
}
.AnyTagClassName
{
color: #82B91D;
}
</style>
background-color css
<style>
a { background-color: #82B91D; }
a { background-color: rgb(130,185,29); }
div.DivClassName
{
background-color: #82B91D;
}
.BgClassName
{
background-color: #82B91D;
}
</style>
border-color css
<style>
span { border-color: #82B91D; }
span { border-color: rgb(130,185,29); }
td.TdClassName
{
border-color: #82B91D;
}
.TagClassName
{
border-color: #82B91D;
}
</style>