Shades of Lima #83A50C
Tints of Lima #83A50C
RGB
CMYK
RGB Variations
Color information
#83A50C (or 0x83A50C) is known color: Lima. HEX triplet: 83, A5 and 0C. RGB value is (131,165,12). Sum of RGB (Red+Green+Blue) = 131+165+12=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 165 (64.84% from 255 or 53.57% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 165 - color contains mainly: green. Hex color #83A50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A50C is #7C5AF3. Grayscale: #898989. Windows color (decimal): -8149748 or 828803. OLE color: 828803.
HSL color Cylindrical-coordinate representation of color #83A50C: hue angle of 73.33º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83A50C is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 165 | 12 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.35 |
| HSL | 73.33º | 0.86% | 0.35% | - |
| HSV(B) | 73.33º | 0.93% | 0.65% | - |
| XYZ | 22.88 | 31.76 | 5.27 | - |
| YUV | 137.39 | 57.24 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 165 | 12 | 0.21 | 0 | 0.93 | 0.35 | 73.33 | 0.86 | 0.35 |
| Hex | 83 | A5 | C | 15 | 0 | 5D | 23 | 49 | 56 | 23 |
| Octal | 203 | 245 | 14 | 25 | 0 | 135 | 43 | 111 | 126 | 43 |
| Binary | 10000011 | 10100101 | 1100 | 10101 | 0 | 1011101 | 100011 | 1001001 | 1010110 | 100011 |
Color Harmonies of #83A50C
Complementary color
Monochromatic Colors of #83A50C
Black with #83A50C
Text Example
Text Example
White with #83A50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A50C; }
p { color: rgb(131,165,12); }
H1.HeaderClassName
{
color: #83A50C;
}
.AnyTagClassName
{
color: #83A50C;
}
</style>
background-color css
<style>
a { background-color: #83A50C; }
a { background-color: rgb(131,165,12); }
div.DivClassName
{
background-color: #83A50C;
}
.BgClassName
{
background-color: #83A50C;
}
</style>
border-color css
<style>
span { border-color: #83A50C; }
span { border-color: rgb(131,165,12); }
td.TdClassName
{
border-color: #83A50C;
}
.TagClassName
{
border-color: #83A50C;
}
</style>