Shades of Sushi #809A28
Tints of Sushi #809A28
RGB
CMYK
RGB Variations
Color information
#809A28 (or 0x809A28) is known color: Sushi. HEX triplet: 80, 9A and 28. RGB value is (128,154,40). Sum of RGB (Red+Green+Blue) = 128+154+40=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #809A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809A28 is #7F65D7. Grayscale: #858585. Windows color (decimal): -8349144 or 2660992. OLE color: 2660992.
HSL color Cylindrical-coordinate representation of color #809A28: hue angle of 73.68º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #809A28 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 154 | 40 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.40 |
| HSL | 73.68º | 0.59% | 0.38% | - |
| HSV(B) | 73.68º | 0.74% | 0.6% | - |
| XYZ | 20.84 | 27.85 | 6.29 | - |
| YUV | 133.23 | 75.39 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 154 | 40 | 0.17 | 0 | 0.74 | 0.40 | 73.68 | 0.59 | 0.38 |
| Hex | 80 | 9A | 28 | 11 | 0 | 4A | 28 | 4A | 3B | 26 |
| Octal | 200 | 232 | 50 | 21 | 0 | 112 | 50 | 112 | 73 | 46 |
| Binary | 10000000 | 10011010 | 101000 | 10001 | 0 | 1001010 | 101000 | 1001010 | 111011 | 100110 |
Color Harmonies of #809A28
Complementary color
Monochromatic Colors of #809A28
Black with #809A28
Text Example
Text Example
White with #809A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809A28; }
p { color: rgb(128,154,40); }
H1.HeaderClassName
{
color: #809A28;
}
.AnyTagClassName
{
color: #809A28;
}
</style>
background-color css
<style>
a { background-color: #809A28; }
a { background-color: rgb(128,154,40); }
div.DivClassName
{
background-color: #809A28;
}
.BgClassName
{
background-color: #809A28;
}
</style>
border-color css
<style>
span { border-color: #809A28; }
span { border-color: rgb(128,154,40); }
td.TdClassName
{
border-color: #809A28;
}
.TagClassName
{
border-color: #809A28;
}
</style>