Shades of Wasabi #96A843
Tints of Wasabi #96A843
RGB
CMYK
RGB Variations
Color information
#96A843 (or 0x96A843) is known color: Wasabi. HEX triplet: 96, A8 and 43. RGB value is (150,168,67). Sum of RGB (Red+Green+Blue) = 150+168+67=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #96A843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A843 is #6957BC. Grayscale: #979797. Windows color (decimal): -6903741 or 4434070. OLE color: 4434070.
HSL color Cylindrical-coordinate representation of color #96A843: hue angle of 70.69º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96A843 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 168 | 67 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.34 |
| HSL | 70.69º | 0.43% | 0.46% | - |
| HSV(B) | 70.69º | 0.6% | 0.66% | - |
| XYZ | 27.59 | 34.89 | 10.59 | - |
| YUV | 151.1 | 80.54 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 67 | 0.11 | 0 | 0.60 | 0.34 | 70.69 | 0.43 | 0.46 |
| Hex | 96 | A8 | 43 | B | 0 | 3C | 22 | 47 | 2B | 2E |
| Octal | 226 | 250 | 103 | 13 | 0 | 74 | 42 | 107 | 53 | 56 |
| Binary | 10010110 | 10101000 | 1000011 | 1011 | 0 | 111100 | 100010 | 1000111 | 101011 | 101110 |
Color Harmonies of #96A843
Complementary color
Monochromatic Colors of #96A843
Black with #96A843
Text Example
Text Example
White with #96A843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A843; }
p { color: rgb(150,168,67); }
H1.HeaderClassName
{
color: #96A843;
}
.AnyTagClassName
{
color: #96A843;
}
</style>
background-color css
<style>
a { background-color: #96A843; }
a { background-color: rgb(150,168,67); }
div.DivClassName
{
background-color: #96A843;
}
.BgClassName
{
background-color: #96A843;
}
</style>
border-color css
<style>
span { border-color: #96A843; }
span { border-color: rgb(150,168,67); }
td.TdClassName
{
border-color: #96A843;
}
.TagClassName
{
border-color: #96A843;
}
</style>