Shades of Wasabi #96A040
Tints of Wasabi #96A040
RGB
CMYK
RGB Variations
Color information
#96A040 (or 0x96A040) is known color: Wasabi. HEX triplet: 96, A0 and 40. RGB value is (150,160,64). Sum of RGB (Red+Green+Blue) = 150+160+64=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 160 - color contains mainly: green. Hex color #96A040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A040 is #695FBF. Grayscale: #929292. Windows color (decimal): -6905792 or 4235414. OLE color: 4235414.
HSL color Cylindrical-coordinate representation of color #96A040: hue angle of 66.25º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96A040 is Cyan = 0.06, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 160 | 64 | - |
| CMYK | 0.06 | 0 | 0.6 | 0.37 |
| HSL | 66.25º | 0.43% | 0.44% | - |
| HSV(B) | 66.25º | 0.6% | 0.63% | - |
| XYZ | 26.07 | 32 | 9.65 | - |
| YUV | 146.07 | 81.69 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 64 | 0.06 | 0 | 0.6 | 0.37 | 66.25 | 0.43 | 0.44 |
| Hex | 96 | A0 | 40 | 6 | 0 | 3C | 25 | 42 | 2B | 2C |
| Octal | 226 | 240 | 100 | 6 | 0 | 74 | 45 | 102 | 53 | 54 |
| Binary | 10010110 | 10100000 | 1000000 | 110 | 0 | 111100 | 100101 | 1000010 | 101011 | 101100 |
Color Harmonies of #96A040
Complementary color
Monochromatic Colors of #96A040
Black with #96A040
Text Example
Text Example
White with #96A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A040; }
p { color: rgb(150,160,64); }
H1.HeaderClassName
{
color: #96A040;
}
.AnyTagClassName
{
color: #96A040;
}
</style>
background-color css
<style>
a { background-color: #96A040; }
a { background-color: rgb(150,160,64); }
div.DivClassName
{
background-color: #96A040;
}
.BgClassName
{
background-color: #96A040;
}
</style>
border-color css
<style>
span { border-color: #96A040; }
span { border-color: rgb(150,160,64); }
td.TdClassName
{
border-color: #96A040;
}
.TagClassName
{
border-color: #96A040;
}
</style>