Shades of Wasabi #889C38
Tints of Wasabi #889C38
RGB
CMYK
RGB Variations
Color information
#889C38 (or 0x889C38) is known color: Wasabi. HEX triplet: 88, 9C and 38. RGB value is (136,156,56). Sum of RGB (Red+Green+Blue) = 136+156+56=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #889C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889C38 is #7763C7. Grayscale: #8A8A8A. Windows color (decimal): -7824328 or 3710088. OLE color: 3710088.
HSL color Cylindrical-coordinate representation of color #889C38: hue angle of 72º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #889C38 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 56 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.39 |
| HSL | 72º | 0.47% | 0.42% | - |
| HSV(B) | 72º | 0.64% | 0.61% | - |
| XYZ | 22.76 | 29.3 | 8.2 | - |
| YUV | 138.62 | 81.37 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 56 | 0.13 | 0 | 0.64 | 0.39 | 72 | 0.47 | 0.42 |
| Hex | 88 | 9C | 38 | D | 0 | 40 | 27 | 48 | 2F | 2A |
| Octal | 210 | 234 | 70 | 15 | 0 | 100 | 47 | 110 | 57 | 52 |
| Binary | 10001000 | 10011100 | 111000 | 1101 | 0 | 1000000 | 100111 | 1001000 | 101111 | 101010 |
Color Harmonies of #889C38
Complementary color
Monochromatic Colors of #889C38
Black with #889C38
Text Example
Text Example
White with #889C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C38; }
p { color: rgb(136,156,56); }
H1.HeaderClassName
{
color: #889C38;
}
.AnyTagClassName
{
color: #889C38;
}
</style>
background-color css
<style>
a { background-color: #889C38; }
a { background-color: rgb(136,156,56); }
div.DivClassName
{
background-color: #889C38;
}
.BgClassName
{
background-color: #889C38;
}
</style>
border-color css
<style>
span { border-color: #889C38; }
span { border-color: rgb(136,156,56); }
td.TdClassName
{
border-color: #889C38;
}
.TagClassName
{
border-color: #889C38;
}
</style>