Shades of Wasabi #88A044
Tints of Wasabi #88A044
RGB
CMYK
RGB Variations
Color information
#88A044 (or 0x88A044) is known color: Wasabi. HEX triplet: 88, A0 and 44. RGB value is (136,160,68). Sum of RGB (Red+Green+Blue) = 136+160+68=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #88A044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A044 is #775FBB. Grayscale: #8E8E8E. Windows color (decimal): -7823292 or 4497544. OLE color: 4497544.
HSL color Cylindrical-coordinate representation of color #88A044: hue angle of 75.65º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88A044 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 160 | 68 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.37 |
| HSL | 75.65º | 0.4% | 0.45% | - |
| HSV(B) | 75.65º | 0.58% | 0.63% | - |
| XYZ | 23.77 | 30.79 | 10.16 | - |
| YUV | 142.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 68 | 0.15 | 0 | 0.57 | 0.37 | 75.65 | 0.4 | 0.45 |
| Hex | 88 | A0 | 44 | F | 0 | 39 | 25 | 4C | 28 | 2D |
| Octal | 210 | 240 | 104 | 17 | 0 | 71 | 45 | 114 | 50 | 55 |
| Binary | 10001000 | 10100000 | 1000100 | 1111 | 0 | 111001 | 100101 | 1001100 | 101000 | 101101 |
Color Harmonies of #88A044
Complementary color
Monochromatic Colors of #88A044
Black with #88A044
Text Example
Text Example
White with #88A044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A044; }
p { color: rgb(136,160,68); }
H1.HeaderClassName
{
color: #88A044;
}
.AnyTagClassName
{
color: #88A044;
}
</style>
background-color css
<style>
a { background-color: #88A044; }
a { background-color: rgb(136,160,68); }
div.DivClassName
{
background-color: #88A044;
}
.BgClassName
{
background-color: #88A044;
}
</style>
border-color css
<style>
span { border-color: #88A044; }
span { border-color: rgb(136,160,68); }
td.TdClassName
{
border-color: #88A044;
}
.TagClassName
{
border-color: #88A044;
}
</style>