Shades of Wasabi #8A9151
Tints of Wasabi #8A9151
RGB
CMYK
RGB Variations
Color information
#8A9151 (or 0x8A9151) is known color: Wasabi. HEX triplet: 8A, 91 and 51. RGB value is (138,145,81). Sum of RGB (Red+Green+Blue) = 138+145+81=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9151 is #756EAE. Grayscale: #878787. Windows color (decimal): -7696047 or 5345674. OLE color: 5345674.
HSL color Cylindrical-coordinate representation of color #8A9151: hue angle of 66.56º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A9151 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 145 | 81 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.43 |
| HSL | 66.56º | 0.28% | 0.44% | - |
| HSV(B) | 66.56º | 0.44% | 0.57% | - |
| XYZ | 22.09 | 26.25 | 11.69 | - |
| YUV | 135.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 145 | 81 | 0.05 | 0 | 0.44 | 0.43 | 66.56 | 0.28 | 0.44 |
| Hex | 8A | 91 | 51 | 5 | 0 | 2C | 2B | 43 | 1C | 2C |
| Octal | 212 | 221 | 121 | 5 | 0 | 54 | 53 | 103 | 34 | 54 |
| Binary | 10001010 | 10010001 | 1010001 | 101 | 0 | 101100 | 101011 | 1000011 | 11100 | 101100 |
Color Harmonies of #8A9151
Complementary color
Monochromatic Colors of #8A9151
Black with #8A9151
Text Example
Text Example
White with #8A9151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9151; }
p { color: rgb(138,145,81); }
H1.HeaderClassName
{
color: #8A9151;
}
.AnyTagClassName
{
color: #8A9151;
}
</style>
background-color css
<style>
a { background-color: #8A9151; }
a { background-color: rgb(138,145,81); }
div.DivClassName
{
background-color: #8A9151;
}
.BgClassName
{
background-color: #8A9151;
}
</style>
border-color css
<style>
span { border-color: #8A9151; }
span { border-color: rgb(138,145,81); }
td.TdClassName
{
border-color: #8A9151;
}
.TagClassName
{
border-color: #8A9151;
}
</style>