Shades of Sushi #809D20
Tints of Sushi #809D20
RGB
CMYK
RGB Variations
Color information
#809D20 (or 0x809D20) is known color: Sushi. HEX triplet: 80, 9D and 20. RGB value is (128,157,32). Sum of RGB (Red+Green+Blue) = 128+157+32=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #809D20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809D20 is #7F62DF. Grayscale: #868686. Windows color (decimal): -8348384 or 2137472. OLE color: 2137472.
HSL color Cylindrical-coordinate representation of color #809D20: hue angle of 73.92º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #809D20 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 157 | 32 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.38 |
| HSL | 73.92º | 0.66% | 0.37% | - |
| HSV(B) | 73.92º | 0.8% | 0.62% | - |
| XYZ | 21.22 | 28.81 | 5.81 | - |
| YUV | 134.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 157 | 32 | 0.18 | 0 | 0.80 | 0.38 | 73.92 | 0.66 | 0.37 |
| Hex | 80 | 9D | 20 | 12 | 0 | 50 | 26 | 4A | 42 | 25 |
| Octal | 200 | 235 | 40 | 22 | 0 | 120 | 46 | 112 | 102 | 45 |
| Binary | 10000000 | 10011101 | 100000 | 10010 | 0 | 1010000 | 100110 | 1001010 | 1000010 | 100101 |
Color Harmonies of #809D20
Complementary color
Monochromatic Colors of #809D20
Black with #809D20
Text Example
Text Example
White with #809D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809D20; }
p { color: rgb(128,157,32); }
H1.HeaderClassName
{
color: #809D20;
}
.AnyTagClassName
{
color: #809D20;
}
</style>
background-color css
<style>
a { background-color: #809D20; }
a { background-color: rgb(128,157,32); }
div.DivClassName
{
background-color: #809D20;
}
.BgClassName
{
background-color: #809D20;
}
</style>
border-color css
<style>
span { border-color: #809D20; }
span { border-color: rgb(128,157,32); }
td.TdClassName
{
border-color: #809D20;
}
.TagClassName
{
border-color: #809D20;
}
</style>