Shades of Citron #829210
Tints of Citron #829210
RGB
CMYK
RGB Variations
Color information
#829210 (or 0x829210) is known color: Citron. HEX triplet: 82, 92 and 10. RGB value is (130,146,16). Sum of RGB (Red+Green+Blue) = 130+146+16=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #829210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829210 is #7D6DEF. Grayscale: #7E7E7E. Windows color (decimal): -8220144 or 1086082. OLE color: 1086082.
HSL color Cylindrical-coordinate representation of color #829210: hue angle of 67.38º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #829210 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 16 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.43 |
| HSL | 67.38º | 0.8% | 0.32% | - |
| HSV(B) | 67.38º | 0.89% | 0.57% | - |
| XYZ | 19.58 | 25.34 | 4.35 | - |
| YUV | 126.4 | 65.7 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 16 | 0.11 | 0 | 0.89 | 0.43 | 67.38 | 0.8 | 0.32 |
| Hex | 82 | 92 | 10 | B | 0 | 59 | 2B | 43 | 50 | 20 |
| Octal | 202 | 222 | 20 | 13 | 0 | 131 | 53 | 103 | 120 | 40 |
| Binary | 10000010 | 10010010 | 10000 | 1011 | 0 | 1011001 | 101011 | 1000011 | 1010000 | 100000 |
Color Harmonies of #829210
Complementary color
Monochromatic Colors of #829210
Black with #829210
Text Example
Text Example
White with #829210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829210; }
p { color: rgb(130,146,16); }
H1.HeaderClassName
{
color: #829210;
}
.AnyTagClassName
{
color: #829210;
}
</style>
background-color css
<style>
a { background-color: #829210; }
a { background-color: rgb(130,146,16); }
div.DivClassName
{
background-color: #829210;
}
.BgClassName
{
background-color: #829210;
}
</style>
border-color css
<style>
span { border-color: #829210; }
span { border-color: rgb(130,146,16); }
td.TdClassName
{
border-color: #829210;
}
.TagClassName
{
border-color: #829210;
}
</style>