Shades of Citrus #82A601
Tints of Citrus #82A601
RGB
CMYK
RGB Variations
Color information
#82A601 (or 0x82A601) is known color: Citrus. HEX triplet: 82, A6 and 01. RGB value is (130,166,1). Sum of RGB (Red+Green+Blue) = 130+166+1=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #82A601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A601 is #7D59FE. Grayscale: #898989. Windows color (decimal): -8215039 or 108162. OLE color: 108162.
HSL color Cylindrical-coordinate representation of color #82A601: hue angle of 73.09º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82A601 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 166 | 1 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.35 |
| HSL | 73.09º | 0.99% | 0.33% | - |
| HSV(B) | 73.09º | 0.99% | 0.65% | - |
| XYZ | 22.85 | 32.02 | 5.01 | - |
| YUV | 136.43 | 51.57 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 166 | 1 | 0.22 | 0 | 0.99 | 0.35 | 73.09 | 0.99 | 0.33 |
| Hex | 82 | A6 | 1 | 16 | 0 | 63 | 23 | 49 | 63 | 21 |
| Octal | 202 | 246 | 1 | 26 | 0 | 143 | 43 | 111 | 143 | 41 |
| Binary | 10000010 | 10100110 | 1 | 10110 | 0 | 1100011 | 100011 | 1001001 | 1100011 | 100001 |
Color Harmonies of #82A601
Complementary color
Monochromatic Colors of #82A601
Black with #82A601
Text Example
Text Example
White with #82A601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A601; }
p { color: rgb(130,166,1); }
H1.HeaderClassName
{
color: #82A601;
}
.AnyTagClassName
{
color: #82A601;
}
</style>
background-color css
<style>
a { background-color: #82A601; }
a { background-color: rgb(130,166,1); }
div.DivClassName
{
background-color: #82A601;
}
.BgClassName
{
background-color: #82A601;
}
</style>
border-color css
<style>
span { border-color: #82A601; }
span { border-color: rgb(130,166,1); }
td.TdClassName
{
border-color: #82A601;
}
.TagClassName
{
border-color: #82A601;
}
</style>