Shades of Wasabi #88924C
Tints of Wasabi #88924C
RGB
CMYK
RGB Variations
Color information
#88924C (or 0x88924C) is known color: Wasabi. HEX triplet: 88, 92 and 4C. RGB value is (136,146,76). Sum of RGB (Red+Green+Blue) = 136+146+76=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #88924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88924C is #776DB3. Grayscale: #878787. Windows color (decimal): -7826868 or 5018248. OLE color: 5018248.
HSL color Cylindrical-coordinate representation of color #88924C: hue angle of 68.57º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #88924C is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 76 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.43 |
| HSL | 68.57º | 0.32% | 0.44% | - |
| HSV(B) | 68.57º | 0.48% | 0.57% | - |
| XYZ | 21.74 | 26.31 | 10.77 | - |
| YUV | 135.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 76 | 0.07 | 0 | 0.48 | 0.43 | 68.57 | 0.32 | 0.44 |
| Hex | 88 | 92 | 4C | 7 | 0 | 30 | 2B | 45 | 20 | 2C |
| Octal | 210 | 222 | 114 | 7 | 0 | 60 | 53 | 105 | 40 | 54 |
| Binary | 10001000 | 10010010 | 1001100 | 111 | 0 | 110000 | 101011 | 1000101 | 100000 | 101100 |
Color Harmonies of #88924C
Complementary color
Monochromatic Colors of #88924C
Black with #88924C
Text Example
Text Example
White with #88924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88924C; }
p { color: rgb(136,146,76); }
H1.HeaderClassName
{
color: #88924C;
}
.AnyTagClassName
{
color: #88924C;
}
</style>
background-color css
<style>
a { background-color: #88924C; }
a { background-color: rgb(136,146,76); }
div.DivClassName
{
background-color: #88924C;
}
.BgClassName
{
background-color: #88924C;
}
</style>
border-color css
<style>
span { border-color: #88924C; }
span { border-color: rgb(136,146,76); }
td.TdClassName
{
border-color: #88924C;
}
.TagClassName
{
border-color: #88924C;
}
</style>