Shades of Sushi #82982B
Tints of Sushi #82982B
RGB
CMYK
RGB Variations
Color information
#82982B (or 0x82982B) is known color: Sushi. HEX triplet: 82, 98 and 2B. RGB value is (130,152,43). Sum of RGB (Red+Green+Blue) = 130+152+43=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #82982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82982B is #7D67D4. Grayscale: #858585. Windows color (decimal): -8218581 or 2857090. OLE color: 2857090.
HSL color Cylindrical-coordinate representation of color #82982B: hue angle of 72.11º degrees, saturation: 0.56, 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 #82982B is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 43 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.40 |
| HSL | 72.11º | 0.56% | 0.38% | - |
| HSV(B) | 72.11º | 0.72% | 0.6% | - |
| XYZ | 20.87 | 27.38 | 6.47 | - |
| YUV | 133 | 77.21 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 43 | 0.14 | 0 | 0.72 | 0.40 | 72.11 | 0.56 | 0.38 |
| Hex | 82 | 98 | 2B | E | 0 | 48 | 28 | 48 | 38 | 26 |
| Octal | 202 | 230 | 53 | 16 | 0 | 110 | 50 | 110 | 70 | 46 |
| Binary | 10000010 | 10011000 | 101011 | 1110 | 0 | 1001000 | 101000 | 1001000 | 111000 | 100110 |
Color Harmonies of #82982B
Complementary color
Monochromatic Colors of #82982B
Black with #82982B
Text Example
Text Example
White with #82982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82982B; }
p { color: rgb(130,152,43); }
H1.HeaderClassName
{
color: #82982B;
}
.AnyTagClassName
{
color: #82982B;
}
</style>
background-color css
<style>
a { background-color: #82982B; }
a { background-color: rgb(130,152,43); }
div.DivClassName
{
background-color: #82982B;
}
.BgClassName
{
background-color: #82982B;
}
</style>
border-color css
<style>
span { border-color: #82982B; }
span { border-color: rgb(130,152,43); }
td.TdClassName
{
border-color: #82982B;
}
.TagClassName
{
border-color: #82982B;
}
</style>