Shades of Sushi #89AC41
Tints of Sushi #89AC41
RGB
CMYK
RGB Variations
Color information
#89AC41 (or 0x89AC41) is known color: Sushi. HEX triplet: 89, AC and 41. RGB value is (137,172,65). Sum of RGB (Red+Green+Blue) = 137+172+65=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #89AC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AC41 is #7653BE. Grayscale: #959595. Windows color (decimal): -7754687 or 4304009. OLE color: 4304009.
HSL color Cylindrical-coordinate representation of color #89AC41: hue angle of 79.63º 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 #89AC41 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 172 | 65 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.33 |
| HSL | 79.63º | 0.45% | 0.46% | - |
| HSV(B) | 79.63º | 0.62% | 0.67% | - |
| XYZ | 26.02 | 35.21 | 10.42 | - |
| YUV | 149.34 | 80.4 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 65 | 0.20 | 0 | 0.62 | 0.33 | 79.63 | 0.45 | 0.46 |
| Hex | 89 | AC | 41 | 14 | 0 | 3E | 21 | 50 | 2D | 2E |
| Octal | 211 | 254 | 101 | 24 | 0 | 76 | 41 | 120 | 55 | 56 |
| Binary | 10001001 | 10101100 | 1000001 | 10100 | 0 | 111110 | 100001 | 1010000 | 101101 | 101110 |
Color Harmonies of #89AC41
Complementary color
Monochromatic Colors of #89AC41
Black with #89AC41
Text Example
Text Example
White with #89AC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AC41; }
p { color: rgb(137,172,65); }
H1.HeaderClassName
{
color: #89AC41;
}
.AnyTagClassName
{
color: #89AC41;
}
</style>
background-color css
<style>
a { background-color: #89AC41; }
a { background-color: rgb(137,172,65); }
div.DivClassName
{
background-color: #89AC41;
}
.BgClassName
{
background-color: #89AC41;
}
</style>
border-color css
<style>
span { border-color: #89AC41; }
span { border-color: rgb(137,172,65); }
td.TdClassName
{
border-color: #89AC41;
}
.TagClassName
{
border-color: #89AC41;
}
</style>