Shades of Wasabi #88943F
Tints of Wasabi #88943F
RGB
CMYK
RGB Variations
Color information
#88943F (or 0x88943F) is known color: Wasabi. HEX triplet: 88, 94 and 3F. RGB value is (136,148,63). Sum of RGB (Red+Green+Blue) = 136+148+63=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #88943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88943F is #776BC0. Grayscale: #878787. Windows color (decimal): -7826369 or 4166792. OLE color: 4166792.
HSL color Cylindrical-coordinate representation of color #88943F: hue angle of 68.47º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88943F is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 63 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.42 |
| HSL | 68.47º | 0.4% | 0.41% | - |
| HSV(B) | 68.47º | 0.57% | 0.58% | - |
| XYZ | 21.64 | 26.77 | 8.73 | - |
| YUV | 134.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 63 | 0.08 | 0 | 0.57 | 0.42 | 68.47 | 0.4 | 0.41 |
| Hex | 88 | 94 | 3F | 8 | 0 | 39 | 2A | 44 | 28 | 29 |
| Octal | 210 | 224 | 77 | 10 | 0 | 71 | 52 | 104 | 50 | 51 |
| Binary | 10001000 | 10010100 | 111111 | 1000 | 0 | 111001 | 101010 | 1000100 | 101000 | 101001 |
Color Harmonies of #88943F
Complementary color
Monochromatic Colors of #88943F
Black with #88943F
Text Example
Text Example
White with #88943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88943F; }
p { color: rgb(136,148,63); }
H1.HeaderClassName
{
color: #88943F;
}
.AnyTagClassName
{
color: #88943F;
}
</style>
background-color css
<style>
a { background-color: #88943F; }
a { background-color: rgb(136,148,63); }
div.DivClassName
{
background-color: #88943F;
}
.BgClassName
{
background-color: #88943F;
}
</style>
border-color css
<style>
span { border-color: #88943F; }
span { border-color: rgb(136,148,63); }
td.TdClassName
{
border-color: #88943F;
}
.TagClassName
{
border-color: #88943F;
}
</style>