Shades of Wasabi #889148
Tints of Wasabi #889148
RGB
CMYK
RGB Variations
Color information
#889148 (or 0x889148) is known color: Wasabi. HEX triplet: 88, 91 and 48. RGB value is (136,145,72). Sum of RGB (Red+Green+Blue) = 136+145+72=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #889148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889148 is #776EB7. Grayscale: #868686. Windows color (decimal): -7827128 or 4755848. OLE color: 4755848.
HSL color Cylindrical-coordinate representation of color #889148: hue angle of 67.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #889148 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 72 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.43 |
| HSL | 67.4º | 0.34% | 0.43% | - |
| HSV(B) | 67.4º | 0.5% | 0.57% | - |
| XYZ | 21.45 | 25.95 | 10.01 | - |
| YUV | 133.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 72 | 0.06 | 0 | 0.50 | 0.43 | 67.4 | 0.34 | 0.43 |
| Hex | 88 | 91 | 48 | 6 | 0 | 32 | 2B | 43 | 22 | 2B |
| Octal | 210 | 221 | 110 | 6 | 0 | 62 | 53 | 103 | 42 | 53 |
| Binary | 10001000 | 10010001 | 1001000 | 110 | 0 | 110010 | 101011 | 1000011 | 100010 | 101011 |
Color Harmonies of #889148
Complementary color
Monochromatic Colors of #889148
Black with #889148
Text Example
Text Example
White with #889148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889148; }
p { color: rgb(136,145,72); }
H1.HeaderClassName
{
color: #889148;
}
.AnyTagClassName
{
color: #889148;
}
</style>
background-color css
<style>
a { background-color: #889148; }
a { background-color: rgb(136,145,72); }
div.DivClassName
{
background-color: #889148;
}
.BgClassName
{
background-color: #889148;
}
</style>
border-color css
<style>
span { border-color: #889148; }
span { border-color: rgb(136,145,72); }
td.TdClassName
{
border-color: #889148;
}
.TagClassName
{
border-color: #889148;
}
</style>