Shades of Sushi #82A33D
Tints of Sushi #82A33D
RGB
CMYK
RGB Variations
Color information
#82A33D (or 0x82A33D) is known color: Sushi. HEX triplet: 82, A3 and 3D. RGB value is (130,163,61). Sum of RGB (Red+Green+Blue) = 130+163+61=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #82A33D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A33D is #7D5CC2. Grayscale: #8D8D8D. Windows color (decimal): -8215747 or 4039554. OLE color: 4039554.
HSL color Cylindrical-coordinate representation of color #82A33D: hue angle of 79.41º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82A33D is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 163 | 61 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.36 |
| HSL | 79.41º | 0.46% | 0.44% | - |
| HSV(B) | 79.41º | 0.63% | 0.64% | - |
| XYZ | 23.15 | 31.28 | 9.23 | - |
| YUV | 141.51 | 82.57 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 163 | 61 | 0.20 | 0 | 0.63 | 0.36 | 79.41 | 0.46 | 0.44 |
| Hex | 82 | A3 | 3D | 14 | 0 | 3F | 24 | 4F | 2E | 2C |
| Octal | 202 | 243 | 75 | 24 | 0 | 77 | 44 | 117 | 56 | 54 |
| Binary | 10000010 | 10100011 | 111101 | 10100 | 0 | 111111 | 100100 | 1001111 | 101110 | 101100 |
Color Harmonies of #82A33D
Complementary color
Monochromatic Colors of #82A33D
Black with #82A33D
Text Example
Text Example
White with #82A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A33D; }
p { color: rgb(130,163,61); }
H1.HeaderClassName
{
color: #82A33D;
}
.AnyTagClassName
{
color: #82A33D;
}
</style>
background-color css
<style>
a { background-color: #82A33D; }
a { background-color: rgb(130,163,61); }
div.DivClassName
{
background-color: #82A33D;
}
.BgClassName
{
background-color: #82A33D;
}
</style>
border-color css
<style>
span { border-color: #82A33D; }
span { border-color: rgb(130,163,61); }
td.TdClassName
{
border-color: #82A33D;
}
.TagClassName
{
border-color: #82A33D;
}
</style>