Shades of Citron #829C1C
Tints of Citron #829C1C
RGB
CMYK
RGB Variations
Color information
#829C1C (or 0x829C1C) is known color: Citron. HEX triplet: 82, 9C and 1C. RGB value is (130,156,28). Sum of RGB (Red+Green+Blue) = 130+156+28=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #829C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829C1C is #7D63E3. Grayscale: #868686. Windows color (decimal): -8217572 or 1875074. OLE color: 1875074.
HSL color Cylindrical-coordinate representation of color #829C1C: hue angle of 72.19º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #829C1C is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 28 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.39 |
| HSL | 72.19º | 0.7% | 0.36% | - |
| HSV(B) | 72.19º | 0.82% | 0.61% | - |
| XYZ | 21.3 | 28.61 | 5.5 | - |
| YUV | 133.63 | 68.39 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 28 | 0.17 | 0 | 0.82 | 0.39 | 72.19 | 0.7 | 0.36 |
| Hex | 82 | 9C | 1C | 11 | 0 | 52 | 27 | 48 | 46 | 24 |
| Octal | 202 | 234 | 34 | 21 | 0 | 122 | 47 | 110 | 106 | 44 |
| Binary | 10000010 | 10011100 | 11100 | 10001 | 0 | 1010010 | 100111 | 1001000 | 1000110 | 100100 |
Color Harmonies of #829C1C
Complementary color
Monochromatic Colors of #829C1C
Black with #829C1C
Text Example
Text Example
White with #829C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C1C; }
p { color: rgb(130,156,28); }
H1.HeaderClassName
{
color: #829C1C;
}
.AnyTagClassName
{
color: #829C1C;
}
</style>
background-color css
<style>
a { background-color: #829C1C; }
a { background-color: rgb(130,156,28); }
div.DivClassName
{
background-color: #829C1C;
}
.BgClassName
{
background-color: #829C1C;
}
</style>
border-color css
<style>
span { border-color: #829C1C; }
span { border-color: rgb(130,156,28); }
td.TdClassName
{
border-color: #829C1C;
}
.TagClassName
{
border-color: #829C1C;
}
</style>