Shades of Sushi #80A431
Tints of Sushi #80A431
RGB
CMYK
RGB Variations
Color information
#80A431 (or 0x80A431) is known color: Sushi. HEX triplet: 80, A4 and 31. RGB value is (128,164,49). Sum of RGB (Red+Green+Blue) = 128+164+49=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #80A431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A431 is #7F5BCE. Grayscale: #8C8C8C. Windows color (decimal): -8346575 or 3253376. OLE color: 3253376.
HSL color Cylindrical-coordinate representation of color #80A431: hue angle of 78.78º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80A431 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 164 | 49 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.36 |
| HSL | 78.78º | 0.54% | 0.42% | - |
| HSV(B) | 78.78º | 0.7% | 0.64% | - |
| XYZ | 22.73 | 31.36 | 7.76 | - |
| YUV | 140.13 | 76.57 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 164 | 49 | 0.22 | 0 | 0.70 | 0.36 | 78.78 | 0.54 | 0.42 |
| Hex | 80 | A4 | 31 | 16 | 0 | 46 | 24 | 4F | 36 | 2A |
| Octal | 200 | 244 | 61 | 26 | 0 | 106 | 44 | 117 | 66 | 52 |
| Binary | 10000000 | 10100100 | 110001 | 10110 | 0 | 1000110 | 100100 | 1001111 | 110110 | 101010 |
Color Harmonies of #80A431
Complementary color
Monochromatic Colors of #80A431
Black with #80A431
Text Example
Text Example
White with #80A431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A431; }
p { color: rgb(128,164,49); }
H1.HeaderClassName
{
color: #80A431;
}
.AnyTagClassName
{
color: #80A431;
}
</style>
background-color css
<style>
a { background-color: #80A431; }
a { background-color: rgb(128,164,49); }
div.DivClassName
{
background-color: #80A431;
}
.BgClassName
{
background-color: #80A431;
}
</style>
border-color css
<style>
span { border-color: #80A431; }
span { border-color: rgb(128,164,49); }
td.TdClassName
{
border-color: #80A431;
}
.TagClassName
{
border-color: #80A431;
}
</style>