Shades of Citron #839512
Tints of Citron #839512
RGB
CMYK
RGB Variations
Color information
#839512 (or 0x839512) is known color: Citron. HEX triplet: 83, 95 and 12. RGB value is (131,149,18). Sum of RGB (Red+Green+Blue) = 131+149+18=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #839512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839512 is #7C6AED. Grayscale: #818181. Windows color (decimal): -8153838 or 1217923. OLE color: 1217923.
HSL color Cylindrical-coordinate representation of color #839512: hue angle of 68.24º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #839512 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 149 | 18 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.42 |
| HSL | 68.24º | 0.78% | 0.33% | - |
| HSV(B) | 68.24º | 0.88% | 0.58% | - |
| XYZ | 20.22 | 26.36 | 4.6 | - |
| YUV | 128.68 | 65.54 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 18 | 0.12 | 0 | 0.88 | 0.42 | 68.24 | 0.78 | 0.33 |
| Hex | 83 | 95 | 12 | C | 0 | 58 | 2A | 44 | 4E | 21 |
| Octal | 203 | 225 | 22 | 14 | 0 | 130 | 52 | 104 | 116 | 41 |
| Binary | 10000011 | 10010101 | 10010 | 1100 | 0 | 1011000 | 101010 | 1000100 | 1001110 | 100001 |
Color Harmonies of #839512
Complementary color
Monochromatic Colors of #839512
Black with #839512
Text Example
Text Example
White with #839512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839512; }
p { color: rgb(131,149,18); }
H1.HeaderClassName
{
color: #839512;
}
.AnyTagClassName
{
color: #839512;
}
</style>
background-color css
<style>
a { background-color: #839512; }
a { background-color: rgb(131,149,18); }
div.DivClassName
{
background-color: #839512;
}
.BgClassName
{
background-color: #839512;
}
</style>
border-color css
<style>
span { border-color: #839512; }
span { border-color: rgb(131,149,18); }
td.TdClassName
{
border-color: #839512;
}
.TagClassName
{
border-color: #839512;
}
</style>