Shades of Wasabi #90993C
Tints of Wasabi #90993C
RGB
CMYK
RGB Variations
Color information
#90993C (or 0x90993C) is known color: Wasabi. HEX triplet: 90, 99 and 3C. RGB value is (144,153,60). Sum of RGB (Red+Green+Blue) = 144+153+60=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #90993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90993C is #6F66C3. Grayscale: #8C8C8C. Windows color (decimal): -7300804 or 3971472. OLE color: 3971472.
HSL color Cylindrical-coordinate representation of color #90993C: hue angle of 65.81º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90993C is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 60 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.4 |
| HSL | 65.81º | 0.44% | 0.42% | - |
| HSV(B) | 65.81º | 0.61% | 0.6% | - |
| XYZ | 23.71 | 29.04 | 8.63 | - |
| YUV | 139.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 60 | 0.06 | 0 | 0.61 | 0.4 | 65.81 | 0.44 | 0.42 |
| Hex | 90 | 99 | 3C | 6 | 0 | 3D | 28 | 42 | 2C | 2A |
| Octal | 220 | 231 | 74 | 6 | 0 | 75 | 50 | 102 | 54 | 52 |
| Binary | 10010000 | 10011001 | 111100 | 110 | 0 | 111101 | 101000 | 1000010 | 101100 | 101010 |
Color Harmonies of #90993C
Complementary color
Monochromatic Colors of #90993C
Black with #90993C
Text Example
Text Example
White with #90993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90993C; }
p { color: rgb(144,153,60); }
H1.HeaderClassName
{
color: #90993C;
}
.AnyTagClassName
{
color: #90993C;
}
</style>
background-color css
<style>
a { background-color: #90993C; }
a { background-color: rgb(144,153,60); }
div.DivClassName
{
background-color: #90993C;
}
.BgClassName
{
background-color: #90993C;
}
</style>
border-color css
<style>
span { border-color: #90993C; }
span { border-color: rgb(144,153,60); }
td.TdClassName
{
border-color: #90993C;
}
.TagClassName
{
border-color: #90993C;
}
</style>