Shades of Sushi #809A31
Tints of Sushi #809A31
RGB
CMYK
RGB Variations
Color information
#809A31 (or 0x809A31) is known color: Sushi. HEX triplet: 80, 9A and 31. RGB value is (128,154,49). Sum of RGB (Red+Green+Blue) = 128+154+49=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #809A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809A31 is #7F65CE. Grayscale: #868686. Windows color (decimal): -8349135 or 3250816. OLE color: 3250816.
HSL color Cylindrical-coordinate representation of color #809A31: hue angle of 74.86º degrees, saturation: 0.52, 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 #809A31 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 154 | 49 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.40 |
| HSL | 74.86º | 0.52% | 0.4% | - |
| HSV(B) | 74.86º | 0.68% | 0.6% | - |
| XYZ | 21.01 | 27.92 | 7.19 | - |
| YUV | 134.26 | 79.89 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 154 | 49 | 0.17 | 0 | 0.68 | 0.40 | 74.86 | 0.52 | 0.4 |
| Hex | 80 | 9A | 31 | 11 | 0 | 44 | 28 | 4B | 34 | 28 |
| Octal | 200 | 232 | 61 | 21 | 0 | 104 | 50 | 113 | 64 | 50 |
| Binary | 10000000 | 10011010 | 110001 | 10001 | 0 | 1000100 | 101000 | 1001011 | 110100 | 101000 |
Color Harmonies of #809A31
Complementary color
Monochromatic Colors of #809A31
Black with #809A31
Text Example
Text Example
White with #809A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809A31; }
p { color: rgb(128,154,49); }
H1.HeaderClassName
{
color: #809A31;
}
.AnyTagClassName
{
color: #809A31;
}
</style>
background-color css
<style>
a { background-color: #809A31; }
a { background-color: rgb(128,154,49); }
div.DivClassName
{
background-color: #809A31;
}
.BgClassName
{
background-color: #809A31;
}
</style>
border-color css
<style>
span { border-color: #809A31; }
span { border-color: rgb(128,154,49); }
td.TdClassName
{
border-color: #809A31;
}
.TagClassName
{
border-color: #809A31;
}
</style>