Shades of Citron #839211
Tints of Citron #839211
RGB
CMYK
RGB Variations
Color information
#839211 (or 0x839211) is known color: Citron. HEX triplet: 83, 92 and 11. RGB value is (131,146,17). Sum of RGB (Red+Green+Blue) = 131+146+17=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #839211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839211 is #7C6DEE. Grayscale: #7F7F7F. Windows color (decimal): -8154607 or 1151619. OLE color: 1151619.
HSL color Cylindrical-coordinate representation of color #839211: hue angle of 66.98º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #839211 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 146 | 17 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.43 |
| HSL | 66.98º | 0.79% | 0.32% | - |
| HSV(B) | 66.98º | 0.88% | 0.57% | - |
| XYZ | 19.74 | 25.42 | 4.4 | - |
| YUV | 126.81 | 66.03 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 17 | 0.10 | 0 | 0.88 | 0.43 | 66.98 | 0.79 | 0.32 |
| Hex | 83 | 92 | 11 | A | 0 | 58 | 2B | 43 | 4F | 20 |
| Octal | 203 | 222 | 21 | 12 | 0 | 130 | 53 | 103 | 117 | 40 |
| Binary | 10000011 | 10010010 | 10001 | 1010 | 0 | 1011000 | 101011 | 1000011 | 1001111 | 100000 |
Color Harmonies of #839211
Complementary color
Monochromatic Colors of #839211
Black with #839211
Text Example
Text Example
White with #839211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839211; }
p { color: rgb(131,146,17); }
H1.HeaderClassName
{
color: #839211;
}
.AnyTagClassName
{
color: #839211;
}
</style>
background-color css
<style>
a { background-color: #839211; }
a { background-color: rgb(131,146,17); }
div.DivClassName
{
background-color: #839211;
}
.BgClassName
{
background-color: #839211;
}
</style>
border-color css
<style>
span { border-color: #839211; }
span { border-color: rgb(131,146,17); }
td.TdClassName
{
border-color: #839211;
}
.TagClassName
{
border-color: #839211;
}
</style>