Shades of Sushi #82982A
Tints of Sushi #82982A
RGB
CMYK
RGB Variations
Color information
#82982A (or 0x82982A) is known color: Sushi. HEX triplet: 82, 98 and 2A. RGB value is (130,152,42). Sum of RGB (Red+Green+Blue) = 130+152+42=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #82982A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82982A is #7D67D5. Grayscale: #858585. Windows color (decimal): -8218582 or 2791554. OLE color: 2791554.
HSL color Cylindrical-coordinate representation of color #82982A: hue angle of 72º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82982A is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 42 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.40 |
| HSL | 72º | 0.57% | 0.38% | - |
| HSV(B) | 72º | 0.72% | 0.6% | - |
| XYZ | 20.85 | 27.37 | 6.37 | - |
| YUV | 132.88 | 76.71 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 42 | 0.14 | 0 | 0.72 | 0.40 | 72 | 0.57 | 0.38 |
| Hex | 82 | 98 | 2A | E | 0 | 48 | 28 | 48 | 39 | 26 |
| Octal | 202 | 230 | 52 | 16 | 0 | 110 | 50 | 110 | 71 | 46 |
| Binary | 10000010 | 10011000 | 101010 | 1110 | 0 | 1001000 | 101000 | 1001000 | 111001 | 100110 |
Color Harmonies of #82982A
Complementary color
Monochromatic Colors of #82982A
Black with #82982A
Text Example
Text Example
White with #82982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82982A; }
p { color: rgb(130,152,42); }
H1.HeaderClassName
{
color: #82982A;
}
.AnyTagClassName
{
color: #82982A;
}
</style>
background-color css
<style>
a { background-color: #82982A; }
a { background-color: rgb(130,152,42); }
div.DivClassName
{
background-color: #82982A;
}
.BgClassName
{
background-color: #82982A;
}
</style>
border-color css
<style>
span { border-color: #82982A; }
span { border-color: rgb(130,152,42); }
td.TdClassName
{
border-color: #82982A;
}
.TagClassName
{
border-color: #82982A;
}
</style>