Shades of Sushi #829F37
Tints of Sushi #829F37
RGB
CMYK
RGB Variations
Color information
#829F37 (or 0x829F37) is known color: Sushi. HEX triplet: 82, 9F and 37. RGB value is (130,159,55). Sum of RGB (Red+Green+Blue) = 130+159+55=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #829F37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829F37 is #7D60C8. Grayscale: #8A8A8A. Windows color (decimal): -8216777 or 3645314. OLE color: 3645314.
HSL color Cylindrical-coordinate representation of color #829F37: hue angle of 76.73º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #829F37 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 159 | 55 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.38 |
| HSL | 76.73º | 0.49% | 0.42% | - |
| HSV(B) | 76.73º | 0.65% | 0.62% | - |
| XYZ | 22.29 | 29.82 | 8.19 | - |
| YUV | 138.47 | 80.89 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 55 | 0.18 | 0 | 0.65 | 0.38 | 76.73 | 0.49 | 0.42 |
| Hex | 82 | 9F | 37 | 12 | 0 | 41 | 26 | 4D | 31 | 2A |
| Octal | 202 | 237 | 67 | 22 | 0 | 101 | 46 | 115 | 61 | 52 |
| Binary | 10000010 | 10011111 | 110111 | 10010 | 0 | 1000001 | 100110 | 1001101 | 110001 | 101010 |
Color Harmonies of #829F37
Complementary color
Monochromatic Colors of #829F37
Black with #829F37
Text Example
Text Example
White with #829F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829F37; }
p { color: rgb(130,159,55); }
H1.HeaderClassName
{
color: #829F37;
}
.AnyTagClassName
{
color: #829F37;
}
</style>
background-color css
<style>
a { background-color: #829F37; }
a { background-color: rgb(130,159,55); }
div.DivClassName
{
background-color: #829F37;
}
.BgClassName
{
background-color: #829F37;
}
</style>
border-color css
<style>
span { border-color: #829F37; }
span { border-color: rgb(130,159,55); }
td.TdClassName
{
border-color: #829F37;
}
.TagClassName
{
border-color: #829F37;
}
</style>