Shades of Citron #829C13
Tints of Citron #829C13
RGB
CMYK
RGB Variations
Color information
#829C13 (or 0x829C13) is known color: Citron. HEX triplet: 82, 9C and 13. RGB value is (130,156,19). Sum of RGB (Red+Green+Blue) = 130+156+19=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #829C13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829C13 is #7D63EC. Grayscale: #858585. Windows color (decimal): -8217581 or 1285250. OLE color: 1285250.
HSL color Cylindrical-coordinate representation of color #829C13: hue angle of 71.39º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #829C13 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 19 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.39 |
| HSL | 71.39º | 0.78% | 0.34% | - |
| HSV(B) | 71.39º | 0.88% | 0.61% | - |
| XYZ | 21.21 | 28.57 | 5.01 | - |
| YUV | 132.61 | 63.89 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 19 | 0.17 | 0 | 0.88 | 0.39 | 71.39 | 0.78 | 0.34 |
| Hex | 82 | 9C | 13 | 11 | 0 | 58 | 27 | 47 | 4E | 22 |
| Octal | 202 | 234 | 23 | 21 | 0 | 130 | 47 | 107 | 116 | 42 |
| Binary | 10000010 | 10011100 | 10011 | 10001 | 0 | 1011000 | 100111 | 1000111 | 1001110 | 100010 |
Color Harmonies of #829C13
Complementary color
Monochromatic Colors of #829C13
Black with #829C13
Text Example
Text Example
White with #829C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C13; }
p { color: rgb(130,156,19); }
H1.HeaderClassName
{
color: #829C13;
}
.AnyTagClassName
{
color: #829C13;
}
</style>
background-color css
<style>
a { background-color: #829C13; }
a { background-color: rgb(130,156,19); }
div.DivClassName
{
background-color: #829C13;
}
.BgClassName
{
background-color: #829C13;
}
</style>
border-color css
<style>
span { border-color: #829C13; }
span { border-color: rgb(130,156,19); }
td.TdClassName
{
border-color: #829C13;
}
.TagClassName
{
border-color: #829C13;
}
</style>