Shades of Sushi #829C37
Tints of Sushi #829C37
RGB
CMYK
RGB Variations
Color information
#829C37 (or 0x829C37) is known color: Sushi. HEX triplet: 82, 9C and 37. RGB value is (130,156,55). Sum of RGB (Red+Green+Blue) = 130+156+55=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #829C37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829C37 is #7D63C8. Grayscale: #898989. Windows color (decimal): -8217545 or 3644546. OLE color: 3644546.
HSL color Cylindrical-coordinate representation of color #829C37: hue angle of 75.45º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #829C37 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 55 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.39 |
| HSL | 75.45º | 0.48% | 0.41% | - |
| HSV(B) | 75.45º | 0.65% | 0.61% | - |
| XYZ | 21.78 | 28.8 | 8.02 | - |
| YUV | 136.71 | 81.89 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 55 | 0.17 | 0 | 0.65 | 0.39 | 75.45 | 0.48 | 0.41 |
| Hex | 82 | 9C | 37 | 11 | 0 | 41 | 27 | 4B | 30 | 29 |
| Octal | 202 | 234 | 67 | 21 | 0 | 101 | 47 | 113 | 60 | 51 |
| Binary | 10000010 | 10011100 | 110111 | 10001 | 0 | 1000001 | 100111 | 1001011 | 110000 | 101001 |
Color Harmonies of #829C37
Complementary color
Monochromatic Colors of #829C37
Black with #829C37
Text Example
Text Example
White with #829C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C37; }
p { color: rgb(130,156,55); }
H1.HeaderClassName
{
color: #829C37;
}
.AnyTagClassName
{
color: #829C37;
}
</style>
background-color css
<style>
a { background-color: #829C37; }
a { background-color: rgb(130,156,55); }
div.DivClassName
{
background-color: #829C37;
}
.BgClassName
{
background-color: #829C37;
}
</style>
border-color css
<style>
span { border-color: #829C37; }
span { border-color: rgb(130,156,55); }
td.TdClassName
{
border-color: #829C37;
}
.TagClassName
{
border-color: #829C37;
}
</style>