Shades of Citron #839316
Tints of Citron #839316
RGB
CMYK
RGB Variations
Color information
#839316 (or 0x839316) is known color: Citron. HEX triplet: 83, 93 and 16. RGB value is (131,147,22). Sum of RGB (Red+Green+Blue) = 131+147+22=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #839316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839316 is #7C6CE9. Grayscale: #808080. Windows color (decimal): -8154346 or 1479555. OLE color: 1479555.
HSL color Cylindrical-coordinate representation of color #839316: hue angle of 67.68º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #839316 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 147 | 22 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.42 |
| HSL | 67.68º | 0.74% | 0.33% | - |
| HSV(B) | 67.68º | 0.85% | 0.58% | - |
| XYZ | 19.94 | 25.75 | 4.68 | - |
| YUV | 127.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 22 | 0.11 | 0 | 0.85 | 0.42 | 67.68 | 0.74 | 0.33 |
| Hex | 83 | 93 | 16 | B | 0 | 55 | 2A | 44 | 4A | 21 |
| Octal | 203 | 223 | 26 | 13 | 0 | 125 | 52 | 104 | 112 | 41 |
| Binary | 10000011 | 10010011 | 10110 | 1011 | 0 | 1010101 | 101010 | 1000100 | 1001010 | 100001 |
Color Harmonies of #839316
Complementary color
Monochromatic Colors of #839316
Black with #839316
Text Example
Text Example
White with #839316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839316; }
p { color: rgb(131,147,22); }
H1.HeaderClassName
{
color: #839316;
}
.AnyTagClassName
{
color: #839316;
}
</style>
background-color css
<style>
a { background-color: #839316; }
a { background-color: rgb(131,147,22); }
div.DivClassName
{
background-color: #839316;
}
.BgClassName
{
background-color: #839316;
}
</style>
border-color css
<style>
span { border-color: #839316; }
span { border-color: rgb(131,147,22); }
td.TdClassName
{
border-color: #839316;
}
.TagClassName
{
border-color: #839316;
}
</style>