Shades of Citron #829911
Tints of Citron #829911
RGB
CMYK
RGB Variations
Color information
#829911 (or 0x829911) is known color: Citron. HEX triplet: 82, 99 and 11. RGB value is (130,153,17). Sum of RGB (Red+Green+Blue) = 130+153+17=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #829911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829911 is #7D66EE. Grayscale: #838383. Windows color (decimal): -8218351 or 1153410. OLE color: 1153410.
HSL color Cylindrical-coordinate representation of color #829911: hue angle of 70.15º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #829911 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 153 | 17 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.4 |
| HSL | 70.15º | 0.8% | 0.33% | - |
| HSV(B) | 70.15º | 0.89% | 0.6% | - |
| XYZ | 20.7 | 27.57 | 4.76 | - |
| YUV | 130.62 | 63.88 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 17 | 0.15 | 0 | 0.89 | 0.4 | 70.15 | 0.8 | 0.33 |
| Hex | 82 | 99 | 11 | F | 0 | 59 | 28 | 46 | 50 | 21 |
| Octal | 202 | 231 | 21 | 17 | 0 | 131 | 50 | 106 | 120 | 41 |
| Binary | 10000010 | 10011001 | 10001 | 1111 | 0 | 1011001 | 101000 | 1000110 | 1010000 | 100001 |
Color Harmonies of #829911
Complementary color
Monochromatic Colors of #829911
Black with #829911
Text Example
Text Example
White with #829911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829911; }
p { color: rgb(130,153,17); }
H1.HeaderClassName
{
color: #829911;
}
.AnyTagClassName
{
color: #829911;
}
</style>
background-color css
<style>
a { background-color: #829911; }
a { background-color: rgb(130,153,17); }
div.DivClassName
{
background-color: #829911;
}
.BgClassName
{
background-color: #829911;
}
</style>
border-color css
<style>
span { border-color: #829911; }
span { border-color: rgb(130,153,17); }
td.TdClassName
{
border-color: #829911;
}
.TagClassName
{
border-color: #829911;
}
</style>