Shades of Citron #82A014
Tints of Citron #82A014
RGB
CMYK
RGB Variations
Color information
#82A014 (or 0x82A014) is known color: Citron. HEX triplet: 82, A0 and 14. RGB value is (130,160,20). Sum of RGB (Red+Green+Blue) = 130+160+20=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #82A014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A014 is #7D5FEB. Grayscale: #878787. Windows color (decimal): -8216556 or 1351810. OLE color: 1351810.
HSL color Cylindrical-coordinate representation of color #82A014: hue angle of 72.86º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82A014 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 160 | 20 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.37 |
| HSL | 72.86º | 0.78% | 0.35% | - |
| HSV(B) | 72.86º | 0.88% | 0.63% | - |
| XYZ | 21.9 | 29.94 | 5.29 | - |
| YUV | 135.07 | 63.06 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 160 | 20 | 0.19 | 0 | 0.88 | 0.37 | 72.86 | 0.78 | 0.35 |
| Hex | 82 | A0 | 14 | 13 | 0 | 58 | 25 | 49 | 4E | 23 |
| Octal | 202 | 240 | 24 | 23 | 0 | 130 | 45 | 111 | 116 | 43 |
| Binary | 10000010 | 10100000 | 10100 | 10011 | 0 | 1011000 | 100101 | 1001001 | 1001110 | 100011 |
Color Harmonies of #82A014
Complementary color
Monochromatic Colors of #82A014
Black with #82A014
Text Example
Text Example
White with #82A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A014; }
p { color: rgb(130,160,20); }
H1.HeaderClassName
{
color: #82A014;
}
.AnyTagClassName
{
color: #82A014;
}
</style>
background-color css
<style>
a { background-color: #82A014; }
a { background-color: rgb(130,160,20); }
div.DivClassName
{
background-color: #82A014;
}
.BgClassName
{
background-color: #82A014;
}
</style>
border-color css
<style>
span { border-color: #82A014; }
span { border-color: rgb(130,160,20); }
td.TdClassName
{
border-color: #82A014;
}
.TagClassName
{
border-color: #82A014;
}
</style>