Shades of Sushi #89A438
Tints of Sushi #89A438
RGB
CMYK
RGB Variations
Color information
#89A438 (or 0x89A438) is known color: Sushi. HEX triplet: 89, A4 and 38. RGB value is (137,164,56). Sum of RGB (Red+Green+Blue) = 137+164+56=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #89A438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A438 is #765BC7. Grayscale: #909090. Windows color (decimal): -7756744 or 3712137. OLE color: 3712137.
HSL color Cylindrical-coordinate representation of color #89A438: hue angle of 75º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89A438 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 164 | 56 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.36 |
| HSL | 75º | 0.49% | 0.43% | - |
| HSV(B) | 75º | 0.66% | 0.64% | - |
| XYZ | 24.31 | 32.15 | 8.67 | - |
| YUV | 143.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 164 | 56 | 0.16 | 0 | 0.66 | 0.36 | 75 | 0.49 | 0.43 |
| Hex | 89 | A4 | 38 | 10 | 0 | 42 | 24 | 4B | 31 | 2B |
| Octal | 211 | 244 | 70 | 20 | 0 | 102 | 44 | 113 | 61 | 53 |
| Binary | 10001001 | 10100100 | 111000 | 10000 | 0 | 1000010 | 100100 | 1001011 | 110001 | 101011 |
Color Harmonies of #89A438
Complementary color
Monochromatic Colors of #89A438
Black with #89A438
Text Example
Text Example
White with #89A438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A438; }
p { color: rgb(137,164,56); }
H1.HeaderClassName
{
color: #89A438;
}
.AnyTagClassName
{
color: #89A438;
}
</style>
background-color css
<style>
a { background-color: #89A438; }
a { background-color: rgb(137,164,56); }
div.DivClassName
{
background-color: #89A438;
}
.BgClassName
{
background-color: #89A438;
}
</style>
border-color css
<style>
span { border-color: #89A438; }
span { border-color: rgb(137,164,56); }
td.TdClassName
{
border-color: #89A438;
}
.TagClassName
{
border-color: #89A438;
}
</style>