Shades of Sushi #82A43E
Tints of Sushi #82A43E
RGB
CMYK
RGB Variations
Color information
#82A43E (or 0x82A43E) is known color: Sushi. HEX triplet: 82, A4 and 3E. RGB value is (130,164,62). Sum of RGB (Red+Green+Blue) = 130+164+62=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #82A43E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A43E is #7D5BC1. Grayscale: #8E8E8E. Windows color (decimal): -8215490 or 4105346. OLE color: 4105346.
HSL color Cylindrical-coordinate representation of color #82A43E: hue angle of 80º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82A43E is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 164 | 62 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.36 |
| HSL | 80º | 0.45% | 0.44% | - |
| HSV(B) | 80º | 0.62% | 0.64% | - |
| XYZ | 23.35 | 31.64 | 9.43 | - |
| YUV | 142.21 | 82.74 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 164 | 62 | 0.21 | 0 | 0.62 | 0.36 | 80 | 0.45 | 0.44 |
| Hex | 82 | A4 | 3E | 15 | 0 | 3E | 24 | 50 | 2D | 2C |
| Octal | 202 | 244 | 76 | 25 | 0 | 76 | 44 | 120 | 55 | 54 |
| Binary | 10000010 | 10100100 | 111110 | 10101 | 0 | 111110 | 100100 | 1010000 | 101101 | 101100 |
Color Harmonies of #82A43E
Complementary color
Monochromatic Colors of #82A43E
Black with #82A43E
Text Example
Text Example
White with #82A43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A43E; }
p { color: rgb(130,164,62); }
H1.HeaderClassName
{
color: #82A43E;
}
.AnyTagClassName
{
color: #82A43E;
}
</style>
background-color css
<style>
a { background-color: #82A43E; }
a { background-color: rgb(130,164,62); }
div.DivClassName
{
background-color: #82A43E;
}
.BgClassName
{
background-color: #82A43E;
}
</style>
border-color css
<style>
span { border-color: #82A43E; }
span { border-color: rgb(130,164,62); }
td.TdClassName
{
border-color: #82A43E;
}
.TagClassName
{
border-color: #82A43E;
}
</style>