Shades of Sushi #82992C
Tints of Sushi #82992C
RGB
CMYK
RGB Variations
Color information
#82992C (or 0x82992C) is known color: Sushi. HEX triplet: 82, 99 and 2C. RGB value is (130,153,44). Sum of RGB (Red+Green+Blue) = 130+153+44=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #82992C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82992C is #7D66D3. Grayscale: #868686. Windows color (decimal): -8218324 or 2922882. OLE color: 2922882.
HSL color Cylindrical-coordinate representation of color #82992C: hue angle of 72.66º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82992C is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 153 | 44 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.4 |
| HSL | 72.66º | 0.55% | 0.39% | - |
| HSV(B) | 72.66º | 0.71% | 0.6% | - |
| XYZ | 21.05 | 27.71 | 6.62 | - |
| YUV | 133.7 | 77.38 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 44 | 0.15 | 0 | 0.71 | 0.4 | 72.66 | 0.55 | 0.39 |
| Hex | 82 | 99 | 2C | F | 0 | 47 | 28 | 49 | 37 | 27 |
| Octal | 202 | 231 | 54 | 17 | 0 | 107 | 50 | 111 | 67 | 47 |
| Binary | 10000010 | 10011001 | 101100 | 1111 | 0 | 1000111 | 101000 | 1001001 | 110111 | 100111 |
Color Harmonies of #82992C
Complementary color
Monochromatic Colors of #82992C
Black with #82992C
Text Example
Text Example
White with #82992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82992C; }
p { color: rgb(130,153,44); }
H1.HeaderClassName
{
color: #82992C;
}
.AnyTagClassName
{
color: #82992C;
}
</style>
background-color css
<style>
a { background-color: #82992C; }
a { background-color: rgb(130,153,44); }
div.DivClassName
{
background-color: #82992C;
}
.BgClassName
{
background-color: #82992C;
}
</style>
border-color css
<style>
span { border-color: #82992C; }
span { border-color: rgb(130,153,44); }
td.TdClassName
{
border-color: #82992C;
}
.TagClassName
{
border-color: #82992C;
}
</style>