Shades of Sushi #829E31
Tints of Sushi #829E31
RGB
CMYK
RGB Variations
Color information
#829E31 (or 0x829E31) is known color: Sushi. HEX triplet: 82, 9E and 31. RGB value is (130,158,49). Sum of RGB (Red+Green+Blue) = 130+158+49=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #829E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829E31 is #7D61CE. Grayscale: #898989. Windows color (decimal): -8217039 or 3251842. OLE color: 3251842.
HSL color Cylindrical-coordinate representation of color #829E31: hue angle of 75.41º degrees, saturation: 0.53, 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 #829E31 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 158 | 49 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.38 |
| HSL | 75.41º | 0.53% | 0.41% | - |
| HSV(B) | 75.41º | 0.69% | 0.62% | - |
| XYZ | 21.99 | 29.42 | 7.43 | - |
| YUV | 137.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 49 | 0.18 | 0 | 0.69 | 0.38 | 75.41 | 0.53 | 0.41 |
| Hex | 82 | 9E | 31 | 12 | 0 | 45 | 26 | 4B | 35 | 29 |
| Octal | 202 | 236 | 61 | 22 | 0 | 105 | 46 | 113 | 65 | 51 |
| Binary | 10000010 | 10011110 | 110001 | 10010 | 0 | 1000101 | 100110 | 1001011 | 110101 | 101001 |
Color Harmonies of #829E31
Complementary color
Monochromatic Colors of #829E31
Black with #829E31
Text Example
Text Example
White with #829E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829E31; }
p { color: rgb(130,158,49); }
H1.HeaderClassName
{
color: #829E31;
}
.AnyTagClassName
{
color: #829E31;
}
</style>
background-color css
<style>
a { background-color: #829E31; }
a { background-color: rgb(130,158,49); }
div.DivClassName
{
background-color: #829E31;
}
.BgClassName
{
background-color: #829E31;
}
</style>
border-color css
<style>
span { border-color: #829E31; }
span { border-color: rgb(130,158,49); }
td.TdClassName
{
border-color: #829E31;
}
.TagClassName
{
border-color: #829E31;
}
</style>