Shades of Wasabi #888F38
Tints of Wasabi #888F38
RGB
CMYK
RGB Variations
Color information
#888F38 (or 0x888F38) is known color: Wasabi. HEX triplet: 88, 8F and 38. RGB value is (136,143,56). Sum of RGB (Red+Green+Blue) = 136+143+56=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #888F38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888F38 is #7770C7. Grayscale: #838383. Windows color (decimal): -7827656 or 3706760. OLE color: 3706760.
HSL color Cylindrical-coordinate representation of color #888F38: hue angle of 64.83º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #888F38 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 143 | 56 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.44 |
| HSL | 64.83º | 0.44% | 0.39% | - |
| HSV(B) | 64.83º | 0.61% | 0.56% | - |
| XYZ | 20.69 | 25.16 | 7.51 | - |
| YUV | 130.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 56 | 0.05 | 0 | 0.61 | 0.44 | 64.83 | 0.44 | 0.39 |
| Hex | 88 | 8F | 38 | 5 | 0 | 3D | 2C | 41 | 2C | 27 |
| Octal | 210 | 217 | 70 | 5 | 0 | 75 | 54 | 101 | 54 | 47 |
| Binary | 10001000 | 10001111 | 111000 | 101 | 0 | 111101 | 101100 | 1000001 | 101100 | 100111 |
Color Harmonies of #888F38
Complementary color
Monochromatic Colors of #888F38
Black with #888F38
Text Example
Text Example
White with #888F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888F38; }
p { color: rgb(136,143,56); }
H1.HeaderClassName
{
color: #888F38;
}
.AnyTagClassName
{
color: #888F38;
}
</style>
background-color css
<style>
a { background-color: #888F38; }
a { background-color: rgb(136,143,56); }
div.DivClassName
{
background-color: #888F38;
}
.BgClassName
{
background-color: #888F38;
}
</style>
border-color css
<style>
span { border-color: #888F38; }
span { border-color: rgb(136,143,56); }
td.TdClassName
{
border-color: #888F38;
}
.TagClassName
{
border-color: #888F38;
}
</style>