Shades of Wasabi #90994C
Tints of Wasabi #90994C
RGB
CMYK
RGB Variations
Color information
#90994C (or 0x90994C) is known color: Wasabi. HEX triplet: 90, 99 and 4C. RGB value is (144,153,76). Sum of RGB (Red+Green+Blue) = 144+153+76=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #90994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90994C is #6F66B3. Grayscale: #8D8D8D. Windows color (decimal): -7300788 or 5020048. OLE color: 5020048.
HSL color Cylindrical-coordinate representation of color #90994C: hue angle of 67.01º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90994C is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 76 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.4 |
| HSL | 67.01º | 0.34% | 0.45% | - |
| HSV(B) | 67.01º | 0.5% | 0.6% | - |
| XYZ | 24.2 | 29.23 | 11.2 | - |
| YUV | 141.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 76 | 0.06 | 0 | 0.50 | 0.4 | 67.01 | 0.34 | 0.45 |
| Hex | 90 | 99 | 4C | 6 | 0 | 32 | 28 | 43 | 22 | 2D |
| Octal | 220 | 231 | 114 | 6 | 0 | 62 | 50 | 103 | 42 | 55 |
| Binary | 10010000 | 10011001 | 1001100 | 110 | 0 | 110010 | 101000 | 1000011 | 100010 | 101101 |
Color Harmonies of #90994C
Complementary color
Monochromatic Colors of #90994C
Black with #90994C
Text Example
Text Example
White with #90994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90994C; }
p { color: rgb(144,153,76); }
H1.HeaderClassName
{
color: #90994C;
}
.AnyTagClassName
{
color: #90994C;
}
</style>
background-color css
<style>
a { background-color: #90994C; }
a { background-color: rgb(144,153,76); }
div.DivClassName
{
background-color: #90994C;
}
.BgClassName
{
background-color: #90994C;
}
</style>
border-color css
<style>
span { border-color: #90994C; }
span { border-color: rgb(144,153,76); }
td.TdClassName
{
border-color: #90994C;
}
.TagClassName
{
border-color: #90994C;
}
</style>