Shades of Sushi #89AA40
Tints of Sushi #89AA40
RGB
CMYK
RGB Variations
Color information
#89AA40 (or 0x89AA40) is known color: Sushi. HEX triplet: 89, AA and 40. RGB value is (137,170,64). Sum of RGB (Red+Green+Blue) = 137+170+64=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AA40 is #7655BF. Grayscale: #949494. Windows color (decimal): -7755200 or 4237961. OLE color: 4237961.
HSL color Cylindrical-coordinate representation of color #89AA40: hue angle of 78.68º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #89AA40 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 64 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.33 |
| HSL | 78.68º | 0.45% | 0.46% | - |
| HSV(B) | 78.68º | 0.62% | 0.67% | - |
| XYZ | 25.62 | 34.44 | 10.15 | - |
| YUV | 148.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 64 | 0.19 | 0 | 0.62 | 0.33 | 78.68 | 0.45 | 0.46 |
| Hex | 89 | AA | 40 | 13 | 0 | 3E | 21 | 4F | 2D | 2E |
| Octal | 211 | 252 | 100 | 23 | 0 | 76 | 41 | 117 | 55 | 56 |
| Binary | 10001001 | 10101010 | 1000000 | 10011 | 0 | 111110 | 100001 | 1001111 | 101101 | 101110 |
Color Harmonies of #89AA40
Complementary color
Monochromatic Colors of #89AA40
Black with #89AA40
Text Example
Text Example
White with #89AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA40; }
p { color: rgb(137,170,64); }
H1.HeaderClassName
{
color: #89AA40;
}
.AnyTagClassName
{
color: #89AA40;
}
</style>
background-color css
<style>
a { background-color: #89AA40; }
a { background-color: rgb(137,170,64); }
div.DivClassName
{
background-color: #89AA40;
}
.BgClassName
{
background-color: #89AA40;
}
</style>
border-color css
<style>
span { border-color: #89AA40; }
span { border-color: rgb(137,170,64); }
td.TdClassName
{
border-color: #89AA40;
}
.TagClassName
{
border-color: #89AA40;
}
</style>