Shades of Wasabi #889052
Tints of Wasabi #889052
RGB
CMYK
RGB Variations
Color information
#889052 (or 0x889052) is known color: Wasabi. HEX triplet: 88, 90 and 52. RGB value is (136,144,82). Sum of RGB (Red+Green+Blue) = 136+144+82=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #889052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889052 is #776FAD. Grayscale: #868686. Windows color (decimal): -7827374 or 5410952. OLE color: 5410952.
HSL color Cylindrical-coordinate representation of color #889052: hue angle of 67.74º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #889052 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 82 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.44 |
| HSL | 67.74º | 0.27% | 0.44% | - |
| HSV(B) | 67.74º | 0.43% | 0.56% | - |
| XYZ | 21.65 | 25.79 | 11.82 | - |
| YUV | 134.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 82 | 0.06 | 0 | 0.43 | 0.44 | 67.74 | 0.27 | 0.44 |
| Hex | 88 | 90 | 52 | 6 | 0 | 2B | 2C | 44 | 1B | 2C |
| Octal | 210 | 220 | 122 | 6 | 0 | 53 | 54 | 104 | 33 | 54 |
| Binary | 10001000 | 10010000 | 1010010 | 110 | 0 | 101011 | 101100 | 1000100 | 11011 | 101100 |
Color Harmonies of #889052
Complementary color
Monochromatic Colors of #889052
Black with #889052
Text Example
Text Example
White with #889052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889052; }
p { color: rgb(136,144,82); }
H1.HeaderClassName
{
color: #889052;
}
.AnyTagClassName
{
color: #889052;
}
</style>
background-color css
<style>
a { background-color: #889052; }
a { background-color: rgb(136,144,82); }
div.DivClassName
{
background-color: #889052;
}
.BgClassName
{
background-color: #889052;
}
</style>
border-color css
<style>
span { border-color: #889052; }
span { border-color: rgb(136,144,82); }
td.TdClassName
{
border-color: #889052;
}
.TagClassName
{
border-color: #889052;
}
</style>