Shades of Wasabi #90993D
Tints of Wasabi #90993D
RGB
CMYK
RGB Variations
Color information
#90993D (or 0x90993D) is known color: Wasabi. HEX triplet: 90, 99 and 3D. RGB value is (144,153,61). Sum of RGB (Red+Green+Blue) = 144+153+61=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #90993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90993D is #6F66C2. Grayscale: #8C8C8C. Windows color (decimal): -7300803 or 4037008. OLE color: 4037008.
HSL color Cylindrical-coordinate representation of color #90993D: hue angle of 65.87º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90993D is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 61 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.4 |
| HSL | 65.87º | 0.43% | 0.42% | - |
| HSV(B) | 65.87º | 0.6% | 0.6% | - |
| XYZ | 23.74 | 29.05 | 8.77 | - |
| YUV | 139.82 | 83.52 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 61 | 0.06 | 0 | 0.60 | 0.4 | 65.87 | 0.43 | 0.42 |
| Hex | 90 | 99 | 3D | 6 | 0 | 3C | 28 | 42 | 2B | 2A |
| Octal | 220 | 231 | 75 | 6 | 0 | 74 | 50 | 102 | 53 | 52 |
| Binary | 10010000 | 10011001 | 111101 | 110 | 0 | 111100 | 101000 | 1000010 | 101011 | 101010 |
Color Harmonies of #90993D
Complementary color
Monochromatic Colors of #90993D
Black with #90993D
Text Example
Text Example
White with #90993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90993D; }
p { color: rgb(144,153,61); }
H1.HeaderClassName
{
color: #90993D;
}
.AnyTagClassName
{
color: #90993D;
}
</style>
background-color css
<style>
a { background-color: #90993D; }
a { background-color: rgb(144,153,61); }
div.DivClassName
{
background-color: #90993D;
}
.BgClassName
{
background-color: #90993D;
}
</style>
border-color css
<style>
span { border-color: #90993D; }
span { border-color: rgb(144,153,61); }
td.TdClassName
{
border-color: #90993D;
}
.TagClassName
{
border-color: #90993D;
}
</style>