Shades of Citron #83931C
Tints of Citron #83931C
RGB
CMYK
RGB Variations
Color information
#83931C (or 0x83931C) is known color: Citron. HEX triplet: 83, 93 and 1C. RGB value is (131,147,28). Sum of RGB (Red+Green+Blue) = 131+147+28=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #83931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83931C is #7C6CE3. Grayscale: #818181. Windows color (decimal): -8154340 or 1872771. OLE color: 1872771.
HSL color Cylindrical-coordinate representation of color #83931C: hue angle of 68.07º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83931C is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 147 | 28 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.42 |
| HSL | 68.07º | 0.68% | 0.34% | - |
| HSV(B) | 68.07º | 0.81% | 0.58% | - |
| XYZ | 20 | 25.78 | 5.02 | - |
| YUV | 128.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 28 | 0.11 | 0 | 0.81 | 0.42 | 68.07 | 0.68 | 0.34 |
| Hex | 83 | 93 | 1C | B | 0 | 51 | 2A | 44 | 44 | 22 |
| Octal | 203 | 223 | 34 | 13 | 0 | 121 | 52 | 104 | 104 | 42 |
| Binary | 10000011 | 10010011 | 11100 | 1011 | 0 | 1010001 | 101010 | 1000100 | 1000100 | 100010 |
Color Harmonies of #83931C
Complementary color
Monochromatic Colors of #83931C
Black with #83931C
Text Example
Text Example
White with #83931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83931C; }
p { color: rgb(131,147,28); }
H1.HeaderClassName
{
color: #83931C;
}
.AnyTagClassName
{
color: #83931C;
}
</style>
background-color css
<style>
a { background-color: #83931C; }
a { background-color: rgb(131,147,28); }
div.DivClassName
{
background-color: #83931C;
}
.BgClassName
{
background-color: #83931C;
}
</style>
border-color css
<style>
span { border-color: #83931C; }
span { border-color: rgb(131,147,28); }
td.TdClassName
{
border-color: #83931C;
}
.TagClassName
{
border-color: #83931C;
}
</style>