Shades of Sushi #82992B
Tints of Sushi #82992B
RGB
CMYK
RGB Variations
Color information
#82992B (or 0x82992B) is known color: Sushi. HEX triplet: 82, 99 and 2B. RGB value is (130,153,43). Sum of RGB (Red+Green+Blue) = 130+153+43=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #82992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82992B is #7D66D4. Grayscale: #858585. Windows color (decimal): -8218325 or 2857346. OLE color: 2857346.
HSL color Cylindrical-coordinate representation of color #82992B: hue angle of 72.55º 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 #82992B is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 153 | 43 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.4 |
| HSL | 72.55º | 0.56% | 0.38% | - |
| HSV(B) | 72.55º | 0.72% | 0.6% | - |
| XYZ | 21.03 | 27.7 | 6.52 | - |
| YUV | 133.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 43 | 0.15 | 0 | 0.72 | 0.4 | 72.55 | 0.56 | 0.38 |
| Hex | 82 | 99 | 2B | F | 0 | 48 | 28 | 49 | 38 | 26 |
| Octal | 202 | 231 | 53 | 17 | 0 | 110 | 50 | 111 | 70 | 46 |
| Binary | 10000010 | 10011001 | 101011 | 1111 | 0 | 1001000 | 101000 | 1001001 | 111000 | 100110 |
Color Harmonies of #82992B
Complementary color
Monochromatic Colors of #82992B
Black with #82992B
Text Example
Text Example
White with #82992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82992B; }
p { color: rgb(130,153,43); }
H1.HeaderClassName
{
color: #82992B;
}
.AnyTagClassName
{
color: #82992B;
}
</style>
background-color css
<style>
a { background-color: #82992B; }
a { background-color: rgb(130,153,43); }
div.DivClassName
{
background-color: #82992B;
}
.BgClassName
{
background-color: #82992B;
}
</style>
border-color css
<style>
span { border-color: #82992B; }
span { border-color: rgb(130,153,43); }
td.TdClassName
{
border-color: #82992B;
}
.TagClassName
{
border-color: #82992B;
}
</style>