Shades of Lima #83A511
Tints of Lima #83A511
RGB
CMYK
RGB Variations
Color information
#83A511 (or 0x83A511) is known color: Lima. HEX triplet: 83, A5 and 11. RGB value is (131,165,17). Sum of RGB (Red+Green+Blue) = 131+165+17=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 165 (64.84% from 255 or 52.72% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 165 - color contains mainly: green. Hex color #83A511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A511 is #7C5AEE. Grayscale: #8A8A8A. Windows color (decimal): -8149743 or 1156483. OLE color: 1156483.
HSL color Cylindrical-coordinate representation of color #83A511: hue angle of 73.78º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83A511 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 165 | 17 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.35 |
| HSL | 73.78º | 0.81% | 0.36% | - |
| HSV(B) | 73.78º | 0.9% | 0.65% | - |
| XYZ | 22.92 | 31.78 | 5.46 | - |
| YUV | 137.96 | 59.74 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 165 | 17 | 0.21 | 0 | 0.90 | 0.35 | 73.78 | 0.81 | 0.36 |
| Hex | 83 | A5 | 11 | 15 | 0 | 5A | 23 | 4A | 51 | 24 |
| Octal | 203 | 245 | 21 | 25 | 0 | 132 | 43 | 112 | 121 | 44 |
| Binary | 10000011 | 10100101 | 10001 | 10101 | 0 | 1011010 | 100011 | 1001010 | 1010001 | 100100 |
Color Harmonies of #83A511
Complementary color
Monochromatic Colors of #83A511
Black with #83A511
Text Example
Text Example
White with #83A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A511; }
p { color: rgb(131,165,17); }
H1.HeaderClassName
{
color: #83A511;
}
.AnyTagClassName
{
color: #83A511;
}
</style>
background-color css
<style>
a { background-color: #83A511; }
a { background-color: rgb(131,165,17); }
div.DivClassName
{
background-color: #83A511;
}
.BgClassName
{
background-color: #83A511;
}
</style>
border-color css
<style>
span { border-color: #83A511; }
span { border-color: rgb(131,165,17); }
td.TdClassName
{
border-color: #83A511;
}
.TagClassName
{
border-color: #83A511;
}
</style>