Shades of Wasabi #909844
Tints of Wasabi #909844
RGB
CMYK
RGB Variations
Color information
#909844 (or 0x909844) is known color: Wasabi. HEX triplet: 90, 98 and 44. RGB value is (144,152,68). Sum of RGB (Red+Green+Blue) = 144+152+68=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #909844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909844 is #6F67BB. Grayscale: #8C8C8C. Windows color (decimal): -7301052 or 4495504. OLE color: 4495504.
HSL color Cylindrical-coordinate representation of color #909844: hue angle of 65.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #909844 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 152 | 68 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.40 |
| HSL | 65.71º | 0.38% | 0.43% | - |
| HSV(B) | 65.71º | 0.55% | 0.6% | - |
| XYZ | 23.77 | 28.8 | 9.78 | - |
| YUV | 140.03 | 87.35 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 68 | 0.05 | 0 | 0.55 | 0.40 | 65.71 | 0.38 | 0.43 |
| Hex | 90 | 98 | 44 | 5 | 0 | 37 | 28 | 42 | 26 | 2B |
| Octal | 220 | 230 | 104 | 5 | 0 | 67 | 50 | 102 | 46 | 53 |
| Binary | 10010000 | 10011000 | 1000100 | 101 | 0 | 110111 | 101000 | 1000010 | 100110 | 101011 |
Color Harmonies of #909844
Complementary color
Monochromatic Colors of #909844
Black with #909844
Text Example
Text Example
White with #909844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909844; }
p { color: rgb(144,152,68); }
H1.HeaderClassName
{
color: #909844;
}
.AnyTagClassName
{
color: #909844;
}
</style>
background-color css
<style>
a { background-color: #909844; }
a { background-color: rgb(144,152,68); }
div.DivClassName
{
background-color: #909844;
}
.BgClassName
{
background-color: #909844;
}
</style>
border-color css
<style>
span { border-color: #909844; }
span { border-color: rgb(144,152,68); }
td.TdClassName
{
border-color: #909844;
}
.TagClassName
{
border-color: #909844;
}
</style>