Shades of Sushi #88A236
Tints of Sushi #88A236
RGB
CMYK
RGB Variations
Color information
#88A236 (or 0x88A236) is known color: Sushi. HEX triplet: 88, A2 and 36. RGB value is (136,162,54). Sum of RGB (Red+Green+Blue) = 136+162+54=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #88A236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A236 is #775DC9. Grayscale: #8E8E8E. Windows color (decimal): -7822794 or 3580552. OLE color: 3580552.
HSL color Cylindrical-coordinate representation of color #88A236: hue angle of 74.44º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88A236 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 162 | 54 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.36 |
| HSL | 74.44º | 0.5% | 0.42% | - |
| HSV(B) | 74.44º | 0.67% | 0.64% | - |
| XYZ | 23.74 | 31.34 | 8.29 | - |
| YUV | 141.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 54 | 0.16 | 0 | 0.67 | 0.36 | 74.44 | 0.5 | 0.42 |
| Hex | 88 | A2 | 36 | 10 | 0 | 43 | 24 | 4A | 32 | 2A |
| Octal | 210 | 242 | 66 | 20 | 0 | 103 | 44 | 112 | 62 | 52 |
| Binary | 10001000 | 10100010 | 110110 | 10000 | 0 | 1000011 | 100100 | 1001010 | 110010 | 101010 |
Color Harmonies of #88A236
Complementary color
Monochromatic Colors of #88A236
Black with #88A236
Text Example
Text Example
White with #88A236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A236; }
p { color: rgb(136,162,54); }
H1.HeaderClassName
{
color: #88A236;
}
.AnyTagClassName
{
color: #88A236;
}
</style>
background-color css
<style>
a { background-color: #88A236; }
a { background-color: rgb(136,162,54); }
div.DivClassName
{
background-color: #88A236;
}
.BgClassName
{
background-color: #88A236;
}
</style>
border-color css
<style>
span { border-color: #88A236; }
span { border-color: rgb(136,162,54); }
td.TdClassName
{
border-color: #88A236;
}
.TagClassName
{
border-color: #88A236;
}
</style>