Shades of Sushi #82A235
Tints of Sushi #82A235
RGB
CMYK
RGB Variations
Color information
#82A235 (or 0x82A235) is known color: Sushi. HEX triplet: 82, A2 and 35. RGB value is (130,162,53). Sum of RGB (Red+Green+Blue) = 130+162+53=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #82A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A235 is #7D5DCA. Grayscale: #8C8C8C. Windows color (decimal): -8216011 or 3515010. OLE color: 3515010.
HSL color Cylindrical-coordinate representation of color #82A235: hue angle of 77.61º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82A235 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 162 | 53 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.36 |
| HSL | 77.61º | 0.51% | 0.42% | - |
| HSV(B) | 77.61º | 0.67% | 0.64% | - |
| XYZ | 22.77 | 30.84 | 8.12 | - |
| YUV | 140.01 | 78.9 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 162 | 53 | 0.20 | 0 | 0.67 | 0.36 | 77.61 | 0.51 | 0.42 |
| Hex | 82 | A2 | 35 | 14 | 0 | 43 | 24 | 4E | 33 | 2A |
| Octal | 202 | 242 | 65 | 24 | 0 | 103 | 44 | 116 | 63 | 52 |
| Binary | 10000010 | 10100010 | 110101 | 10100 | 0 | 1000011 | 100100 | 1001110 | 110011 | 101010 |
Color Harmonies of #82A235
Complementary color
Monochromatic Colors of #82A235
Black with #82A235
Text Example
Text Example
White with #82A235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A235; }
p { color: rgb(130,162,53); }
H1.HeaderClassName
{
color: #82A235;
}
.AnyTagClassName
{
color: #82A235;
}
</style>
background-color css
<style>
a { background-color: #82A235; }
a { background-color: rgb(130,162,53); }
div.DivClassName
{
background-color: #82A235;
}
.BgClassName
{
background-color: #82A235;
}
</style>
border-color css
<style>
span { border-color: #82A235; }
span { border-color: rgb(130,162,53); }
td.TdClassName
{
border-color: #82A235;
}
.TagClassName
{
border-color: #82A235;
}
</style>