Shades of Wasabi #8A9A47
Tints of Wasabi #8A9A47
RGB
CMYK
RGB Variations
Color information
#8A9A47 (or 0x8A9A47) is known color: Wasabi. HEX triplet: 8A, 9A and 47. RGB value is (138,154,71). Sum of RGB (Red+Green+Blue) = 138+154+71=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9A47 is #7565B8. Grayscale: #8C8C8C. Windows color (decimal): -7693753 or 4692618. OLE color: 4692618.
HSL color Cylindrical-coordinate representation of color #8A9A47: hue angle of 71.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A9A47 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 154 | 71 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.40 |
| HSL | 71.57º | 0.37% | 0.44% | - |
| HSV(B) | 71.57º | 0.54% | 0.6% | - |
| XYZ | 23.17 | 28.97 | 10.33 | - |
| YUV | 139.75 | 89.2 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 154 | 71 | 0.10 | 0 | 0.54 | 0.40 | 71.57 | 0.37 | 0.44 |
| Hex | 8A | 9A | 47 | A | 0 | 36 | 28 | 48 | 25 | 2C |
| Octal | 212 | 232 | 107 | 12 | 0 | 66 | 50 | 110 | 45 | 54 |
| Binary | 10001010 | 10011010 | 1000111 | 1010 | 0 | 110110 | 101000 | 1001000 | 100101 | 101100 |
Color Harmonies of #8A9A47
Complementary color
Monochromatic Colors of #8A9A47
Black with #8A9A47
Text Example
Text Example
White with #8A9A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9A47; }
p { color: rgb(138,154,71); }
H1.HeaderClassName
{
color: #8A9A47;
}
.AnyTagClassName
{
color: #8A9A47;
}
</style>
background-color css
<style>
a { background-color: #8A9A47; }
a { background-color: rgb(138,154,71); }
div.DivClassName
{
background-color: #8A9A47;
}
.BgClassName
{
background-color: #8A9A47;
}
</style>
border-color css
<style>
span { border-color: #8A9A47; }
span { border-color: rgb(138,154,71); }
td.TdClassName
{
border-color: #8A9A47;
}
.TagClassName
{
border-color: #8A9A47;
}
</style>