Shades of Sushi #82A236
Tints of Sushi #82A236
RGB
CMYK
RGB Variations
Color information
#82A236 (or 0x82A236) is known color: Sushi. HEX triplet: 82, A2 and 36. RGB value is (130,162,54). Sum of RGB (Red+Green+Blue) = 130+162+54=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #82A236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A236 is #7D5DC9. Grayscale: #8C8C8C. Windows color (decimal): -8216010 or 3580546. OLE color: 3580546.
HSL color Cylindrical-coordinate representation of color #82A236: hue angle of 77.78º degrees, saturation: 0.5, 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 #82A236 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 162 | 54 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.36 |
| HSL | 77.78º | 0.5% | 0.42% | - |
| HSV(B) | 77.78º | 0.67% | 0.64% | - |
| XYZ | 22.79 | 30.85 | 8.24 | - |
| YUV | 140.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 162 | 54 | 0.20 | 0 | 0.67 | 0.36 | 77.78 | 0.5 | 0.42 |
| Hex | 82 | A2 | 36 | 14 | 0 | 43 | 24 | 4E | 32 | 2A |
| Octal | 202 | 242 | 66 | 24 | 0 | 103 | 44 | 116 | 62 | 52 |
| Binary | 10000010 | 10100010 | 110110 | 10100 | 0 | 1000011 | 100100 | 1001110 | 110010 | 101010 |
Color Harmonies of #82A236
Complementary color
Monochromatic Colors of #82A236
Black with #82A236
Text Example
Text Example
White with #82A236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A236; }
p { color: rgb(130,162,54); }
H1.HeaderClassName
{
color: #82A236;
}
.AnyTagClassName
{
color: #82A236;
}
</style>
background-color css
<style>
a { background-color: #82A236; }
a { background-color: rgb(130,162,54); }
div.DivClassName
{
background-color: #82A236;
}
.BgClassName
{
background-color: #82A236;
}
</style>
border-color css
<style>
span { border-color: #82A236; }
span { border-color: rgb(130,162,54); }
td.TdClassName
{
border-color: #82A236;
}
.TagClassName
{
border-color: #82A236;
}
</style>