Shades of Wasabi #88912B
Tints of Wasabi #88912B
RGB
CMYK
RGB Variations
Color information
#88912B (or 0x88912B) is known color: Wasabi. HEX triplet: 88, 91 and 2B. RGB value is (136,145,43). Sum of RGB (Red+Green+Blue) = 136+145+43=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #88912B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88912B is #776ED4. Grayscale: #838383. Windows color (decimal): -7827157 or 2855304. OLE color: 2855304.
HSL color Cylindrical-coordinate representation of color #88912B: hue angle of 65.29º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88912B is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 43 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.43 |
| HSL | 65.29º | 0.54% | 0.37% | - |
| HSV(B) | 65.29º | 0.7% | 0.57% | - |
| XYZ | 20.71 | 25.66 | 6.15 | - |
| YUV | 130.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 43 | 0.06 | 0 | 0.70 | 0.43 | 65.29 | 0.54 | 0.37 |
| Hex | 88 | 91 | 2B | 6 | 0 | 46 | 2B | 41 | 36 | 25 |
| Octal | 210 | 221 | 53 | 6 | 0 | 106 | 53 | 101 | 66 | 45 |
| Binary | 10001000 | 10010001 | 101011 | 110 | 0 | 1000110 | 101011 | 1000001 | 110110 | 100101 |
Color Harmonies of #88912B
Complementary color
Monochromatic Colors of #88912B
Black with #88912B
Text Example
Text Example
White with #88912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88912B; }
p { color: rgb(136,145,43); }
H1.HeaderClassName
{
color: #88912B;
}
.AnyTagClassName
{
color: #88912B;
}
</style>
background-color css
<style>
a { background-color: #88912B; }
a { background-color: rgb(136,145,43); }
div.DivClassName
{
background-color: #88912B;
}
.BgClassName
{
background-color: #88912B;
}
</style>
border-color css
<style>
span { border-color: #88912B; }
span { border-color: rgb(136,145,43); }
td.TdClassName
{
border-color: #88912B;
}
.TagClassName
{
border-color: #88912B;
}
</style>