Shades of Sushi #829C26
Tints of Sushi #829C26
RGB
CMYK
RGB Variations
Color information
#829C26 (or 0x829C26) is known color: Sushi. HEX triplet: 82, 9C and 26. RGB value is (130,156,38). Sum of RGB (Red+Green+Blue) = 130+156+38=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #829C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829C26 is #7D63D9. Grayscale: #878787. Windows color (decimal): -8217562 or 2530434. OLE color: 2530434.
HSL color Cylindrical-coordinate representation of color #829C26: hue angle of 73.22º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #829C26 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 38 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.39 |
| HSL | 73.22º | 0.61% | 0.38% | - |
| HSV(B) | 73.22º | 0.76% | 0.61% | - |
| XYZ | 21.44 | 28.66 | 6.24 | - |
| YUV | 134.77 | 73.39 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 38 | 0.17 | 0 | 0.76 | 0.39 | 73.22 | 0.61 | 0.38 |
| Hex | 82 | 9C | 26 | 11 | 0 | 4C | 27 | 49 | 3D | 26 |
| Octal | 202 | 234 | 46 | 21 | 0 | 114 | 47 | 111 | 75 | 46 |
| Binary | 10000010 | 10011100 | 100110 | 10001 | 0 | 1001100 | 100111 | 1001001 | 111101 | 100110 |
Color Harmonies of #829C26
Complementary color
Monochromatic Colors of #829C26
Black with #829C26
Text Example
Text Example
White with #829C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C26; }
p { color: rgb(130,156,38); }
H1.HeaderClassName
{
color: #829C26;
}
.AnyTagClassName
{
color: #829C26;
}
</style>
background-color css
<style>
a { background-color: #829C26; }
a { background-color: rgb(130,156,38); }
div.DivClassName
{
background-color: #829C26;
}
.BgClassName
{
background-color: #829C26;
}
</style>
border-color css
<style>
span { border-color: #829C26; }
span { border-color: rgb(130,156,38); }
td.TdClassName
{
border-color: #829C26;
}
.TagClassName
{
border-color: #829C26;
}
</style>