Shades of Wasabi #88904C
Tints of Wasabi #88904C
RGB
CMYK
RGB Variations
Color information
#88904C (or 0x88904C) is known color: Wasabi. HEX triplet: 88, 90 and 4C. RGB value is (136,144,76). Sum of RGB (Red+Green+Blue) = 136+144+76=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #88904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88904C is #776FB3. Grayscale: #868686. Windows color (decimal): -7827380 or 5017736. OLE color: 5017736.
HSL color Cylindrical-coordinate representation of color #88904C: hue angle of 67.06º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88904C is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 76 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.44 |
| HSL | 67.06º | 0.31% | 0.43% | - |
| HSV(B) | 67.06º | 0.47% | 0.56% | - |
| XYZ | 21.43 | 25.7 | 10.67 | - |
| YUV | 133.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 76 | 0.06 | 0 | 0.47 | 0.44 | 67.06 | 0.31 | 0.43 |
| Hex | 88 | 90 | 4C | 6 | 0 | 2F | 2C | 43 | 1F | 2B |
| Octal | 210 | 220 | 114 | 6 | 0 | 57 | 54 | 103 | 37 | 53 |
| Binary | 10001000 | 10010000 | 1001100 | 110 | 0 | 101111 | 101100 | 1000011 | 11111 | 101011 |
Color Harmonies of #88904C
Complementary color
Monochromatic Colors of #88904C
Black with #88904C
Text Example
Text Example
White with #88904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88904C; }
p { color: rgb(136,144,76); }
H1.HeaderClassName
{
color: #88904C;
}
.AnyTagClassName
{
color: #88904C;
}
</style>
background-color css
<style>
a { background-color: #88904C; }
a { background-color: rgb(136,144,76); }
div.DivClassName
{
background-color: #88904C;
}
.BgClassName
{
background-color: #88904C;
}
</style>
border-color css
<style>
span { border-color: #88904C; }
span { border-color: rgb(136,144,76); }
td.TdClassName
{
border-color: #88904C;
}
.TagClassName
{
border-color: #88904C;
}
</style>