Shades of Sushi #829F32
Tints of Sushi #829F32
RGB
CMYK
RGB Variations
Color information
#829F32 (or 0x829F32) is known color: Sushi. HEX triplet: 82, 9F and 32. RGB value is (130,159,50). Sum of RGB (Red+Green+Blue) = 130+159+50=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #829F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829F32 is #7D60CD. Grayscale: #8A8A8A. Windows color (decimal): -8216782 or 3317634. OLE color: 3317634.
HSL color Cylindrical-coordinate representation of color #829F32: hue angle of 75.96º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #829F32 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 159 | 50 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.38 |
| HSL | 75.96º | 0.52% | 0.41% | - |
| HSV(B) | 75.96º | 0.69% | 0.62% | - |
| XYZ | 22.18 | 29.77 | 7.6 | - |
| YUV | 137.9 | 78.39 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 50 | 0.18 | 0 | 0.69 | 0.38 | 75.96 | 0.52 | 0.41 |
| Hex | 82 | 9F | 32 | 12 | 0 | 45 | 26 | 4C | 34 | 29 |
| Octal | 202 | 237 | 62 | 22 | 0 | 105 | 46 | 114 | 64 | 51 |
| Binary | 10000010 | 10011111 | 110010 | 10010 | 0 | 1000101 | 100110 | 1001100 | 110100 | 101001 |
Color Harmonies of #829F32
Complementary color
Monochromatic Colors of #829F32
Black with #829F32
Text Example
Text Example
White with #829F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829F32; }
p { color: rgb(130,159,50); }
H1.HeaderClassName
{
color: #829F32;
}
.AnyTagClassName
{
color: #829F32;
}
</style>
background-color css
<style>
a { background-color: #829F32; }
a { background-color: rgb(130,159,50); }
div.DivClassName
{
background-color: #829F32;
}
.BgClassName
{
background-color: #829F32;
}
</style>
border-color css
<style>
span { border-color: #829F32; }
span { border-color: rgb(130,159,50); }
td.TdClassName
{
border-color: #829F32;
}
.TagClassName
{
border-color: #829F32;
}
</style>