Shades of Wasabi #90993E
Tints of Wasabi #90993E
RGB
CMYK
RGB Variations
Color information
#90993E (or 0x90993E) is known color: Wasabi. HEX triplet: 90, 99 and 3E. RGB value is (144,153,62). Sum of RGB (Red+Green+Blue) = 144+153+62=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #90993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90993E is #6F66C1. Grayscale: #8C8C8C. Windows color (decimal): -7300802 or 4102544. OLE color: 4102544.
HSL color Cylindrical-coordinate representation of color #90993E: hue angle of 65.93º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #90993E is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 62 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.4 |
| HSL | 65.93º | 0.42% | 0.42% | - |
| HSV(B) | 65.93º | 0.59% | 0.6% | - |
| XYZ | 23.76 | 29.06 | 8.91 | - |
| YUV | 139.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 62 | 0.06 | 0 | 0.59 | 0.4 | 65.93 | 0.42 | 0.42 |
| Hex | 90 | 99 | 3E | 6 | 0 | 3B | 28 | 42 | 2A | 2A |
| Octal | 220 | 231 | 76 | 6 | 0 | 73 | 50 | 102 | 52 | 52 |
| Binary | 10010000 | 10011001 | 111110 | 110 | 0 | 111011 | 101000 | 1000010 | 101010 | 101010 |
Color Harmonies of #90993E
Complementary color
Monochromatic Colors of #90993E
Black with #90993E
Text Example
Text Example
White with #90993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90993E; }
p { color: rgb(144,153,62); }
H1.HeaderClassName
{
color: #90993E;
}
.AnyTagClassName
{
color: #90993E;
}
</style>
background-color css
<style>
a { background-color: #90993E; }
a { background-color: rgb(144,153,62); }
div.DivClassName
{
background-color: #90993E;
}
.BgClassName
{
background-color: #90993E;
}
</style>
border-color css
<style>
span { border-color: #90993E; }
span { border-color: rgb(144,153,62); }
td.TdClassName
{
border-color: #90993E;
}
.TagClassName
{
border-color: #90993E;
}
</style>