Shades of Citron #829010
Tints of Citron #829010
RGB
CMYK
RGB Variations
Color information
#829010 (or 0x829010) is known color: Citron. HEX triplet: 82, 90 and 10. RGB value is (130,144,16). Sum of RGB (Red+Green+Blue) = 130+144+16=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #829010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829010 is #7D6FEF. Grayscale: #7D7D7D. Windows color (decimal): -8220656 or 1085570. OLE color: 1085570.
HSL color Cylindrical-coordinate representation of color #829010: hue angle of 66.56º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #829010 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 16 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.44 |
| HSL | 66.56º | 0.8% | 0.31% | - |
| HSV(B) | 66.56º | 0.89% | 0.56% | - |
| XYZ | 19.27 | 24.73 | 4.25 | - |
| YUV | 125.22 | 66.36 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 16 | 0.10 | 0 | 0.89 | 0.44 | 66.56 | 0.8 | 0.31 |
| Hex | 82 | 90 | 10 | A | 0 | 59 | 2C | 43 | 50 | 1F |
| Octal | 202 | 220 | 20 | 12 | 0 | 131 | 54 | 103 | 120 | 37 |
| Binary | 10000010 | 10010000 | 10000 | 1010 | 0 | 1011001 | 101100 | 1000011 | 1010000 | 11111 |
Color Harmonies of #829010
Complementary color
Monochromatic Colors of #829010
Black with #829010
Text Example
Text Example
White with #829010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829010; }
p { color: rgb(130,144,16); }
H1.HeaderClassName
{
color: #829010;
}
.AnyTagClassName
{
color: #829010;
}
</style>
background-color css
<style>
a { background-color: #829010; }
a { background-color: rgb(130,144,16); }
div.DivClassName
{
background-color: #829010;
}
.BgClassName
{
background-color: #829010;
}
</style>
border-color css
<style>
span { border-color: #829010; }
span { border-color: rgb(130,144,16); }
td.TdClassName
{
border-color: #829010;
}
.TagClassName
{
border-color: #829010;
}
</style>