Shades of Wasabi #888E2F
Tints of Wasabi #888E2F
RGB
CMYK
RGB Variations
Color information
#888E2F (or 0x888E2F) is known color: Wasabi. HEX triplet: 88, 8E and 2F. RGB value is (136,142,47). Sum of RGB (Red+Green+Blue) = 136+142+47=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 142 - color contains mainly: green. Hex color #888E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888E2F is #7771D0. Grayscale: #818181. Windows color (decimal): -7827921 or 3116680. OLE color: 3116680.
HSL color Cylindrical-coordinate representation of color #888E2F: hue angle of 63.79º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #888E2F is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 142 | 47 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.44 |
| HSL | 63.79º | 0.5% | 0.37% | - |
| HSV(B) | 63.79º | 0.67% | 0.56% | - |
| XYZ | 20.34 | 24.79 | 6.4 | - |
| YUV | 129.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 47 | 0.04 | 0 | 0.67 | 0.44 | 63.79 | 0.5 | 0.37 |
| Hex | 88 | 8E | 2F | 4 | 0 | 43 | 2C | 40 | 32 | 25 |
| Octal | 210 | 216 | 57 | 4 | 0 | 103 | 54 | 100 | 62 | 45 |
| Binary | 10001000 | 10001110 | 101111 | 100 | 0 | 1000011 | 101100 | 1000000 | 110010 | 100101 |
Color Harmonies of #888E2F
Complementary color
Monochromatic Colors of #888E2F
Black with #888E2F
Text Example
Text Example
White with #888E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E2F; }
p { color: rgb(136,142,47); }
H1.HeaderClassName
{
color: #888E2F;
}
.AnyTagClassName
{
color: #888E2F;
}
</style>
background-color css
<style>
a { background-color: #888E2F; }
a { background-color: rgb(136,142,47); }
div.DivClassName
{
background-color: #888E2F;
}
.BgClassName
{
background-color: #888E2F;
}
</style>
border-color css
<style>
span { border-color: #888E2F; }
span { border-color: rgb(136,142,47); }
td.TdClassName
{
border-color: #888E2F;
}
.TagClassName
{
border-color: #888E2F;
}
</style>