Shades of Wasabi #98A440
Tints of Wasabi #98A440
RGB
CMYK
RGB Variations
Color information
#98A440 (or 0x98A440) is known color: Wasabi. HEX triplet: 98, A4 and 40. RGB value is (152,164,64). Sum of RGB (Red+Green+Blue) = 152+164+64=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #98A440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A440 is #675BBF. Grayscale: #959595. Windows color (decimal): -6773696 or 4236440. OLE color: 4236440.
HSL color Cylindrical-coordinate representation of color #98A440: hue angle of 67.2º 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 #98A440 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 64 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.36 |
| HSL | 67.2º | 0.44% | 0.45% | - |
| HSV(B) | 67.2º | 0.61% | 0.64% | - |
| XYZ | 27.15 | 33.6 | 9.9 | - |
| YUV | 149.01 | 80.02 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 64 | 0.07 | 0 | 0.61 | 0.36 | 67.2 | 0.44 | 0.45 |
| Hex | 98 | A4 | 40 | 7 | 0 | 3D | 24 | 43 | 2C | 2D |
| Octal | 230 | 244 | 100 | 7 | 0 | 75 | 44 | 103 | 54 | 55 |
| Binary | 10011000 | 10100100 | 1000000 | 111 | 0 | 111101 | 100100 | 1000011 | 101100 | 101101 |
Color Harmonies of #98A440
Complementary color
Monochromatic Colors of #98A440
Black with #98A440
Text Example
Text Example
White with #98A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A440; }
p { color: rgb(152,164,64); }
H1.HeaderClassName
{
color: #98A440;
}
.AnyTagClassName
{
color: #98A440;
}
</style>
background-color css
<style>
a { background-color: #98A440; }
a { background-color: rgb(152,164,64); }
div.DivClassName
{
background-color: #98A440;
}
.BgClassName
{
background-color: #98A440;
}
</style>
border-color css
<style>
span { border-color: #98A440; }
span { border-color: rgb(152,164,64); }
td.TdClassName
{
border-color: #98A440;
}
.TagClassName
{
border-color: #98A440;
}
</style>