Shades of Wasabi #89924F
Tints of Wasabi #89924F
RGB
CMYK
RGB Variations
Color information
#89924F (or 0x89924F) is known color: Wasabi. HEX triplet: 89, 92 and 4F. RGB value is (137,146,79). Sum of RGB (Red+Green+Blue) = 137+146+79=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #89924F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89924F is #766DB0. Grayscale: #878787. Windows color (decimal): -7761329 or 5214857. OLE color: 5214857.
HSL color Cylindrical-coordinate representation of color #89924F: hue angle of 68.06º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89924F is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 79 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.43 |
| HSL | 68.06º | 0.3% | 0.44% | - |
| HSV(B) | 68.06º | 0.46% | 0.57% | - |
| XYZ | 22.01 | 26.44 | 11.34 | - |
| YUV | 135.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 79 | 0.06 | 0 | 0.46 | 0.43 | 68.06 | 0.3 | 0.44 |
| Hex | 89 | 92 | 4F | 6 | 0 | 2E | 2B | 44 | 1E | 2C |
| Octal | 211 | 222 | 117 | 6 | 0 | 56 | 53 | 104 | 36 | 54 |
| Binary | 10001001 | 10010010 | 1001111 | 110 | 0 | 101110 | 101011 | 1000100 | 11110 | 101100 |
Color Harmonies of #89924F
Complementary color
Monochromatic Colors of #89924F
Black with #89924F
Text Example
Text Example
White with #89924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89924F; }
p { color: rgb(137,146,79); }
H1.HeaderClassName
{
color: #89924F;
}
.AnyTagClassName
{
color: #89924F;
}
</style>
background-color css
<style>
a { background-color: #89924F; }
a { background-color: rgb(137,146,79); }
div.DivClassName
{
background-color: #89924F;
}
.BgClassName
{
background-color: #89924F;
}
</style>
border-color css
<style>
span { border-color: #89924F; }
span { border-color: rgb(137,146,79); }
td.TdClassName
{
border-color: #89924F;
}
.TagClassName
{
border-color: #89924F;
}
</style>