Shades of Wasabi #889231
Tints of Wasabi #889231
RGB
CMYK
RGB Variations
Color information
#889231 (or 0x889231) is known color: Wasabi. HEX triplet: 88, 92 and 31. RGB value is (136,146,49). Sum of RGB (Red+Green+Blue) = 136+146+49=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #889231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889231 is #776DCE. Grayscale: #848484. Windows color (decimal): -7826895 or 3248776. OLE color: 3248776.
HSL color Cylindrical-coordinate representation of color #889231: hue angle of 66.19º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #889231 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 49 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.43 |
| HSL | 66.19º | 0.5% | 0.38% | - |
| HSV(B) | 66.19º | 0.66% | 0.57% | - |
| XYZ | 20.99 | 26.01 | 6.82 | - |
| YUV | 131.95 | 81.19 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 49 | 0.07 | 0 | 0.66 | 0.43 | 66.19 | 0.5 | 0.38 |
| Hex | 88 | 92 | 31 | 7 | 0 | 42 | 2B | 42 | 32 | 26 |
| Octal | 210 | 222 | 61 | 7 | 0 | 102 | 53 | 102 | 62 | 46 |
| Binary | 10001000 | 10010010 | 110001 | 111 | 0 | 1000010 | 101011 | 1000010 | 110010 | 100110 |
Color Harmonies of #889231
Complementary color
Monochromatic Colors of #889231
Black with #889231
Text Example
Text Example
White with #889231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889231; }
p { color: rgb(136,146,49); }
H1.HeaderClassName
{
color: #889231;
}
.AnyTagClassName
{
color: #889231;
}
</style>
background-color css
<style>
a { background-color: #889231; }
a { background-color: rgb(136,146,49); }
div.DivClassName
{
background-color: #889231;
}
.BgClassName
{
background-color: #889231;
}
</style>
border-color css
<style>
span { border-color: #889231; }
span { border-color: rgb(136,146,49); }
td.TdClassName
{
border-color: #889231;
}
.TagClassName
{
border-color: #889231;
}
</style>