Shades of Wasabi #888E33
Tints of Wasabi #888E33
RGB
CMYK
RGB Variations
Color information
#888E33 (or 0x888E33) is known color: Wasabi. HEX triplet: 88, 8E and 33. RGB value is (136,142,51). Sum of RGB (Red+Green+Blue) = 136+142+51=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #888E33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888E33 is #7771CC. Grayscale: #828282. Windows color (decimal): -7827917 or 3378824. OLE color: 3378824.
HSL color Cylindrical-coordinate representation of color #888E33: hue angle of 63.96º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #888E33 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 142 | 51 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.44 |
| HSL | 63.96º | 0.47% | 0.38% | - |
| HSV(B) | 63.96º | 0.64% | 0.56% | - |
| XYZ | 20.42 | 24.82 | 6.85 | - |
| YUV | 129.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 51 | 0.04 | 0 | 0.64 | 0.44 | 63.96 | 0.47 | 0.38 |
| Hex | 88 | 8E | 33 | 4 | 0 | 40 | 2C | 40 | 2F | 26 |
| Octal | 210 | 216 | 63 | 4 | 0 | 100 | 54 | 100 | 57 | 46 |
| Binary | 10001000 | 10001110 | 110011 | 100 | 0 | 1000000 | 101100 | 1000000 | 101111 | 100110 |
Color Harmonies of #888E33
Complementary color
Monochromatic Colors of #888E33
Black with #888E33
Text Example
Text Example
White with #888E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E33; }
p { color: rgb(136,142,51); }
H1.HeaderClassName
{
color: #888E33;
}
.AnyTagClassName
{
color: #888E33;
}
</style>
background-color css
<style>
a { background-color: #888E33; }
a { background-color: rgb(136,142,51); }
div.DivClassName
{
background-color: #888E33;
}
.BgClassName
{
background-color: #888E33;
}
</style>
border-color css
<style>
span { border-color: #888E33; }
span { border-color: rgb(136,142,51); }
td.TdClassName
{
border-color: #888E33;
}
.TagClassName
{
border-color: #888E33;
}
</style>