Shades of Wasabi #8A942E
Tints of Wasabi #8A942E
RGB
CMYK
RGB Variations
Color information
#8A942E (or 0x8A942E) is known color: Wasabi. HEX triplet: 8A, 94 and 2E. RGB value is (138,148,46). Sum of RGB (Red+Green+Blue) = 138+148+46=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #8A942E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A942E is #756BD1. Grayscale: #858585. Windows color (decimal): -7695314 or 3052682. OLE color: 3052682.
HSL color Cylindrical-coordinate representation of color #8A942E: hue angle of 65.88º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A942E is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 46 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.42 |
| HSL | 65.88º | 0.53% | 0.38% | - |
| HSV(B) | 65.88º | 0.69% | 0.58% | - |
| XYZ | 21.56 | 26.78 | 6.62 | - |
| YUV | 133.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 46 | 0.07 | 0 | 0.69 | 0.42 | 65.88 | 0.53 | 0.38 |
| Hex | 8A | 94 | 2E | 7 | 0 | 45 | 2A | 42 | 35 | 26 |
| Octal | 212 | 224 | 56 | 7 | 0 | 105 | 52 | 102 | 65 | 46 |
| Binary | 10001010 | 10010100 | 101110 | 111 | 0 | 1000101 | 101010 | 1000010 | 110101 | 100110 |
Color Harmonies of #8A942E
Complementary color
Monochromatic Colors of #8A942E
Black with #8A942E
Text Example
Text Example
White with #8A942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A942E; }
p { color: rgb(138,148,46); }
H1.HeaderClassName
{
color: #8A942E;
}
.AnyTagClassName
{
color: #8A942E;
}
</style>
background-color css
<style>
a { background-color: #8A942E; }
a { background-color: rgb(138,148,46); }
div.DivClassName
{
background-color: #8A942E;
}
.BgClassName
{
background-color: #8A942E;
}
</style>
border-color css
<style>
span { border-color: #8A942E; }
span { border-color: rgb(138,148,46); }
td.TdClassName
{
border-color: #8A942E;
}
.TagClassName
{
border-color: #8A942E;
}
</style>