Shades of Sushi #809E21
Tints of Sushi #809E21
RGB
CMYK
RGB Variations
Color information
#809E21 (or 0x809E21) is known color: Sushi. HEX triplet: 80, 9E and 21. RGB value is (128,158,33). Sum of RGB (Red+Green+Blue) = 128+158+33=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #809E21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809E21 is #7F61DE. Grayscale: #878787. Windows color (decimal): -8348127 or 2203264. OLE color: 2203264.
HSL color Cylindrical-coordinate representation of color #809E21: hue angle of 74.4º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #809E21 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 158 | 33 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.38 |
| HSL | 74.4º | 0.65% | 0.37% | - |
| HSV(B) | 74.4º | 0.79% | 0.62% | - |
| XYZ | 21.4 | 29.15 | 5.94 | - |
| YUV | 134.78 | 70.56 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 158 | 33 | 0.19 | 0 | 0.79 | 0.38 | 74.4 | 0.65 | 0.37 |
| Hex | 80 | 9E | 21 | 13 | 0 | 4F | 26 | 4A | 41 | 25 |
| Octal | 200 | 236 | 41 | 23 | 0 | 117 | 46 | 112 | 101 | 45 |
| Binary | 10000000 | 10011110 | 100001 | 10011 | 0 | 1001111 | 100110 | 1001010 | 1000001 | 100101 |
Color Harmonies of #809E21
Complementary color
Monochromatic Colors of #809E21
Black with #809E21
Text Example
Text Example
White with #809E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809E21; }
p { color: rgb(128,158,33); }
H1.HeaderClassName
{
color: #809E21;
}
.AnyTagClassName
{
color: #809E21;
}
</style>
background-color css
<style>
a { background-color: #809E21; }
a { background-color: rgb(128,158,33); }
div.DivClassName
{
background-color: #809E21;
}
.BgClassName
{
background-color: #809E21;
}
</style>
border-color css
<style>
span { border-color: #809E21; }
span { border-color: rgb(128,158,33); }
td.TdClassName
{
border-color: #809E21;
}
.TagClassName
{
border-color: #809E21;
}
</style>