Shades of Sushi #829E34
Tints of Sushi #829E34
RGB
CMYK
RGB Variations
Color information
#829E34 (or 0x829E34) is known color: Sushi. HEX triplet: 82, 9E and 34. RGB value is (130,158,52). Sum of RGB (Red+Green+Blue) = 130+158+52=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 158 - color contains mainly: green. Hex color #829E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829E34 is #7D61CB. Grayscale: #898989. Windows color (decimal): -8217036 or 3448450. OLE color: 3448450.
HSL color Cylindrical-coordinate representation of color #829E34: hue angle of 75.85º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #829E34 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 158 | 52 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.38 |
| HSL | 75.85º | 0.5% | 0.41% | - |
| HSV(B) | 75.85º | 0.67% | 0.62% | - |
| XYZ | 22.05 | 29.45 | 7.77 | - |
| YUV | 137.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 52 | 0.18 | 0 | 0.67 | 0.38 | 75.85 | 0.5 | 0.41 |
| Hex | 82 | 9E | 34 | 12 | 0 | 43 | 26 | 4C | 32 | 29 |
| Octal | 202 | 236 | 64 | 22 | 0 | 103 | 46 | 114 | 62 | 51 |
| Binary | 10000010 | 10011110 | 110100 | 10010 | 0 | 1000011 | 100110 | 1001100 | 110010 | 101001 |
Color Harmonies of #829E34
Complementary color
Monochromatic Colors of #829E34
Black with #829E34
Text Example
Text Example
White with #829E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829E34; }
p { color: rgb(130,158,52); }
H1.HeaderClassName
{
color: #829E34;
}
.AnyTagClassName
{
color: #829E34;
}
</style>
background-color css
<style>
a { background-color: #829E34; }
a { background-color: rgb(130,158,52); }
div.DivClassName
{
background-color: #829E34;
}
.BgClassName
{
background-color: #829E34;
}
</style>
border-color css
<style>
span { border-color: #829E34; }
span { border-color: rgb(130,158,52); }
td.TdClassName
{
border-color: #829E34;
}
.TagClassName
{
border-color: #829E34;
}
</style>