Shades of Sushi #89AD40
Tints of Sushi #89AD40
RGB
CMYK
RGB Variations
Color information
#89AD40 (or 0x89AD40) is known color: Sushi. HEX triplet: 89, AD and 40. RGB value is (137,173,64). Sum of RGB (Red+Green+Blue) = 137+173+64=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #89AD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AD40 is #7652BF. Grayscale: #969696. Windows color (decimal): -7754432 or 4238729. OLE color: 4238729.
HSL color Cylindrical-coordinate representation of color #89AD40: hue angle of 79.82º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #89AD40 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 173 | 64 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.32 |
| HSL | 79.82º | 0.46% | 0.46% | - |
| HSV(B) | 79.82º | 0.63% | 0.68% | - |
| XYZ | 26.19 | 35.58 | 10.34 | - |
| YUV | 149.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 64 | 0.21 | 0 | 0.63 | 0.32 | 79.82 | 0.46 | 0.46 |
| Hex | 89 | AD | 40 | 15 | 0 | 3F | 20 | 50 | 2E | 2E |
| Octal | 211 | 255 | 100 | 25 | 0 | 77 | 40 | 120 | 56 | 56 |
| Binary | 10001001 | 10101101 | 1000000 | 10101 | 0 | 111111 | 100000 | 1010000 | 101110 | 101110 |
Color Harmonies of #89AD40
Complementary color
Monochromatic Colors of #89AD40
Black with #89AD40
Text Example
Text Example
White with #89AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AD40; }
p { color: rgb(137,173,64); }
H1.HeaderClassName
{
color: #89AD40;
}
.AnyTagClassName
{
color: #89AD40;
}
</style>
background-color css
<style>
a { background-color: #89AD40; }
a { background-color: rgb(137,173,64); }
div.DivClassName
{
background-color: #89AD40;
}
.BgClassName
{
background-color: #89AD40;
}
</style>
border-color css
<style>
span { border-color: #89AD40; }
span { border-color: rgb(137,173,64); }
td.TdClassName
{
border-color: #89AD40;
}
.TagClassName
{
border-color: #89AD40;
}
</style>