Shades of Wasabi #88973D
Tints of Wasabi #88973D
RGB
CMYK
RGB Variations
Color information
#88973D (or 0x88973D) is known color: Wasabi. HEX triplet: 88, 97 and 3D. RGB value is (136,151,61). Sum of RGB (Red+Green+Blue) = 136+151+61=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #88973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88973D is #7768C2. Grayscale: #888888. Windows color (decimal): -7825603 or 4036488. OLE color: 4036488.
HSL color Cylindrical-coordinate representation of color #88973D: hue angle of 70º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88973D is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 151 | 61 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.41 |
| HSL | 70º | 0.42% | 0.42% | - |
| HSV(B) | 70º | 0.6% | 0.59% | - |
| XYZ | 22.06 | 27.7 | 8.6 | - |
| YUV | 136.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 151 | 61 | 0.10 | 0 | 0.60 | 0.41 | 70 | 0.42 | 0.42 |
| Hex | 88 | 97 | 3D | A | 0 | 3C | 29 | 46 | 2A | 2A |
| Octal | 210 | 227 | 75 | 12 | 0 | 74 | 51 | 106 | 52 | 52 |
| Binary | 10001000 | 10010111 | 111101 | 1010 | 0 | 111100 | 101001 | 1000110 | 101010 | 101010 |
Color Harmonies of #88973D
Complementary color
Monochromatic Colors of #88973D
Black with #88973D
Text Example
Text Example
White with #88973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88973D; }
p { color: rgb(136,151,61); }
H1.HeaderClassName
{
color: #88973D;
}
.AnyTagClassName
{
color: #88973D;
}
</style>
background-color css
<style>
a { background-color: #88973D; }
a { background-color: rgb(136,151,61); }
div.DivClassName
{
background-color: #88973D;
}
.BgClassName
{
background-color: #88973D;
}
</style>
border-color css
<style>
span { border-color: #88973D; }
span { border-color: rgb(136,151,61); }
td.TdClassName
{
border-color: #88973D;
}
.TagClassName
{
border-color: #88973D;
}
</style>