Shades of Lima #82B123
Tints of Lima #82B123
RGB
CMYK
RGB Variations
Color information
#82B123 (or 0x82B123) is known color: Lima. HEX triplet: 82, B1 and 23. RGB value is (130,177,35). Sum of RGB (Red+Green+Blue) = 130+177+35=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 177 (69.53% from 255 or 51.75% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 177 - color contains mainly: green. Hex color #82B123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B123 is #7D4EDC. Grayscale: #939393. Windows color (decimal): -8212189 or 2339202. OLE color: 2339202.
HSL color Cylindrical-coordinate representation of color #82B123: hue angle of 79.86º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82B123 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 177 | 35 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.31 |
| HSL | 79.86º | 0.67% | 0.42% | - |
| HSV(B) | 79.86º | 0.8% | 0.69% | - |
| XYZ | 25.23 | 36.31 | 7.27 | - |
| YUV | 146.76 | 64.93 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 177 | 35 | 0.27 | 0 | 0.80 | 0.31 | 79.86 | 0.67 | 0.42 |
| Hex | 82 | B1 | 23 | 1B | 0 | 50 | 1F | 50 | 43 | 2A |
| Octal | 202 | 261 | 43 | 33 | 0 | 120 | 37 | 120 | 103 | 52 |
| Binary | 10000010 | 10110001 | 100011 | 11011 | 0 | 1010000 | 11111 | 1010000 | 1000011 | 101010 |
Color Harmonies of #82B123
Complementary color
Monochromatic Colors of #82B123
Black with #82B123
Text Example
Text Example
White with #82B123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B123; }
p { color: rgb(130,177,35); }
H1.HeaderClassName
{
color: #82B123;
}
.AnyTagClassName
{
color: #82B123;
}
</style>
background-color css
<style>
a { background-color: #82B123; }
a { background-color: rgb(130,177,35); }
div.DivClassName
{
background-color: #82B123;
}
.BgClassName
{
background-color: #82B123;
}
</style>
border-color css
<style>
span { border-color: #82B123; }
span { border-color: rgb(130,177,35); }
td.TdClassName
{
border-color: #82B123;
}
.TagClassName
{
border-color: #82B123;
}
</style>