Shades of Sushi #82A639
Tints of Sushi #82A639
RGB
CMYK
RGB Variations
Color information
#82A639 (or 0x82A639) is known color: Sushi. HEX triplet: 82, A6 and 39. RGB value is (130,166,57). Sum of RGB (Red+Green+Blue) = 130+166+57=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #82A639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A639 is #7D59C6. Grayscale: #8F8F8F. Windows color (decimal): -8214983 or 3778178. OLE color: 3778178.
HSL color Cylindrical-coordinate representation of color #82A639: hue angle of 79.82º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82A639 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 166 | 57 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.35 |
| HSL | 79.82º | 0.49% | 0.44% | - |
| HSV(B) | 79.82º | 0.66% | 0.65% | - |
| XYZ | 23.58 | 32.31 | 8.87 | - |
| YUV | 142.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 166 | 57 | 0.22 | 0 | 0.66 | 0.35 | 79.82 | 0.49 | 0.44 |
| Hex | 82 | A6 | 39 | 16 | 0 | 42 | 23 | 50 | 31 | 2C |
| Octal | 202 | 246 | 71 | 26 | 0 | 102 | 43 | 120 | 61 | 54 |
| Binary | 10000010 | 10100110 | 111001 | 10110 | 0 | 1000010 | 100011 | 1010000 | 110001 | 101100 |
Color Harmonies of #82A639
Complementary color
Monochromatic Colors of #82A639
Black with #82A639
Text Example
Text Example
White with #82A639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A639; }
p { color: rgb(130,166,57); }
H1.HeaderClassName
{
color: #82A639;
}
.AnyTagClassName
{
color: #82A639;
}
</style>
background-color css
<style>
a { background-color: #82A639; }
a { background-color: rgb(130,166,57); }
div.DivClassName
{
background-color: #82A639;
}
.BgClassName
{
background-color: #82A639;
}
</style>
border-color css
<style>
span { border-color: #82A639; }
span { border-color: rgb(130,166,57); }
td.TdClassName
{
border-color: #82A639;
}
.TagClassName
{
border-color: #82A639;
}
</style>