Shades of Wasabi #90994A
Tints of Wasabi #90994A
RGB
CMYK
RGB Variations
Color information
#90994A (or 0x90994A) is known color: Wasabi. HEX triplet: 90, 99 and 4A. RGB value is (144,153,74). Sum of RGB (Red+Green+Blue) = 144+153+74=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #90994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90994A is #6F66B5. Grayscale: #8D8D8D. Windows color (decimal): -7300790 or 4888976. OLE color: 4888976.
HSL color Cylindrical-coordinate representation of color #90994A: hue angle of 66.84º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #90994A is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 74 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.4 |
| HSL | 66.84º | 0.35% | 0.45% | - |
| HSV(B) | 66.84º | 0.52% | 0.6% | - |
| XYZ | 24.13 | 29.21 | 10.84 | - |
| YUV | 141.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 74 | 0.06 | 0 | 0.52 | 0.4 | 66.84 | 0.35 | 0.45 |
| Hex | 90 | 99 | 4A | 6 | 0 | 34 | 28 | 43 | 23 | 2D |
| Octal | 220 | 231 | 112 | 6 | 0 | 64 | 50 | 103 | 43 | 55 |
| Binary | 10010000 | 10011001 | 1001010 | 110 | 0 | 110100 | 101000 | 1000011 | 100011 | 101101 |
Color Harmonies of #90994A
Complementary color
Monochromatic Colors of #90994A
Black with #90994A
Text Example
Text Example
White with #90994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90994A; }
p { color: rgb(144,153,74); }
H1.HeaderClassName
{
color: #90994A;
}
.AnyTagClassName
{
color: #90994A;
}
</style>
background-color css
<style>
a { background-color: #90994A; }
a { background-color: rgb(144,153,74); }
div.DivClassName
{
background-color: #90994A;
}
.BgClassName
{
background-color: #90994A;
}
</style>
border-color css
<style>
span { border-color: #90994A; }
span { border-color: rgb(144,153,74); }
td.TdClassName
{
border-color: #90994A;
}
.TagClassName
{
border-color: #90994A;
}
</style>