Shades of Sushi #89A233
Tints of Sushi #89A233
RGB
CMYK
RGB Variations
Color information
#89A233 (or 0x89A233) is known color: Sushi. HEX triplet: 89, A2 and 33. RGB value is (137,162,51). Sum of RGB (Red+Green+Blue) = 137+162+51=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #89A233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A233 is #765DCC. Grayscale: #8E8E8E. Windows color (decimal): -7757261 or 3383945. OLE color: 3383945.
HSL color Cylindrical-coordinate representation of color #89A233: hue angle of 73.51º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89A233 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 162 | 51 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.36 |
| HSL | 73.51º | 0.52% | 0.42% | - |
| HSV(B) | 73.51º | 0.69% | 0.64% | - |
| XYZ | 23.83 | 31.4 | 7.94 | - |
| YUV | 141.87 | 76.72 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 51 | 0.15 | 0 | 0.69 | 0.36 | 73.51 | 0.52 | 0.42 |
| Hex | 89 | A2 | 33 | F | 0 | 45 | 24 | 4A | 34 | 2A |
| Octal | 211 | 242 | 63 | 17 | 0 | 105 | 44 | 112 | 64 | 52 |
| Binary | 10001001 | 10100010 | 110011 | 1111 | 0 | 1000101 | 100100 | 1001010 | 110100 | 101010 |
Color Harmonies of #89A233
Complementary color
Monochromatic Colors of #89A233
Black with #89A233
Text Example
Text Example
White with #89A233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A233; }
p { color: rgb(137,162,51); }
H1.HeaderClassName
{
color: #89A233;
}
.AnyTagClassName
{
color: #89A233;
}
</style>
background-color css
<style>
a { background-color: #89A233; }
a { background-color: rgb(137,162,51); }
div.DivClassName
{
background-color: #89A233;
}
.BgClassName
{
background-color: #89A233;
}
</style>
border-color css
<style>
span { border-color: #89A233; }
span { border-color: rgb(137,162,51); }
td.TdClassName
{
border-color: #89A233;
}
.TagClassName
{
border-color: #89A233;
}
</style>