Shades of Sushi #82A13E
Tints of Sushi #82A13E
RGB
CMYK
RGB Variations
Color information
#82A13E (or 0x82A13E) is known color: Sushi. HEX triplet: 82, A1 and 3E. RGB value is (130,161,62). Sum of RGB (Red+Green+Blue) = 130+161+62=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #82A13E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A13E is #7D5EC1. Grayscale: #8C8C8C. Windows color (decimal): -8216258 or 4104578. OLE color: 4104578.
HSL color Cylindrical-coordinate representation of color #82A13E: hue angle of 78.79º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82A13E is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 161 | 62 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.37 |
| HSL | 78.79º | 0.44% | 0.44% | - |
| HSV(B) | 78.79º | 0.61% | 0.63% | - |
| XYZ | 22.82 | 30.58 | 9.26 | - |
| YUV | 140.45 | 83.73 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 161 | 62 | 0.19 | 0 | 0.61 | 0.37 | 78.79 | 0.44 | 0.44 |
| Hex | 82 | A1 | 3E | 13 | 0 | 3D | 25 | 4F | 2C | 2C |
| Octal | 202 | 241 | 76 | 23 | 0 | 75 | 45 | 117 | 54 | 54 |
| Binary | 10000010 | 10100001 | 111110 | 10011 | 0 | 111101 | 100101 | 1001111 | 101100 | 101100 |
Color Harmonies of #82A13E
Complementary color
Monochromatic Colors of #82A13E
Black with #82A13E
Text Example
Text Example
White with #82A13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A13E; }
p { color: rgb(130,161,62); }
H1.HeaderClassName
{
color: #82A13E;
}
.AnyTagClassName
{
color: #82A13E;
}
</style>
background-color css
<style>
a { background-color: #82A13E; }
a { background-color: rgb(130,161,62); }
div.DivClassName
{
background-color: #82A13E;
}
.BgClassName
{
background-color: #82A13E;
}
</style>
border-color css
<style>
span { border-color: #82A13E; }
span { border-color: rgb(130,161,62); }
td.TdClassName
{
border-color: #82A13E;
}
.TagClassName
{
border-color: #82A13E;
}
</style>