Shades of Lima #82B11B
Tints of Lima #82B11B
RGB
CMYK
RGB Variations
Color information
#82B11B (or 0x82B11B) is known color: Lima. HEX triplet: 82, B1 and 1B. RGB value is (130,177,27). Sum of RGB (Red+Green+Blue) = 130+177+27=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #82B11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B11B is #7D4EE4. Grayscale: #929292. Windows color (decimal): -8212197 or 1814914. OLE color: 1814914.
HSL color Cylindrical-coordinate representation of color #82B11B: hue angle of 78.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82B11B is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 177 | 27 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.31 |
| HSL | 78.8º | 0.74% | 0.4% | - |
| HSV(B) | 78.8º | 0.85% | 0.69% | - |
| XYZ | 25.13 | 36.27 | 6.71 | - |
| YUV | 145.85 | 60.93 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 177 | 27 | 0.27 | 0 | 0.85 | 0.31 | 78.8 | 0.74 | 0.4 |
| Hex | 82 | B1 | 1B | 1B | 0 | 55 | 1F | 4F | 4A | 28 |
| Octal | 202 | 261 | 33 | 33 | 0 | 125 | 37 | 117 | 112 | 50 |
| Binary | 10000010 | 10110001 | 11011 | 11011 | 0 | 1010101 | 11111 | 1001111 | 1001010 | 101000 |
Color Harmonies of #82B11B
Complementary color
Monochromatic Colors of #82B11B
Black with #82B11B
Text Example
Text Example
White with #82B11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B11B; }
p { color: rgb(130,177,27); }
H1.HeaderClassName
{
color: #82B11B;
}
.AnyTagClassName
{
color: #82B11B;
}
</style>
background-color css
<style>
a { background-color: #82B11B; }
a { background-color: rgb(130,177,27); }
div.DivClassName
{
background-color: #82B11B;
}
.BgClassName
{
background-color: #82B11B;
}
</style>
border-color css
<style>
span { border-color: #82B11B; }
span { border-color: rgb(130,177,27); }
td.TdClassName
{
border-color: #82B11B;
}
.TagClassName
{
border-color: #82B11B;
}
</style>