Shades of Sushi #88A137
Tints of Sushi #88A137
RGB
CMYK
RGB Variations
Color information
#88A137 (or 0x88A137) is known color: Sushi. HEX triplet: 88, A1 and 37. RGB value is (136,161,55). Sum of RGB (Red+Green+Blue) = 136+161+55=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #88A137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A137 is #775EC8. Grayscale: #8D8D8D. Windows color (decimal): -7823049 or 3645832. OLE color: 3645832.
HSL color Cylindrical-coordinate representation of color #88A137: hue angle of 74.15º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88A137 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 161 | 55 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.37 |
| HSL | 74.15º | 0.49% | 0.42% | - |
| HSV(B) | 74.15º | 0.66% | 0.63% | - |
| XYZ | 23.59 | 31 | 8.35 | - |
| YUV | 141.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 55 | 0.16 | 0 | 0.66 | 0.37 | 74.15 | 0.49 | 0.42 |
| Hex | 88 | A1 | 37 | 10 | 0 | 42 | 25 | 4A | 31 | 2A |
| Octal | 210 | 241 | 67 | 20 | 0 | 102 | 45 | 112 | 61 | 52 |
| Binary | 10001000 | 10100001 | 110111 | 10000 | 0 | 1000010 | 100101 | 1001010 | 110001 | 101010 |
Color Harmonies of #88A137
Complementary color
Monochromatic Colors of #88A137
Black with #88A137
Text Example
Text Example
White with #88A137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A137; }
p { color: rgb(136,161,55); }
H1.HeaderClassName
{
color: #88A137;
}
.AnyTagClassName
{
color: #88A137;
}
</style>
background-color css
<style>
a { background-color: #88A137; }
a { background-color: rgb(136,161,55); }
div.DivClassName
{
background-color: #88A137;
}
.BgClassName
{
background-color: #88A137;
}
</style>
border-color css
<style>
span { border-color: #88A137; }
span { border-color: rgb(136,161,55); }
td.TdClassName
{
border-color: #88A137;
}
.TagClassName
{
border-color: #88A137;
}
</style>