Shades of Sushi #89A136
Tints of Sushi #89A136
RGB
CMYK
RGB Variations
Color information
#89A136 (or 0x89A136) is known color: Sushi. HEX triplet: 89, A1 and 36. RGB value is (137,161,54). Sum of RGB (Red+Green+Blue) = 137+161+54=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #89A136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A136 is #765EC9. Grayscale: #8E8E8E. Windows color (decimal): -7757514 or 3580297. OLE color: 3580297.
HSL color Cylindrical-coordinate representation of color #89A136: hue angle of 73.46º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89A136 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 54 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.37 |
| HSL | 73.46º | 0.5% | 0.42% | - |
| HSV(B) | 73.46º | 0.66% | 0.63% | - |
| XYZ | 23.73 | 31.07 | 8.24 | - |
| YUV | 141.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 54 | 0.15 | 0 | 0.66 | 0.37 | 73.46 | 0.5 | 0.42 |
| Hex | 89 | A1 | 36 | F | 0 | 42 | 25 | 49 | 32 | 2A |
| Octal | 211 | 241 | 66 | 17 | 0 | 102 | 45 | 111 | 62 | 52 |
| Binary | 10001001 | 10100001 | 110110 | 1111 | 0 | 1000010 | 100101 | 1001001 | 110010 | 101010 |
Color Harmonies of #89A136
Complementary color
Monochromatic Colors of #89A136
Black with #89A136
Text Example
Text Example
White with #89A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A136; }
p { color: rgb(137,161,54); }
H1.HeaderClassName
{
color: #89A136;
}
.AnyTagClassName
{
color: #89A136;
}
</style>
background-color css
<style>
a { background-color: #89A136; }
a { background-color: rgb(137,161,54); }
div.DivClassName
{
background-color: #89A136;
}
.BgClassName
{
background-color: #89A136;
}
</style>
border-color css
<style>
span { border-color: #89A136; }
span { border-color: rgb(137,161,54); }
td.TdClassName
{
border-color: #89A136;
}
.TagClassName
{
border-color: #89A136;
}
</style>