Shades of Sushi #88A132
Tints of Sushi #88A132
RGB
CMYK
RGB Variations
Color information
#88A132 (or 0x88A132) is known color: Sushi. HEX triplet: 88, A1 and 32. RGB value is (136,161,50). Sum of RGB (Red+Green+Blue) = 136+161+50=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #88A132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A132 is #775ECD. Grayscale: #8D8D8D. Windows color (decimal): -7823054 or 3318152. OLE color: 3318152.
HSL color Cylindrical-coordinate representation of color #88A132: hue angle of 73.51º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88A132 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 161 | 50 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.37 |
| HSL | 73.51º | 0.53% | 0.41% | - |
| HSV(B) | 73.51º | 0.69% | 0.63% | - |
| XYZ | 23.47 | 30.95 | 7.76 | - |
| YUV | 140.87 | 76.72 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 50 | 0.16 | 0 | 0.69 | 0.37 | 73.51 | 0.53 | 0.41 |
| Hex | 88 | A1 | 32 | 10 | 0 | 45 | 25 | 4A | 35 | 29 |
| Octal | 210 | 241 | 62 | 20 | 0 | 105 | 45 | 112 | 65 | 51 |
| Binary | 10001000 | 10100001 | 110010 | 10000 | 0 | 1000101 | 100101 | 1001010 | 110101 | 101001 |
Color Harmonies of #88A132
Complementary color
Monochromatic Colors of #88A132
Black with #88A132
Text Example
Text Example
White with #88A132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A132; }
p { color: rgb(136,161,50); }
H1.HeaderClassName
{
color: #88A132;
}
.AnyTagClassName
{
color: #88A132;
}
</style>
background-color css
<style>
a { background-color: #88A132; }
a { background-color: rgb(136,161,50); }
div.DivClassName
{
background-color: #88A132;
}
.BgClassName
{
background-color: #88A132;
}
</style>
border-color css
<style>
span { border-color: #88A132; }
span { border-color: rgb(136,161,50); }
td.TdClassName
{
border-color: #88A132;
}
.TagClassName
{
border-color: #88A132;
}
</style>