Shades of Citron #83A110
Tints of Citron #83A110
RGB
CMYK
RGB Variations
Color information
#83A110 (or 0x83A110) is known color: Citron. HEX triplet: 83, A1 and 10. RGB value is (131,161,16). Sum of RGB (Red+Green+Blue) = 131+161+16=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #83A110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A110 is #7C5EEF. Grayscale: #888888. Windows color (decimal): -8150768 or 1089923. OLE color: 1089923.
HSL color Cylindrical-coordinate representation of color #83A110: hue angle of 72.41º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83A110 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 161 | 16 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.37 |
| HSL | 72.41º | 0.82% | 0.35% | - |
| HSV(B) | 72.41º | 0.9% | 0.63% | - |
| XYZ | 22.2 | 30.35 | 5.18 | - |
| YUV | 135.5 | 60.56 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 16 | 0.19 | 0 | 0.90 | 0.37 | 72.41 | 0.82 | 0.35 |
| Hex | 83 | A1 | 10 | 13 | 0 | 5A | 25 | 48 | 52 | 23 |
| Octal | 203 | 241 | 20 | 23 | 0 | 132 | 45 | 110 | 122 | 43 |
| Binary | 10000011 | 10100001 | 10000 | 10011 | 0 | 1011010 | 100101 | 1001000 | 1010010 | 100011 |
Color Harmonies of #83A110
Complementary color
Monochromatic Colors of #83A110
Black with #83A110
Text Example
Text Example
White with #83A110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A110; }
p { color: rgb(131,161,16); }
H1.HeaderClassName
{
color: #83A110;
}
.AnyTagClassName
{
color: #83A110;
}
</style>
background-color css
<style>
a { background-color: #83A110; }
a { background-color: rgb(131,161,16); }
div.DivClassName
{
background-color: #83A110;
}
.BgClassName
{
background-color: #83A110;
}
</style>
border-color css
<style>
span { border-color: #83A110; }
span { border-color: rgb(131,161,16); }
td.TdClassName
{
border-color: #83A110;
}
.TagClassName
{
border-color: #83A110;
}
</style>