Shades of Sushi #82A42D
Tints of Sushi #82A42D
RGB
CMYK
RGB Variations
Color information
#82A42D (or 0x82A42D) is known color: Sushi. HEX triplet: 82, A4 and 2D. RGB value is (130,164,45). Sum of RGB (Red+Green+Blue) = 130+164+45=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #82A42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A42D is #7D5BD2. Grayscale: #8C8C8C. Windows color (decimal): -8215507 or 2991234. OLE color: 2991234.
HSL color Cylindrical-coordinate representation of color #82A42D: hue angle of 77.14º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82A42D is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 164 | 45 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.36 |
| HSL | 77.14º | 0.57% | 0.41% | - |
| HSV(B) | 77.14º | 0.73% | 0.64% | - |
| XYZ | 22.96 | 31.49 | 7.35 | - |
| YUV | 140.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 164 | 45 | 0.21 | 0 | 0.73 | 0.36 | 77.14 | 0.57 | 0.41 |
| Hex | 82 | A4 | 2D | 15 | 0 | 49 | 24 | 4D | 39 | 29 |
| Octal | 202 | 244 | 55 | 25 | 0 | 111 | 44 | 115 | 71 | 51 |
| Binary | 10000010 | 10100100 | 101101 | 10101 | 0 | 1001001 | 100100 | 1001101 | 111001 | 101001 |
Color Harmonies of #82A42D
Complementary color
Monochromatic Colors of #82A42D
Black with #82A42D
Text Example
Text Example
White with #82A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A42D; }
p { color: rgb(130,164,45); }
H1.HeaderClassName
{
color: #82A42D;
}
.AnyTagClassName
{
color: #82A42D;
}
</style>
background-color css
<style>
a { background-color: #82A42D; }
a { background-color: rgb(130,164,45); }
div.DivClassName
{
background-color: #82A42D;
}
.BgClassName
{
background-color: #82A42D;
}
</style>
border-color css
<style>
span { border-color: #82A42D; }
span { border-color: rgb(130,164,45); }
td.TdClassName
{
border-color: #82A42D;
}
.TagClassName
{
border-color: #82A42D;
}
</style>