Shades of Citrus #82B602
Tints of Citrus #82B602
RGB
CMYK
RGB Variations
Color information
#82B602 (or 0x82B602) is known color: Citrus. HEX triplet: 82, B6 and 02. RGB value is (130,182,2). Sum of RGB (Red+Green+Blue) = 130+182+2=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #82B602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B602 is #7D49FD. Grayscale: #929292. Windows color (decimal): -8210942 or 177794. OLE color: 177794.
HSL color Cylindrical-coordinate representation of color #82B602: hue angle of 77.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82B602 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 182 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.29 |
| HSL | 77.33º | 0.98% | 0.36% | - |
| HSV(B) | 77.33º | 0.99% | 0.71% | - |
| XYZ | 25.94 | 38.21 | 6.06 | - |
| YUV | 145.93 | 46.77 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 182 | 2 | 0.29 | 0 | 0.99 | 0.29 | 77.33 | 0.98 | 0.36 |
| Hex | 82 | B6 | 2 | 1D | 0 | 63 | 1D | 4D | 62 | 24 |
| Octal | 202 | 266 | 2 | 35 | 0 | 143 | 35 | 115 | 142 | 44 |
| Binary | 10000010 | 10110110 | 10 | 11101 | 0 | 1100011 | 11101 | 1001101 | 1100010 | 100100 |
Color Harmonies of #82B602
Complementary color
Monochromatic Colors of #82B602
Black with #82B602
Text Example
Text Example
White with #82B602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B602; }
p { color: rgb(130,182,2); }
H1.HeaderClassName
{
color: #82B602;
}
.AnyTagClassName
{
color: #82B602;
}
</style>
background-color css
<style>
a { background-color: #82B602; }
a { background-color: rgb(130,182,2); }
div.DivClassName
{
background-color: #82B602;
}
.BgClassName
{
background-color: #82B602;
}
</style>
border-color css
<style>
span { border-color: #82B602; }
span { border-color: rgb(130,182,2); }
td.TdClassName
{
border-color: #82B602;
}
.TagClassName
{
border-color: #82B602;
}
</style>