Shades of Wasabi #8A9540
Tints of Wasabi #8A9540
RGB
CMYK
RGB Variations
Color information
#8A9540 (or 0x8A9540) is known color: Wasabi. HEX triplet: 8A, 95 and 40. RGB value is (138,149,64). Sum of RGB (Red+Green+Blue) = 138+149+64=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9540 is #756ABF. Grayscale: #888888. Windows color (decimal): -7695040 or 4232586. OLE color: 4232586.
HSL color Cylindrical-coordinate representation of color #8A9540: hue angle of 67.76º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A9540 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 64 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.42 |
| HSL | 67.76º | 0.4% | 0.42% | - |
| HSV(B) | 67.76º | 0.57% | 0.58% | - |
| XYZ | 22.15 | 27.27 | 8.95 | - |
| YUV | 136.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 64 | 0.07 | 0 | 0.57 | 0.42 | 67.76 | 0.4 | 0.42 |
| Hex | 8A | 95 | 40 | 7 | 0 | 39 | 2A | 44 | 28 | 2A |
| Octal | 212 | 225 | 100 | 7 | 0 | 71 | 52 | 104 | 50 | 52 |
| Binary | 10001010 | 10010101 | 1000000 | 111 | 0 | 111001 | 101010 | 1000100 | 101000 | 101010 |
Color Harmonies of #8A9540
Complementary color
Monochromatic Colors of #8A9540
Black with #8A9540
Text Example
Text Example
White with #8A9540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9540; }
p { color: rgb(138,149,64); }
H1.HeaderClassName
{
color: #8A9540;
}
.AnyTagClassName
{
color: #8A9540;
}
</style>
background-color css
<style>
a { background-color: #8A9540; }
a { background-color: rgb(138,149,64); }
div.DivClassName
{
background-color: #8A9540;
}
.BgClassName
{
background-color: #8A9540;
}
</style>
border-color css
<style>
span { border-color: #8A9540; }
span { border-color: rgb(138,149,64); }
td.TdClassName
{
border-color: #8A9540;
}
.TagClassName
{
border-color: #8A9540;
}
</style>