Shades of Citron #829909
Tints of Citron #829909
RGB
CMYK
RGB Variations
Color information
#829909 (or 0x829909) is known color: Citron. HEX triplet: 82, 99 and 09. RGB value is (130,153,9). Sum of RGB (Red+Green+Blue) = 130+153+9=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #829909 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829909 is #7D66F6. Grayscale: #828282. Windows color (decimal): -8218359 or 629122. OLE color: 629122.
HSL color Cylindrical-coordinate representation of color #829909: hue angle of 69.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #829909 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 153 | 9 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.4 |
| HSL | 69.58º | 0.89% | 0.32% | - |
| HSV(B) | 69.58º | 0.94% | 0.6% | - |
| XYZ | 20.65 | 27.55 | 4.49 | - |
| YUV | 129.71 | 59.88 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 9 | 0.15 | 0 | 0.94 | 0.4 | 69.58 | 0.89 | 0.32 |
| Hex | 82 | 99 | 9 | F | 0 | 5E | 28 | 46 | 59 | 20 |
| Octal | 202 | 231 | 11 | 17 | 0 | 136 | 50 | 106 | 131 | 40 |
| Binary | 10000010 | 10011001 | 1001 | 1111 | 0 | 1011110 | 101000 | 1000110 | 1011001 | 100000 |
Color Harmonies of #829909
Complementary color
Monochromatic Colors of #829909
Black with #829909
Text Example
Text Example
White with #829909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829909; }
p { color: rgb(130,153,9); }
H1.HeaderClassName
{
color: #829909;
}
.AnyTagClassName
{
color: #829909;
}
</style>
background-color css
<style>
a { background-color: #829909; }
a { background-color: rgb(130,153,9); }
div.DivClassName
{
background-color: #829909;
}
.BgClassName
{
background-color: #829909;
}
</style>
border-color css
<style>
span { border-color: #829909; }
span { border-color: rgb(130,153,9); }
td.TdClassName
{
border-color: #829909;
}
.TagClassName
{
border-color: #829909;
}
</style>