Shades of Lima #83A413
Tints of Lima #83A413
RGB
CMYK
RGB Variations
Color information
#83A413 (or 0x83A413) is known color: Lima. HEX triplet: 83, A4 and 13. RGB value is (131,164,19). Sum of RGB (Red+Green+Blue) = 131+164+19=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 164 (64.45% from 255 or 52.23% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 164 - color contains mainly: green. Hex color #83A413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A413 is #7C5BEC. Grayscale: #8A8A8A. Windows color (decimal): -8149997 or 1287299. OLE color: 1287299.
HSL color Cylindrical-coordinate representation of color #83A413: hue angle of 73.66º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83A413 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 164 | 19 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.36 |
| HSL | 73.66º | 0.79% | 0.36% | - |
| HSV(B) | 73.66º | 0.88% | 0.64% | - |
| XYZ | 22.75 | 31.42 | 5.48 | - |
| YUV | 137.6 | 61.07 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 164 | 19 | 0.20 | 0 | 0.88 | 0.36 | 73.66 | 0.79 | 0.36 |
| Hex | 83 | A4 | 13 | 14 | 0 | 58 | 24 | 4A | 4F | 24 |
| Octal | 203 | 244 | 23 | 24 | 0 | 130 | 44 | 112 | 117 | 44 |
| Binary | 10000011 | 10100100 | 10011 | 10100 | 0 | 1011000 | 100100 | 1001010 | 1001111 | 100100 |
Color Harmonies of #83A413
Complementary color
Monochromatic Colors of #83A413
Black with #83A413
Text Example
Text Example
White with #83A413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A413; }
p { color: rgb(131,164,19); }
H1.HeaderClassName
{
color: #83A413;
}
.AnyTagClassName
{
color: #83A413;
}
</style>
background-color css
<style>
a { background-color: #83A413; }
a { background-color: rgb(131,164,19); }
div.DivClassName
{
background-color: #83A413;
}
.BgClassName
{
background-color: #83A413;
}
</style>
border-color css
<style>
span { border-color: #83A413; }
span { border-color: rgb(131,164,19); }
td.TdClassName
{
border-color: #83A413;
}
.TagClassName
{
border-color: #83A413;
}
</style>