Shades of Citron #82A019
Tints of Citron #82A019
RGB
CMYK
RGB Variations
Color information
#82A019 (or 0x82A019) is known color: Citron. HEX triplet: 82, A0 and 19. RGB value is (130,160,25). Sum of RGB (Red+Green+Blue) = 130+160+25=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #82A019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A019 is #7D5FE6. Grayscale: #888888. Windows color (decimal): -8216551 or 1679490. OLE color: 1679490.
HSL color Cylindrical-coordinate representation of color #82A019: hue angle of 73.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82A019 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 160 | 25 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.37 |
| HSL | 73.33º | 0.73% | 0.36% | - |
| HSV(B) | 73.33º | 0.84% | 0.63% | - |
| XYZ | 21.95 | 29.96 | 5.55 | - |
| YUV | 135.64 | 65.56 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 160 | 25 | 0.19 | 0 | 0.84 | 0.37 | 73.33 | 0.73 | 0.36 |
| Hex | 82 | A0 | 19 | 13 | 0 | 54 | 25 | 49 | 49 | 24 |
| Octal | 202 | 240 | 31 | 23 | 0 | 124 | 45 | 111 | 111 | 44 |
| Binary | 10000010 | 10100000 | 11001 | 10011 | 0 | 1010100 | 100101 | 1001001 | 1001001 | 100100 |
Color Harmonies of #82A019
Complementary color
Monochromatic Colors of #82A019
Black with #82A019
Text Example
Text Example
White with #82A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A019; }
p { color: rgb(130,160,25); }
H1.HeaderClassName
{
color: #82A019;
}
.AnyTagClassName
{
color: #82A019;
}
</style>
background-color css
<style>
a { background-color: #82A019; }
a { background-color: rgb(130,160,25); }
div.DivClassName
{
background-color: #82A019;
}
.BgClassName
{
background-color: #82A019;
}
</style>
border-color css
<style>
span { border-color: #82A019; }
span { border-color: rgb(130,160,25); }
td.TdClassName
{
border-color: #82A019;
}
.TagClassName
{
border-color: #82A019;
}
</style>