Shades of Wasabi #96A440
Tints of Wasabi #96A440
RGB
CMYK
RGB Variations
Color information
#96A440 (or 0x96A440) is known color: Wasabi. HEX triplet: 96, A4 and 40. RGB value is (150,164,64). Sum of RGB (Red+Green+Blue) = 150+164+64=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #96A440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A440 is #695BBF. Grayscale: #949494. Windows color (decimal): -6904768 or 4236438. OLE color: 4236438.
HSL color Cylindrical-coordinate representation of color #96A440: hue angle of 68.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96A440 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 164 | 64 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.36 |
| HSL | 68.4º | 0.44% | 0.45% | - |
| HSV(B) | 68.4º | 0.61% | 0.64% | - |
| XYZ | 26.78 | 33.41 | 9.89 | - |
| YUV | 148.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 164 | 64 | 0.09 | 0 | 0.61 | 0.36 | 68.4 | 0.44 | 0.45 |
| Hex | 96 | A4 | 40 | 9 | 0 | 3D | 24 | 44 | 2C | 2D |
| Octal | 226 | 244 | 100 | 11 | 0 | 75 | 44 | 104 | 54 | 55 |
| Binary | 10010110 | 10100100 | 1000000 | 1001 | 0 | 111101 | 100100 | 1000100 | 101100 | 101101 |
Color Harmonies of #96A440
Complementary color
Monochromatic Colors of #96A440
Black with #96A440
Text Example
Text Example
White with #96A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A440; }
p { color: rgb(150,164,64); }
H1.HeaderClassName
{
color: #96A440;
}
.AnyTagClassName
{
color: #96A440;
}
</style>
background-color css
<style>
a { background-color: #96A440; }
a { background-color: rgb(150,164,64); }
div.DivClassName
{
background-color: #96A440;
}
.BgClassName
{
background-color: #96A440;
}
</style>
border-color css
<style>
span { border-color: #96A440; }
span { border-color: rgb(150,164,64); }
td.TdClassName
{
border-color: #96A440;
}
.TagClassName
{
border-color: #96A440;
}
</style>