Shades of Citron #829D1C
Tints of Citron #829D1C
RGB
CMYK
RGB Variations
Color information
#829D1C (or 0x829D1C) is known color: Citron. HEX triplet: 82, 9D and 1C. RGB value is (130,157,28). Sum of RGB (Red+Green+Blue) = 130+157+28=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #829D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829D1C is #7D62E3. Grayscale: #868686. Windows color (decimal): -8217316 or 1875330. OLE color: 1875330.
HSL color Cylindrical-coordinate representation of color #829D1C: hue angle of 72.56º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #829D1C is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 157 | 28 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.38 |
| HSL | 72.56º | 0.7% | 0.36% | - |
| HSV(B) | 72.56º | 0.82% | 0.62% | - |
| XYZ | 21.47 | 28.94 | 5.55 | - |
| YUV | 134.22 | 68.05 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 28 | 0.17 | 0 | 0.82 | 0.38 | 72.56 | 0.7 | 0.36 |
| Hex | 82 | 9D | 1C | 11 | 0 | 52 | 26 | 49 | 46 | 24 |
| Octal | 202 | 235 | 34 | 21 | 0 | 122 | 46 | 111 | 106 | 44 |
| Binary | 10000010 | 10011101 | 11100 | 10001 | 0 | 1010010 | 100110 | 1001001 | 1000110 | 100100 |
Color Harmonies of #829D1C
Complementary color
Monochromatic Colors of #829D1C
Black with #829D1C
Text Example
Text Example
White with #829D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829D1C; }
p { color: rgb(130,157,28); }
H1.HeaderClassName
{
color: #829D1C;
}
.AnyTagClassName
{
color: #829D1C;
}
</style>
background-color css
<style>
a { background-color: #829D1C; }
a { background-color: rgb(130,157,28); }
div.DivClassName
{
background-color: #829D1C;
}
.BgClassName
{
background-color: #829D1C;
}
</style>
border-color css
<style>
span { border-color: #829D1C; }
span { border-color: rgb(130,157,28); }
td.TdClassName
{
border-color: #829D1C;
}
.TagClassName
{
border-color: #829D1C;
}
</style>