Shades of Sushi #88A337
Tints of Sushi #88A337
RGB
CMYK
RGB Variations
Color information
#88A337 (or 0x88A337) is known color: Sushi. HEX triplet: 88, A3 and 37. RGB value is (136,163,55). Sum of RGB (Red+Green+Blue) = 136+163+55=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #88A337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A337 is #775CC8. Grayscale: #8F8F8F. Windows color (decimal): -7822537 or 3646344. OLE color: 3646344.
HSL color Cylindrical-coordinate representation of color #88A337: hue angle of 75º degrees, saturation: 0.5, 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 #88A337 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 163 | 55 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.36 |
| HSL | 75º | 0.5% | 0.43% | - |
| HSV(B) | 75º | 0.66% | 0.64% | - |
| XYZ | 23.94 | 31.7 | 8.47 | - |
| YUV | 142.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 163 | 55 | 0.17 | 0 | 0.66 | 0.36 | 75 | 0.5 | 0.43 |
| Hex | 88 | A3 | 37 | 11 | 0 | 42 | 24 | 4B | 32 | 2B |
| Octal | 210 | 243 | 67 | 21 | 0 | 102 | 44 | 113 | 62 | 53 |
| Binary | 10001000 | 10100011 | 110111 | 10001 | 0 | 1000010 | 100100 | 1001011 | 110010 | 101011 |
Color Harmonies of #88A337
Complementary color
Monochromatic Colors of #88A337
Black with #88A337
Text Example
Text Example
White with #88A337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A337; }
p { color: rgb(136,163,55); }
H1.HeaderClassName
{
color: #88A337;
}
.AnyTagClassName
{
color: #88A337;
}
</style>
background-color css
<style>
a { background-color: #88A337; }
a { background-color: rgb(136,163,55); }
div.DivClassName
{
background-color: #88A337;
}
.BgClassName
{
background-color: #88A337;
}
</style>
border-color css
<style>
span { border-color: #88A337; }
span { border-color: rgb(136,163,55); }
td.TdClassName
{
border-color: #88A337;
}
.TagClassName
{
border-color: #88A337;
}
</style>