Shades of Wasabi #8A954E
Tints of Wasabi #8A954E
RGB
CMYK
RGB Variations
Color information
#8A954E (or 0x8A954E) is known color: Wasabi. HEX triplet: 8A, 95 and 4E. RGB value is (138,149,78). Sum of RGB (Red+Green+Blue) = 138+149+78=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #8A954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A954E is #756AB1. Grayscale: #898989. Windows color (decimal): -7695026 or 5150090. OLE color: 5150090.
HSL color Cylindrical-coordinate representation of color #8A954E: hue angle of 69.3º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A954E is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 78 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.42 |
| HSL | 69.3º | 0.31% | 0.45% | - |
| HSV(B) | 69.3º | 0.48% | 0.58% | - |
| XYZ | 22.6 | 27.45 | 11.31 | - |
| YUV | 137.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 78 | 0.07 | 0 | 0.48 | 0.42 | 69.3 | 0.31 | 0.45 |
| Hex | 8A | 95 | 4E | 7 | 0 | 30 | 2A | 45 | 1F | 2D |
| Octal | 212 | 225 | 116 | 7 | 0 | 60 | 52 | 105 | 37 | 55 |
| Binary | 10001010 | 10010101 | 1001110 | 111 | 0 | 110000 | 101010 | 1000101 | 11111 | 101101 |
Color Harmonies of #8A954E
Complementary color
Monochromatic Colors of #8A954E
Black with #8A954E
Text Example
Text Example
White with #8A954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A954E; }
p { color: rgb(138,149,78); }
H1.HeaderClassName
{
color: #8A954E;
}
.AnyTagClassName
{
color: #8A954E;
}
</style>
background-color css
<style>
a { background-color: #8A954E; }
a { background-color: rgb(138,149,78); }
div.DivClassName
{
background-color: #8A954E;
}
.BgClassName
{
background-color: #8A954E;
}
</style>
border-color css
<style>
span { border-color: #8A954E; }
span { border-color: rgb(138,149,78); }
td.TdClassName
{
border-color: #8A954E;
}
.TagClassName
{
border-color: #8A954E;
}
</style>