Shades of Wasabi #8A9831
Tints of Wasabi #8A9831
RGB
CMYK
RGB Variations
Color information
#8A9831 (or 0x8A9831) is known color: Wasabi. HEX triplet: 8A, 98 and 31. RGB value is (138,152,49). Sum of RGB (Red+Green+Blue) = 138+152+49=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9831 is #7567CE. Grayscale: #888888. Windows color (decimal): -7694287 or 3250314. OLE color: 3250314.
HSL color Cylindrical-coordinate representation of color #8A9831: hue angle of 68.16º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A9831 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 152 | 49 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.40 |
| HSL | 68.16º | 0.51% | 0.39% | - |
| HSV(B) | 68.16º | 0.68% | 0.6% | - |
| XYZ | 22.26 | 28.08 | 7.15 | - |
| YUV | 136.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 152 | 49 | 0.09 | 0 | 0.68 | 0.40 | 68.16 | 0.51 | 0.39 |
| Hex | 8A | 98 | 31 | 9 | 0 | 44 | 28 | 44 | 33 | 27 |
| Octal | 212 | 230 | 61 | 11 | 0 | 104 | 50 | 104 | 63 | 47 |
| Binary | 10001010 | 10011000 | 110001 | 1001 | 0 | 1000100 | 101000 | 1000100 | 110011 | 100111 |
Color Harmonies of #8A9831
Complementary color
Monochromatic Colors of #8A9831
Black with #8A9831
Text Example
Text Example
White with #8A9831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9831; }
p { color: rgb(138,152,49); }
H1.HeaderClassName
{
color: #8A9831;
}
.AnyTagClassName
{
color: #8A9831;
}
</style>
background-color css
<style>
a { background-color: #8A9831; }
a { background-color: rgb(138,152,49); }
div.DivClassName
{
background-color: #8A9831;
}
.BgClassName
{
background-color: #8A9831;
}
</style>
border-color css
<style>
span { border-color: #8A9831; }
span { border-color: rgb(138,152,49); }
td.TdClassName
{
border-color: #8A9831;
}
.TagClassName
{
border-color: #8A9831;
}
</style>