Shades of Wasabi #88933A
Tints of Wasabi #88933A
RGB
CMYK
RGB Variations
Color information
#88933A (or 0x88933A) is known color: Wasabi. HEX triplet: 88, 93 and 3A. RGB value is (136,147,58). Sum of RGB (Red+Green+Blue) = 136+147+58=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #88933A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88933A is #776CC5. Grayscale: #858585. Windows color (decimal): -7826630 or 3838856. OLE color: 3838856.
HSL color Cylindrical-coordinate representation of color #88933A: hue angle of 67.42º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #88933A is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 147 | 58 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.42 |
| HSL | 67.42º | 0.43% | 0.4% | - |
| HSV(B) | 67.42º | 0.61% | 0.58% | - |
| XYZ | 21.35 | 26.41 | 7.97 | - |
| YUV | 133.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 58 | 0.07 | 0 | 0.61 | 0.42 | 67.42 | 0.43 | 0.4 |
| Hex | 88 | 93 | 3A | 7 | 0 | 3D | 2A | 43 | 2B | 28 |
| Octal | 210 | 223 | 72 | 7 | 0 | 75 | 52 | 103 | 53 | 50 |
| Binary | 10001000 | 10010011 | 111010 | 111 | 0 | 111101 | 101010 | 1000011 | 101011 | 101000 |
Color Harmonies of #88933A
Complementary color
Monochromatic Colors of #88933A
Black with #88933A
Text Example
Text Example
White with #88933A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88933A; }
p { color: rgb(136,147,58); }
H1.HeaderClassName
{
color: #88933A;
}
.AnyTagClassName
{
color: #88933A;
}
</style>
background-color css
<style>
a { background-color: #88933A; }
a { background-color: rgb(136,147,58); }
div.DivClassName
{
background-color: #88933A;
}
.BgClassName
{
background-color: #88933A;
}
</style>
border-color css
<style>
span { border-color: #88933A; }
span { border-color: rgb(136,147,58); }
td.TdClassName
{
border-color: #88933A;
}
.TagClassName
{
border-color: #88933A;
}
</style>