Shades of Citron #83A116
Tints of Citron #83A116
RGB
CMYK
RGB Variations
Color information
#83A116 (or 0x83A116) is known color: Citron. HEX triplet: 83, A1 and 16. RGB value is (131,161,22). Sum of RGB (Red+Green+Blue) = 131+161+22=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #83A116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A116 is #7C5EE9. Grayscale: #888888. Windows color (decimal): -8150762 or 1483139. OLE color: 1483139.
HSL color Cylindrical-coordinate representation of color #83A116: hue angle of 72.95º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83A116 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 161 | 22 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.37 |
| HSL | 72.95º | 0.76% | 0.36% | - |
| HSV(B) | 72.95º | 0.86% | 0.63% | - |
| XYZ | 22.25 | 30.37 | 5.45 | - |
| YUV | 136.18 | 63.56 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 22 | 0.19 | 0 | 0.86 | 0.37 | 72.95 | 0.76 | 0.36 |
| Hex | 83 | A1 | 16 | 13 | 0 | 56 | 25 | 49 | 4C | 24 |
| Octal | 203 | 241 | 26 | 23 | 0 | 126 | 45 | 111 | 114 | 44 |
| Binary | 10000011 | 10100001 | 10110 | 10011 | 0 | 1010110 | 100101 | 1001001 | 1001100 | 100100 |
Color Harmonies of #83A116
Complementary color
Monochromatic Colors of #83A116
Black with #83A116
Text Example
Text Example
White with #83A116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A116; }
p { color: rgb(131,161,22); }
H1.HeaderClassName
{
color: #83A116;
}
.AnyTagClassName
{
color: #83A116;
}
</style>
background-color css
<style>
a { background-color: #83A116; }
a { background-color: rgb(131,161,22); }
div.DivClassName
{
background-color: #83A116;
}
.BgClassName
{
background-color: #83A116;
}
</style>
border-color css
<style>
span { border-color: #83A116; }
span { border-color: rgb(131,161,22); }
td.TdClassName
{
border-color: #83A116;
}
.TagClassName
{
border-color: #83A116;
}
</style>