Shades of Wasabi #8A9438
Tints of Wasabi #8A9438
RGB
CMYK
RGB Variations
Color information
#8A9438 (or 0x8A9438) is known color: Wasabi. HEX triplet: 8A, 94 and 38. RGB value is (138,148,56). Sum of RGB (Red+Green+Blue) = 138+148+56=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9438 is #756BC7. Grayscale: #868686. Windows color (decimal): -7695304 or 3708042. OLE color: 3708042.
HSL color Cylindrical-coordinate representation of color #8A9438: hue angle of 66.52º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A9438 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 56 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.42 |
| HSL | 66.52º | 0.45% | 0.4% | - |
| HSV(B) | 66.52º | 0.62% | 0.58% | - |
| XYZ | 21.78 | 26.87 | 7.78 | - |
| YUV | 134.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 56 | 0.07 | 0 | 0.62 | 0.42 | 66.52 | 0.45 | 0.4 |
| Hex | 8A | 94 | 38 | 7 | 0 | 3E | 2A | 43 | 2D | 28 |
| Octal | 212 | 224 | 70 | 7 | 0 | 76 | 52 | 103 | 55 | 50 |
| Binary | 10001010 | 10010100 | 111000 | 111 | 0 | 111110 | 101010 | 1000011 | 101101 | 101000 |
Color Harmonies of #8A9438
Complementary color
Monochromatic Colors of #8A9438
Black with #8A9438
Text Example
Text Example
White with #8A9438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9438; }
p { color: rgb(138,148,56); }
H1.HeaderClassName
{
color: #8A9438;
}
.AnyTagClassName
{
color: #8A9438;
}
</style>
background-color css
<style>
a { background-color: #8A9438; }
a { background-color: rgb(138,148,56); }
div.DivClassName
{
background-color: #8A9438;
}
.BgClassName
{
background-color: #8A9438;
}
</style>
border-color css
<style>
span { border-color: #8A9438; }
span { border-color: rgb(138,148,56); }
td.TdClassName
{
border-color: #8A9438;
}
.TagClassName
{
border-color: #8A9438;
}
</style>