Shades of Citron #839A0C
Tints of Citron #839A0C
RGB
CMYK
RGB Variations
Color information
#839A0C (or 0x839A0C) is known color: Citron. HEX triplet: 83, 9A and 0C. RGB value is (131,154,12). Sum of RGB (Red+Green+Blue) = 131+154+12=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #839A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839A0C is #7C65F3. Grayscale: #838383. Windows color (decimal): -8152564 or 825987. OLE color: 825987.
HSL color Cylindrical-coordinate representation of color #839A0C: hue angle of 69.72º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #839A0C is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 154 | 12 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.40 |
| HSL | 69.72º | 0.86% | 0.33% | - |
| HSV(B) | 69.72º | 0.92% | 0.6% | - |
| XYZ | 20.98 | 27.96 | 4.64 | - |
| YUV | 130.94 | 60.88 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 12 | 0.15 | 0 | 0.92 | 0.40 | 69.72 | 0.86 | 0.33 |
| Hex | 83 | 9A | C | F | 0 | 5C | 28 | 46 | 56 | 21 |
| Octal | 203 | 232 | 14 | 17 | 0 | 134 | 50 | 106 | 126 | 41 |
| Binary | 10000011 | 10011010 | 1100 | 1111 | 0 | 1011100 | 101000 | 1000110 | 1010110 | 100001 |
Color Harmonies of #839A0C
Complementary color
Monochromatic Colors of #839A0C
Black with #839A0C
Text Example
Text Example
White with #839A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839A0C; }
p { color: rgb(131,154,12); }
H1.HeaderClassName
{
color: #839A0C;
}
.AnyTagClassName
{
color: #839A0C;
}
</style>
background-color css
<style>
a { background-color: #839A0C; }
a { background-color: rgb(131,154,12); }
div.DivClassName
{
background-color: #839A0C;
}
.BgClassName
{
background-color: #839A0C;
}
</style>
border-color css
<style>
span { border-color: #839A0C; }
span { border-color: rgb(131,154,12); }
td.TdClassName
{
border-color: #839A0C;
}
.TagClassName
{
border-color: #839A0C;
}
</style>