Shades of Sushi #829E24
Tints of Sushi #829E24
RGB
CMYK
RGB Variations
Color information
#829E24 (or 0x829E24) is known color: Sushi. HEX triplet: 82, 9E and 24. RGB value is (130,158,36). Sum of RGB (Red+Green+Blue) = 130+158+36=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 158 (62.11% from 255 or 48.77% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 158 - color contains mainly: green. Hex color #829E24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829E24 is #7D61DB. Grayscale: #888888. Windows color (decimal): -8217052 or 2399874. OLE color: 2399874.
HSL color Cylindrical-coordinate representation of color #829E24: hue angle of 73.77º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #829E24 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 158 | 36 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.38 |
| HSL | 73.77º | 0.63% | 0.38% | - |
| HSV(B) | 73.77º | 0.77% | 0.62% | - |
| XYZ | 21.75 | 29.33 | 6.18 | - |
| YUV | 135.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 36 | 0.18 | 0 | 0.77 | 0.38 | 73.77 | 0.63 | 0.38 |
| Hex | 82 | 9E | 24 | 12 | 0 | 4D | 26 | 4A | 3F | 26 |
| Octal | 202 | 236 | 44 | 22 | 0 | 115 | 46 | 112 | 77 | 46 |
| Binary | 10000010 | 10011110 | 100100 | 10010 | 0 | 1001101 | 100110 | 1001010 | 111111 | 100110 |
Color Harmonies of #829E24
Complementary color
Monochromatic Colors of #829E24
Black with #829E24
Text Example
Text Example
White with #829E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829E24; }
p { color: rgb(130,158,36); }
H1.HeaderClassName
{
color: #829E24;
}
.AnyTagClassName
{
color: #829E24;
}
</style>
background-color css
<style>
a { background-color: #829E24; }
a { background-color: rgb(130,158,36); }
div.DivClassName
{
background-color: #829E24;
}
.BgClassName
{
background-color: #829E24;
}
</style>
border-color css
<style>
span { border-color: #829E24; }
span { border-color: rgb(130,158,36); }
td.TdClassName
{
border-color: #829E24;
}
.TagClassName
{
border-color: #829E24;
}
</style>