Shades of Wasabi #88923C
Tints of Wasabi #88923C
RGB
CMYK
RGB Variations
Color information
#88923C (or 0x88923C) is known color: Wasabi. HEX triplet: 88, 92 and 3C. RGB value is (136,146,60). Sum of RGB (Red+Green+Blue) = 136+146+60=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #88923C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88923C is #776DC3. Grayscale: #858585. Windows color (decimal): -7826884 or 3969672. OLE color: 3969672.
HSL color Cylindrical-coordinate representation of color #88923C: hue angle of 66.98º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #88923C is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 60 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.43 |
| HSL | 66.98º | 0.42% | 0.4% | - |
| HSV(B) | 66.98º | 0.59% | 0.57% | - |
| XYZ | 21.25 | 26.12 | 8.2 | - |
| YUV | 133.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 60 | 0.07 | 0 | 0.59 | 0.43 | 66.98 | 0.42 | 0.4 |
| Hex | 88 | 92 | 3C | 7 | 0 | 3B | 2B | 43 | 2A | 28 |
| Octal | 210 | 222 | 74 | 7 | 0 | 73 | 53 | 103 | 52 | 50 |
| Binary | 10001000 | 10010010 | 111100 | 111 | 0 | 111011 | 101011 | 1000011 | 101010 | 101000 |
Color Harmonies of #88923C
Complementary color
Monochromatic Colors of #88923C
Black with #88923C
Text Example
Text Example
White with #88923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88923C; }
p { color: rgb(136,146,60); }
H1.HeaderClassName
{
color: #88923C;
}
.AnyTagClassName
{
color: #88923C;
}
</style>
background-color css
<style>
a { background-color: #88923C; }
a { background-color: rgb(136,146,60); }
div.DivClassName
{
background-color: #88923C;
}
.BgClassName
{
background-color: #88923C;
}
</style>
border-color css
<style>
span { border-color: #88923C; }
span { border-color: rgb(136,146,60); }
td.TdClassName
{
border-color: #88923C;
}
.TagClassName
{
border-color: #88923C;
}
</style>