Shades of Wasabi #96A33A
Tints of Wasabi #96A33A
RGB
CMYK
RGB Variations
Color information
#96A33A (or 0x96A33A) is known color: Wasabi. HEX triplet: 96, A3 and 3A. RGB value is (150,163,58). Sum of RGB (Red+Green+Blue) = 150+163+58=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #96A33A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A33A is #695CC5. Grayscale: #939393. Windows color (decimal): -6905030 or 3842966. OLE color: 3842966.
HSL color Cylindrical-coordinate representation of color #96A33A: hue angle of 67.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96A33A is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 163 | 58 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.36 |
| HSL | 67.43º | 0.48% | 0.43% | - |
| HSV(B) | 67.43º | 0.64% | 0.64% | - |
| XYZ | 26.44 | 32.98 | 8.98 | - |
| YUV | 147.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 58 | 0.08 | 0 | 0.64 | 0.36 | 67.43 | 0.48 | 0.43 |
| Hex | 96 | A3 | 3A | 8 | 0 | 40 | 24 | 43 | 30 | 2B |
| Octal | 226 | 243 | 72 | 10 | 0 | 100 | 44 | 103 | 60 | 53 |
| Binary | 10010110 | 10100011 | 111010 | 1000 | 0 | 1000000 | 100100 | 1000011 | 110000 | 101011 |
Color Harmonies of #96A33A
Complementary color
Monochromatic Colors of #96A33A
Black with #96A33A
Text Example
Text Example
White with #96A33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A33A; }
p { color: rgb(150,163,58); }
H1.HeaderClassName
{
color: #96A33A;
}
.AnyTagClassName
{
color: #96A33A;
}
</style>
background-color css
<style>
a { background-color: #96A33A; }
a { background-color: rgb(150,163,58); }
div.DivClassName
{
background-color: #96A33A;
}
.BgClassName
{
background-color: #96A33A;
}
</style>
border-color css
<style>
span { border-color: #96A33A; }
span { border-color: rgb(150,163,58); }
td.TdClassName
{
border-color: #96A33A;
}
.TagClassName
{
border-color: #96A33A;
}
</style>