Shades of Citron #829C07
Tints of Citron #829C07
RGB
CMYK
RGB Variations
Color information
#829C07 (or 0x829C07) is known color: Citron. HEX triplet: 82, 9C and 07. RGB value is (130,156,7). Sum of RGB (Red+Green+Blue) = 130+156+7=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #829C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829C07 is #7D63F8. Grayscale: #838383. Windows color (decimal): -8217593 or 498818. OLE color: 498818.
HSL color Cylindrical-coordinate representation of color #829C07: hue angle of 70.47º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #829C07 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 7 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.39 |
| HSL | 70.47º | 0.91% | 0.32% | - |
| HSV(B) | 70.47º | 0.96% | 0.61% | - |
| XYZ | 21.13 | 28.54 | 4.6 | - |
| YUV | 131.24 | 57.89 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 7 | 0.17 | 0 | 0.96 | 0.39 | 70.47 | 0.91 | 0.32 |
| Hex | 82 | 9C | 7 | 11 | 0 | 60 | 27 | 46 | 5B | 20 |
| Octal | 202 | 234 | 7 | 21 | 0 | 140 | 47 | 106 | 133 | 40 |
| Binary | 10000010 | 10011100 | 111 | 10001 | 0 | 1100000 | 100111 | 1000110 | 1011011 | 100000 |
Color Harmonies of #829C07
Complementary color
Monochromatic Colors of #829C07
Black with #829C07
Text Example
Text Example
White with #829C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C07; }
p { color: rgb(130,156,7); }
H1.HeaderClassName
{
color: #829C07;
}
.AnyTagClassName
{
color: #829C07;
}
</style>
background-color css
<style>
a { background-color: #829C07; }
a { background-color: rgb(130,156,7); }
div.DivClassName
{
background-color: #829C07;
}
.BgClassName
{
background-color: #829C07;
}
</style>
border-color css
<style>
span { border-color: #829C07; }
span { border-color: rgb(130,156,7); }
td.TdClassName
{
border-color: #829C07;
}
.TagClassName
{
border-color: #829C07;
}
</style>