Shades of Wasabi #88952C
Tints of Wasabi #88952C
RGB
CMYK
RGB Variations
Color information
#88952C (or 0x88952C) is known color: Wasabi. HEX triplet: 88, 95 and 2C. RGB value is (136,149,44). Sum of RGB (Red+Green+Blue) = 136+149+44=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #88952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88952C is #776AD3. Grayscale: #858585. Windows color (decimal): -7826132 or 2921864. OLE color: 2921864.
HSL color Cylindrical-coordinate representation of color #88952C: hue angle of 67.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88952C is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 149 | 44 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.42 |
| HSL | 67.43º | 0.54% | 0.38% | - |
| HSV(B) | 67.43º | 0.7% | 0.58% | - |
| XYZ | 21.36 | 26.91 | 6.45 | - |
| YUV | 133.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 44 | 0.09 | 0 | 0.70 | 0.42 | 67.43 | 0.54 | 0.38 |
| Hex | 88 | 95 | 2C | 9 | 0 | 46 | 2A | 43 | 36 | 26 |
| Octal | 210 | 225 | 54 | 11 | 0 | 106 | 52 | 103 | 66 | 46 |
| Binary | 10001000 | 10010101 | 101100 | 1001 | 0 | 1000110 | 101010 | 1000011 | 110110 | 100110 |
Color Harmonies of #88952C
Complementary color
Monochromatic Colors of #88952C
Black with #88952C
Text Example
Text Example
White with #88952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88952C; }
p { color: rgb(136,149,44); }
H1.HeaderClassName
{
color: #88952C;
}
.AnyTagClassName
{
color: #88952C;
}
</style>
background-color css
<style>
a { background-color: #88952C; }
a { background-color: rgb(136,149,44); }
div.DivClassName
{
background-color: #88952C;
}
.BgClassName
{
background-color: #88952C;
}
</style>
border-color css
<style>
span { border-color: #88952C; }
span { border-color: rgb(136,149,44); }
td.TdClassName
{
border-color: #88952C;
}
.TagClassName
{
border-color: #88952C;
}
</style>