Shades of Sushi #82A03B
Tints of Sushi #82A03B
RGB
CMYK
RGB Variations
Color information
#82A03B (or 0x82A03B) is known color: Sushi. HEX triplet: 82, A0 and 3B. RGB value is (130,160,59). Sum of RGB (Red+Green+Blue) = 130+160+59=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 160 - color contains mainly: green. Hex color #82A03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A03B is #7D5FC4. Grayscale: #8B8B8B. Windows color (decimal): -8216517 or 3907714. OLE color: 3907714.
HSL color Cylindrical-coordinate representation of color #82A03B: hue angle of 77.82º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82A03B is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 160 | 59 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.37 |
| HSL | 77.82º | 0.46% | 0.43% | - |
| HSV(B) | 77.82º | 0.63% | 0.63% | - |
| XYZ | 22.57 | 30.2 | 8.78 | - |
| YUV | 139.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 160 | 59 | 0.19 | 0 | 0.63 | 0.37 | 77.82 | 0.46 | 0.43 |
| Hex | 82 | A0 | 3B | 13 | 0 | 3F | 25 | 4E | 2E | 2B |
| Octal | 202 | 240 | 73 | 23 | 0 | 77 | 45 | 116 | 56 | 53 |
| Binary | 10000010 | 10100000 | 111011 | 10011 | 0 | 111111 | 100101 | 1001110 | 101110 | 101011 |
Color Harmonies of #82A03B
Complementary color
Monochromatic Colors of #82A03B
Black with #82A03B
Text Example
Text Example
White with #82A03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A03B; }
p { color: rgb(130,160,59); }
H1.HeaderClassName
{
color: #82A03B;
}
.AnyTagClassName
{
color: #82A03B;
}
</style>
background-color css
<style>
a { background-color: #82A03B; }
a { background-color: rgb(130,160,59); }
div.DivClassName
{
background-color: #82A03B;
}
.BgClassName
{
background-color: #82A03B;
}
</style>
border-color css
<style>
span { border-color: #82A03B; }
span { border-color: rgb(130,160,59); }
td.TdClassName
{
border-color: #82A03B;
}
.TagClassName
{
border-color: #82A03B;
}
</style>