Shades of Sushi #89AA42
Tints of Sushi #89AA42
RGB
CMYK
RGB Variations
Color information
#89AA42 (or 0x89AA42) is known color: Sushi. HEX triplet: 89, AA and 42. RGB value is (137,170,66). Sum of RGB (Red+Green+Blue) = 137+170+66=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AA42 is #7655BD. Grayscale: #949494. Windows color (decimal): -7755198 or 4369033. OLE color: 4369033.
HSL color Cylindrical-coordinate representation of color #89AA42: hue angle of 79.04º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89AA42 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 66 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.33 |
| HSL | 79.04º | 0.44% | 0.46% | - |
| HSV(B) | 79.04º | 0.61% | 0.67% | - |
| XYZ | 25.67 | 34.46 | 10.45 | - |
| YUV | 148.28 | 81.57 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 66 | 0.19 | 0 | 0.61 | 0.33 | 79.04 | 0.44 | 0.46 |
| Hex | 89 | AA | 42 | 13 | 0 | 3D | 21 | 4F | 2C | 2E |
| Octal | 211 | 252 | 102 | 23 | 0 | 75 | 41 | 117 | 54 | 56 |
| Binary | 10001001 | 10101010 | 1000010 | 10011 | 0 | 111101 | 100001 | 1001111 | 101100 | 101110 |
Color Harmonies of #89AA42
Complementary color
Monochromatic Colors of #89AA42
Black with #89AA42
Text Example
Text Example
White with #89AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA42; }
p { color: rgb(137,170,66); }
H1.HeaderClassName
{
color: #89AA42;
}
.AnyTagClassName
{
color: #89AA42;
}
</style>
background-color css
<style>
a { background-color: #89AA42; }
a { background-color: rgb(137,170,66); }
div.DivClassName
{
background-color: #89AA42;
}
.BgClassName
{
background-color: #89AA42;
}
</style>
border-color css
<style>
span { border-color: #89AA42; }
span { border-color: rgb(137,170,66); }
td.TdClassName
{
border-color: #89AA42;
}
.TagClassName
{
border-color: #89AA42;
}
</style>