Shades of Wasabi #98A644
Tints of Wasabi #98A644
RGB
CMYK
RGB Variations
Color information
#98A644 (or 0x98A644) is known color: Wasabi. HEX triplet: 98, A6 and 44. RGB value is (152,166,68). Sum of RGB (Red+Green+Blue) = 152+166+68=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #98A644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A644 is #6759BB. Grayscale: #979797. Windows color (decimal): -6773180 or 4499096. OLE color: 4499096.
HSL color Cylindrical-coordinate representation of color #98A644: hue angle of 68.57º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98A644 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 166 | 68 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.35 |
| HSL | 68.57º | 0.42% | 0.46% | - |
| HSV(B) | 68.57º | 0.59% | 0.65% | - |
| XYZ | 27.63 | 34.37 | 10.65 | - |
| YUV | 150.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 68 | 0.08 | 0 | 0.59 | 0.35 | 68.57 | 0.42 | 0.46 |
| Hex | 98 | A6 | 44 | 8 | 0 | 3B | 23 | 45 | 2A | 2E |
| Octal | 230 | 246 | 104 | 10 | 0 | 73 | 43 | 105 | 52 | 56 |
| Binary | 10011000 | 10100110 | 1000100 | 1000 | 0 | 111011 | 100011 | 1000101 | 101010 | 101110 |
Color Harmonies of #98A644
Complementary color
Monochromatic Colors of #98A644
Black with #98A644
Text Example
Text Example
White with #98A644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A644; }
p { color: rgb(152,166,68); }
H1.HeaderClassName
{
color: #98A644;
}
.AnyTagClassName
{
color: #98A644;
}
</style>
background-color css
<style>
a { background-color: #98A644; }
a { background-color: rgb(152,166,68); }
div.DivClassName
{
background-color: #98A644;
}
.BgClassName
{
background-color: #98A644;
}
</style>
border-color css
<style>
span { border-color: #98A644; }
span { border-color: rgb(152,166,68); }
td.TdClassName
{
border-color: #98A644;
}
.TagClassName
{
border-color: #98A644;
}
</style>