Shades of Sushi #89A440
Tints of Sushi #89A440
RGB
CMYK
RGB Variations
Color information
#89A440 (or 0x89A440) is known color: Sushi. HEX triplet: 89, A4 and 40. RGB value is (137,164,64). Sum of RGB (Red+Green+Blue) = 137+164+64=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #89A440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A440 is #765BBF. Grayscale: #909090. Windows color (decimal): -7756736 or 4236425. OLE color: 4236425.
HSL color Cylindrical-coordinate representation of color #89A440: hue angle of 76.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89A440 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 164 | 64 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.36 |
| HSL | 76.2º | 0.44% | 0.45% | - |
| HSV(B) | 76.2º | 0.61% | 0.64% | - |
| XYZ | 24.52 | 32.24 | 9.78 | - |
| YUV | 144.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 164 | 64 | 0.16 | 0 | 0.61 | 0.36 | 76.2 | 0.44 | 0.45 |
| Hex | 89 | A4 | 40 | 10 | 0 | 3D | 24 | 4C | 2C | 2D |
| Octal | 211 | 244 | 100 | 20 | 0 | 75 | 44 | 114 | 54 | 55 |
| Binary | 10001001 | 10100100 | 1000000 | 10000 | 0 | 111101 | 100100 | 1001100 | 101100 | 101101 |
Color Harmonies of #89A440
Complementary color
Monochromatic Colors of #89A440
Black with #89A440
Text Example
Text Example
White with #89A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A440; }
p { color: rgb(137,164,64); }
H1.HeaderClassName
{
color: #89A440;
}
.AnyTagClassName
{
color: #89A440;
}
</style>
background-color css
<style>
a { background-color: #89A440; }
a { background-color: rgb(137,164,64); }
div.DivClassName
{
background-color: #89A440;
}
.BgClassName
{
background-color: #89A440;
}
</style>
border-color css
<style>
span { border-color: #89A440; }
span { border-color: rgb(137,164,64); }
td.TdClassName
{
border-color: #89A440;
}
.TagClassName
{
border-color: #89A440;
}
</style>