Shades of Citron #829D1B
Tints of Citron #829D1B
RGB
CMYK
RGB Variations
Color information
#829D1B (or 0x829D1B) is known color: Citron. HEX triplet: 82, 9D and 1B. RGB value is (130,157,27). Sum of RGB (Red+Green+Blue) = 130+157+27=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #829D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829D1B is #7D62E4. Grayscale: #868686. Windows color (decimal): -8217317 or 1809794. OLE color: 1809794.
HSL color Cylindrical-coordinate representation of color #829D1B: hue angle of 72.46º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #829D1B is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 157 | 27 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.38 |
| HSL | 72.46º | 0.71% | 0.36% | - |
| HSV(B) | 72.46º | 0.83% | 0.62% | - |
| XYZ | 21.46 | 28.94 | 5.49 | - |
| YUV | 134.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 27 | 0.17 | 0 | 0.83 | 0.38 | 72.46 | 0.71 | 0.36 |
| Hex | 82 | 9D | 1B | 11 | 0 | 53 | 26 | 48 | 47 | 24 |
| Octal | 202 | 235 | 33 | 21 | 0 | 123 | 46 | 110 | 107 | 44 |
| Binary | 10000010 | 10011101 | 11011 | 10001 | 0 | 1010011 | 100110 | 1001000 | 1000111 | 100100 |
Color Harmonies of #829D1B
Complementary color
Monochromatic Colors of #829D1B
Black with #829D1B
Text Example
Text Example
White with #829D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829D1B; }
p { color: rgb(130,157,27); }
H1.HeaderClassName
{
color: #829D1B;
}
.AnyTagClassName
{
color: #829D1B;
}
</style>
background-color css
<style>
a { background-color: #829D1B; }
a { background-color: rgb(130,157,27); }
div.DivClassName
{
background-color: #829D1B;
}
.BgClassName
{
background-color: #829D1B;
}
</style>
border-color css
<style>
span { border-color: #829D1B; }
span { border-color: rgb(130,157,27); }
td.TdClassName
{
border-color: #829D1B;
}
.TagClassName
{
border-color: #829D1B;
}
</style>