Shades of Wasabi #8A9941
Tints of Wasabi #8A9941
RGB
CMYK
RGB Variations
Color information
#8A9941 (or 0x8A9941) is known color: Wasabi. HEX triplet: 8A, 99 and 41. RGB value is (138,153,65). Sum of RGB (Red+Green+Blue) = 138+153+65=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9941 is #7566BE. Grayscale: #8A8A8A. Windows color (decimal): -7694015 or 4299146. OLE color: 4299146.
HSL color Cylindrical-coordinate representation of color #8A9941: hue angle of 70.23º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A9941 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 153 | 65 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.4 |
| HSL | 70.23º | 0.4% | 0.43% | - |
| HSV(B) | 70.23º | 0.58% | 0.6% | - |
| XYZ | 22.83 | 28.57 | 9.31 | - |
| YUV | 138.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 65 | 0.10 | 0 | 0.58 | 0.4 | 70.23 | 0.4 | 0.43 |
| Hex | 8A | 99 | 41 | A | 0 | 3A | 28 | 46 | 28 | 2B |
| Octal | 212 | 231 | 101 | 12 | 0 | 72 | 50 | 106 | 50 | 53 |
| Binary | 10001010 | 10011001 | 1000001 | 1010 | 0 | 111010 | 101000 | 1000110 | 101000 | 101011 |
Color Harmonies of #8A9941
Complementary color
Monochromatic Colors of #8A9941
Black with #8A9941
Text Example
Text Example
White with #8A9941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9941; }
p { color: rgb(138,153,65); }
H1.HeaderClassName
{
color: #8A9941;
}
.AnyTagClassName
{
color: #8A9941;
}
</style>
background-color css
<style>
a { background-color: #8A9941; }
a { background-color: rgb(138,153,65); }
div.DivClassName
{
background-color: #8A9941;
}
.BgClassName
{
background-color: #8A9941;
}
</style>
border-color css
<style>
span { border-color: #8A9941; }
span { border-color: rgb(138,153,65); }
td.TdClassName
{
border-color: #8A9941;
}
.TagClassName
{
border-color: #8A9941;
}
</style>