Shades of Wasabi #8A9349
Tints of Wasabi #8A9349
RGB
CMYK
RGB Variations
Color information
#8A9349 (or 0x8A9349) is known color: Wasabi. HEX triplet: 8A, 93 and 49. RGB value is (138,147,73). Sum of RGB (Red+Green+Blue) = 138+147+73=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9349 is #756CB6. Grayscale: #888888. Windows color (decimal): -7695543 or 4821898. OLE color: 4821898.
HSL color Cylindrical-coordinate representation of color #8A9349: hue angle of 67.3º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A9349 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 73 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.42 |
| HSL | 67.3º | 0.34% | 0.43% | - |
| HSV(B) | 67.3º | 0.5% | 0.58% | - |
| XYZ | 22.12 | 26.75 | 10.3 | - |
| YUV | 135.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 73 | 0.06 | 0 | 0.50 | 0.42 | 67.3 | 0.34 | 0.43 |
| Hex | 8A | 93 | 49 | 6 | 0 | 32 | 2A | 43 | 22 | 2B |
| Octal | 212 | 223 | 111 | 6 | 0 | 62 | 52 | 103 | 42 | 53 |
| Binary | 10001010 | 10010011 | 1001001 | 110 | 0 | 110010 | 101010 | 1000011 | 100010 | 101011 |
Color Harmonies of #8A9349
Complementary color
Monochromatic Colors of #8A9349
Black with #8A9349
Text Example
Text Example
White with #8A9349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9349; }
p { color: rgb(138,147,73); }
H1.HeaderClassName
{
color: #8A9349;
}
.AnyTagClassName
{
color: #8A9349;
}
</style>
background-color css
<style>
a { background-color: #8A9349; }
a { background-color: rgb(138,147,73); }
div.DivClassName
{
background-color: #8A9349;
}
.BgClassName
{
background-color: #8A9349;
}
</style>
border-color css
<style>
span { border-color: #8A9349; }
span { border-color: rgb(138,147,73); }
td.TdClassName
{
border-color: #8A9349;
}
.TagClassName
{
border-color: #8A9349;
}
</style>