Shades of Wasabi #888D2F
Tints of Wasabi #888D2F
RGB
CMYK
RGB Variations
Color information
#888D2F (or 0x888D2F) is known color: Wasabi. HEX triplet: 88, 8D and 2F. RGB value is (136,141,47). Sum of RGB (Red+Green+Blue) = 136+141+47=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #888D2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888D2F is #7772D0. Grayscale: #818181. Windows color (decimal): -7828177 or 3116424. OLE color: 3116424.
HSL color Cylindrical-coordinate representation of color #888D2F: hue angle of 63.19º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #888D2F is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 47 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.45 |
| HSL | 63.19º | 0.5% | 0.37% | - |
| HSV(B) | 63.19º | 0.67% | 0.55% | - |
| XYZ | 20.19 | 24.49 | 6.35 | - |
| YUV | 128.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 47 | 0.04 | 0 | 0.67 | 0.45 | 63.19 | 0.5 | 0.37 |
| Hex | 88 | 8D | 2F | 4 | 0 | 43 | 2D | 3F | 32 | 25 |
| Octal | 210 | 215 | 57 | 4 | 0 | 103 | 55 | 77 | 62 | 45 |
| Binary | 10001000 | 10001101 | 101111 | 100 | 0 | 1000011 | 101101 | 111111 | 110010 | 100101 |
Color Harmonies of #888D2F
Complementary color
Monochromatic Colors of #888D2F
Black with #888D2F
Text Example
Text Example
White with #888D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D2F; }
p { color: rgb(136,141,47); }
H1.HeaderClassName
{
color: #888D2F;
}
.AnyTagClassName
{
color: #888D2F;
}
</style>
background-color css
<style>
a { background-color: #888D2F; }
a { background-color: rgb(136,141,47); }
div.DivClassName
{
background-color: #888D2F;
}
.BgClassName
{
background-color: #888D2F;
}
</style>
border-color css
<style>
span { border-color: #888D2F; }
span { border-color: rgb(136,141,47); }
td.TdClassName
{
border-color: #888D2F;
}
.TagClassName
{
border-color: #888D2F;
}
</style>