Shades of Citron #829709
Tints of Citron #829709
RGB
CMYK
RGB Variations
Color information
#829709 (or 0x829709) is known color: Citron. HEX triplet: 82, 97 and 09. RGB value is (130,151,9). Sum of RGB (Red+Green+Blue) = 130+151+9=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #829709 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829709 is #7D68F6. Grayscale: #818181. Windows color (decimal): -8218871 or 628610. OLE color: 628610.
HSL color Cylindrical-coordinate representation of color #829709: hue angle of 68.87º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #829709 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 151 | 9 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.41 |
| HSL | 68.87º | 0.89% | 0.31% | - |
| HSV(B) | 68.87º | 0.94% | 0.59% | - |
| XYZ | 20.32 | 26.9 | 4.38 | - |
| YUV | 128.53 | 60.54 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 151 | 9 | 0.14 | 0 | 0.94 | 0.41 | 68.87 | 0.89 | 0.31 |
| Hex | 82 | 97 | 9 | E | 0 | 5E | 29 | 45 | 59 | 1F |
| Octal | 202 | 227 | 11 | 16 | 0 | 136 | 51 | 105 | 131 | 37 |
| Binary | 10000010 | 10010111 | 1001 | 1110 | 0 | 1011110 | 101001 | 1000101 | 1011001 | 11111 |
Color Harmonies of #829709
Complementary color
Monochromatic Colors of #829709
Black with #829709
Text Example
Text Example
White with #829709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829709; }
p { color: rgb(130,151,9); }
H1.HeaderClassName
{
color: #829709;
}
.AnyTagClassName
{
color: #829709;
}
</style>
background-color css
<style>
a { background-color: #829709; }
a { background-color: rgb(130,151,9); }
div.DivClassName
{
background-color: #829709;
}
.BgClassName
{
background-color: #829709;
}
</style>
border-color css
<style>
span { border-color: #829709; }
span { border-color: rgb(130,151,9); }
td.TdClassName
{
border-color: #829709;
}
.TagClassName
{
border-color: #829709;
}
</style>