Shades of Citron #839322
Tints of Citron #839322
RGB
CMYK
RGB Variations
Color information
#839322 (or 0x839322) is known color: Citron. HEX triplet: 83, 93 and 22. RGB value is (131,147,34). Sum of RGB (Red+Green+Blue) = 131+147+34=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #839322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839322 is #7C6CDD. Grayscale: #818181. Windows color (decimal): -8154334 or 2265987. OLE color: 2265987.
HSL color Cylindrical-coordinate representation of color #839322: hue angle of 68.5º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #839322 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 147 | 34 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.42 |
| HSL | 68.5º | 0.62% | 0.35% | - |
| HSV(B) | 68.5º | 0.77% | 0.58% | - |
| XYZ | 20.08 | 25.81 | 5.44 | - |
| YUV | 129.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 34 | 0.11 | 0 | 0.77 | 0.42 | 68.5 | 0.62 | 0.35 |
| Hex | 83 | 93 | 22 | B | 0 | 4D | 2A | 44 | 3E | 23 |
| Octal | 203 | 223 | 42 | 13 | 0 | 115 | 52 | 104 | 76 | 43 |
| Binary | 10000011 | 10010011 | 100010 | 1011 | 0 | 1001101 | 101010 | 1000100 | 111110 | 100011 |
Color Harmonies of #839322
Complementary color
Monochromatic Colors of #839322
Black with #839322
Text Example
Text Example
White with #839322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839322; }
p { color: rgb(131,147,34); }
H1.HeaderClassName
{
color: #839322;
}
.AnyTagClassName
{
color: #839322;
}
</style>
background-color css
<style>
a { background-color: #839322; }
a { background-color: rgb(131,147,34); }
div.DivClassName
{
background-color: #839322;
}
.BgClassName
{
background-color: #839322;
}
</style>
border-color css
<style>
span { border-color: #839322; }
span { border-color: rgb(131,147,34); }
td.TdClassName
{
border-color: #839322;
}
.TagClassName
{
border-color: #839322;
}
</style>