Shades of Sushi #809931
Tints of Sushi #809931
RGB
CMYK
RGB Variations
Color information
#809931 (or 0x809931) is known color: Sushi. HEX triplet: 80, 99 and 31. RGB value is (128,153,49). Sum of RGB (Red+Green+Blue) = 128+153+49=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #809931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809931 is #7F66CE. Grayscale: #868686. Windows color (decimal): -8349391 or 3250560. OLE color: 3250560.
HSL color Cylindrical-coordinate representation of color #809931: hue angle of 74.42º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #809931 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 49 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.4 |
| HSL | 74.42º | 0.51% | 0.4% | - |
| HSV(B) | 74.42º | 0.68% | 0.6% | - |
| XYZ | 20.85 | 27.59 | 7.13 | - |
| YUV | 133.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 49 | 0.16 | 0 | 0.68 | 0.4 | 74.42 | 0.51 | 0.4 |
| Hex | 80 | 99 | 31 | 10 | 0 | 44 | 28 | 4A | 33 | 28 |
| Octal | 200 | 231 | 61 | 20 | 0 | 104 | 50 | 112 | 63 | 50 |
| Binary | 10000000 | 10011001 | 110001 | 10000 | 0 | 1000100 | 101000 | 1001010 | 110011 | 101000 |
Color Harmonies of #809931
Complementary color
Monochromatic Colors of #809931
Black with #809931
Text Example
Text Example
White with #809931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809931; }
p { color: rgb(128,153,49); }
H1.HeaderClassName
{
color: #809931;
}
.AnyTagClassName
{
color: #809931;
}
</style>
background-color css
<style>
a { background-color: #809931; }
a { background-color: rgb(128,153,49); }
div.DivClassName
{
background-color: #809931;
}
.BgClassName
{
background-color: #809931;
}
</style>
border-color css
<style>
span { border-color: #809931; }
span { border-color: rgb(128,153,49); }
td.TdClassName
{
border-color: #809931;
}
.TagClassName
{
border-color: #809931;
}
</style>