Shades of Citron #829C0D
Tints of Citron #829C0D
RGB
CMYK
RGB Variations
Color information
#829C0D (or 0x829C0D) is known color: Citron. HEX triplet: 82, 9C and 0D. RGB value is (130,156,13). Sum of RGB (Red+Green+Blue) = 130+156+13=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #829C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829C0D is #7D63F2. Grayscale: #848484. Windows color (decimal): -8217587 or 892034. OLE color: 892034.
HSL color Cylindrical-coordinate representation of color #829C0D: hue angle of 70.91º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #829C0D is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 13 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.39 |
| HSL | 70.91º | 0.85% | 0.33% | - |
| HSV(B) | 70.91º | 0.92% | 0.61% | - |
| XYZ | 21.17 | 28.55 | 4.78 | - |
| YUV | 131.92 | 60.89 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 13 | 0.17 | 0 | 0.92 | 0.39 | 70.91 | 0.85 | 0.33 |
| Hex | 82 | 9C | D | 11 | 0 | 5C | 27 | 47 | 55 | 21 |
| Octal | 202 | 234 | 15 | 21 | 0 | 134 | 47 | 107 | 125 | 41 |
| Binary | 10000010 | 10011100 | 1101 | 10001 | 0 | 1011100 | 100111 | 1000111 | 1010101 | 100001 |
Color Harmonies of #829C0D
Complementary color
Monochromatic Colors of #829C0D
Black with #829C0D
Text Example
Text Example
White with #829C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C0D; }
p { color: rgb(130,156,13); }
H1.HeaderClassName
{
color: #829C0D;
}
.AnyTagClassName
{
color: #829C0D;
}
</style>
background-color css
<style>
a { background-color: #829C0D; }
a { background-color: rgb(130,156,13); }
div.DivClassName
{
background-color: #829C0D;
}
.BgClassName
{
background-color: #829C0D;
}
</style>
border-color css
<style>
span { border-color: #829C0D; }
span { border-color: rgb(130,156,13); }
td.TdClassName
{
border-color: #829C0D;
}
.TagClassName
{
border-color: #829C0D;
}
</style>