Shades of Sushi #80A931
Tints of Sushi #80A931
RGB
CMYK
RGB Variations
Color information
#80A931 (or 0x80A931) is known color: Sushi. HEX triplet: 80, A9 and 31. RGB value is (128,169,49). Sum of RGB (Red+Green+Blue) = 128+169+49=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #80A931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A931 is #7F56CE. Grayscale: #8F8F8F. Windows color (decimal): -8345295 or 3254656. OLE color: 3254656.
HSL color Cylindrical-coordinate representation of color #80A931: hue angle of 80.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80A931 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 49 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.34 |
| HSL | 80.5º | 0.55% | 0.43% | - |
| HSV(B) | 80.5º | 0.71% | 0.66% | - |
| XYZ | 23.64 | 33.19 | 8.07 | - |
| YUV | 143.06 | 74.92 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 49 | 0.24 | 0 | 0.71 | 0.34 | 80.5 | 0.55 | 0.43 |
| Hex | 80 | A9 | 31 | 18 | 0 | 47 | 22 | 50 | 37 | 2B |
| Octal | 200 | 251 | 61 | 30 | 0 | 107 | 42 | 120 | 67 | 53 |
| Binary | 10000000 | 10101001 | 110001 | 11000 | 0 | 1000111 | 100010 | 1010000 | 110111 | 101011 |
Color Harmonies of #80A931
Complementary color
Monochromatic Colors of #80A931
Black with #80A931
Text Example
Text Example
White with #80A931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A931; }
p { color: rgb(128,169,49); }
H1.HeaderClassName
{
color: #80A931;
}
.AnyTagClassName
{
color: #80A931;
}
</style>
background-color css
<style>
a { background-color: #80A931; }
a { background-color: rgb(128,169,49); }
div.DivClassName
{
background-color: #80A931;
}
.BgClassName
{
background-color: #80A931;
}
</style>
border-color css
<style>
span { border-color: #80A931; }
span { border-color: rgb(128,169,49); }
td.TdClassName
{
border-color: #80A931;
}
.TagClassName
{
border-color: #80A931;
}
</style>