Shades of Sushi #88A235
Tints of Sushi #88A235
RGB
CMYK
RGB Variations
Color information
#88A235 (or 0x88A235) is known color: Sushi. HEX triplet: 88, A2 and 35. RGB value is (136,162,53). Sum of RGB (Red+Green+Blue) = 136+162+53=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 162 - color contains mainly: green. Hex color #88A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A235 is #775DCA. Grayscale: #8E8E8E. Windows color (decimal): -7822795 or 3515016. OLE color: 3515016.
HSL color Cylindrical-coordinate representation of color #88A235: hue angle of 74.31º degrees, saturation: 0.51, 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 #88A235 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 162 | 53 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.36 |
| HSL | 74.31º | 0.51% | 0.42% | - |
| HSV(B) | 74.31º | 0.67% | 0.64% | - |
| XYZ | 23.72 | 31.33 | 8.17 | - |
| YUV | 141.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 53 | 0.16 | 0 | 0.67 | 0.36 | 74.31 | 0.51 | 0.42 |
| Hex | 88 | A2 | 35 | 10 | 0 | 43 | 24 | 4A | 33 | 2A |
| Octal | 210 | 242 | 65 | 20 | 0 | 103 | 44 | 112 | 63 | 52 |
| Binary | 10001000 | 10100010 | 110101 | 10000 | 0 | 1000011 | 100100 | 1001010 | 110011 | 101010 |
Color Harmonies of #88A235
Complementary color
Monochromatic Colors of #88A235
Black with #88A235
Text Example
Text Example
White with #88A235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A235; }
p { color: rgb(136,162,53); }
H1.HeaderClassName
{
color: #88A235;
}
.AnyTagClassName
{
color: #88A235;
}
</style>
background-color css
<style>
a { background-color: #88A235; }
a { background-color: rgb(136,162,53); }
div.DivClassName
{
background-color: #88A235;
}
.BgClassName
{
background-color: #88A235;
}
</style>
border-color css
<style>
span { border-color: #88A235; }
span { border-color: rgb(136,162,53); }
td.TdClassName
{
border-color: #88A235;
}
.TagClassName
{
border-color: #88A235;
}
</style>