Shades of Lima #83BA10
Tints of Lima #83BA10
RGB
CMYK
RGB Variations
Color information
#83BA10 (or 0x83BA10) is known color: Lima. HEX triplet: 83, BA and 10. RGB value is (131,186,16). Sum of RGB (Red+Green+Blue) = 131+186+16=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BA10 is #7C45EF. Grayscale: #969696. Windows color (decimal): -8144368 or 1096323. OLE color: 1096323.
HSL color Cylindrical-coordinate representation of color #83BA10: hue angle of 79.41º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83BA10 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 186 | 16 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.27 |
| HSL | 79.41º | 0.84% | 0.4% | - |
| HSV(B) | 79.41º | 0.91% | 0.73% | - |
| XYZ | 27.01 | 39.98 | 6.78 | - |
| YUV | 150.18 | 52.28 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 16 | 0.30 | 0 | 0.91 | 0.27 | 79.41 | 0.84 | 0.4 |
| Hex | 83 | BA | 10 | 1E | 0 | 5B | 1B | 4F | 54 | 28 |
| Octal | 203 | 272 | 20 | 36 | 0 | 133 | 33 | 117 | 124 | 50 |
| Binary | 10000011 | 10111010 | 10000 | 11110 | 0 | 1011011 | 11011 | 1001111 | 1010100 | 101000 |
Color Harmonies of #83BA10
Complementary color
Monochromatic Colors of #83BA10
Black with #83BA10
Text Example
Text Example
White with #83BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BA10; }
p { color: rgb(131,186,16); }
H1.HeaderClassName
{
color: #83BA10;
}
.AnyTagClassName
{
color: #83BA10;
}
</style>
background-color css
<style>
a { background-color: #83BA10; }
a { background-color: rgb(131,186,16); }
div.DivClassName
{
background-color: #83BA10;
}
.BgClassName
{
background-color: #83BA10;
}
</style>
border-color css
<style>
span { border-color: #83BA10; }
span { border-color: rgb(131,186,16); }
td.TdClassName
{
border-color: #83BA10;
}
.TagClassName
{
border-color: #83BA10;
}
</style>