Shades of Wasabi #8A9B48
Tints of Wasabi #8A9B48
RGB
CMYK
RGB Variations
Color information
#8A9B48 (or 0x8A9B48) is known color: Wasabi. HEX triplet: 8A, 9B and 48. RGB value is (138,155,72). Sum of RGB (Red+Green+Blue) = 138+155+72=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9B48 is #7564B7. Grayscale: #8C8C8C. Windows color (decimal): -7693496 or 4758410. OLE color: 4758410.
HSL color Cylindrical-coordinate representation of color #8A9B48: hue angle of 72.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A9B48 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 155 | 72 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.39 |
| HSL | 72.29º | 0.37% | 0.45% | - |
| HSV(B) | 72.29º | 0.54% | 0.61% | - |
| XYZ | 23.37 | 29.31 | 10.56 | - |
| YUV | 140.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 72 | 0.11 | 0 | 0.54 | 0.39 | 72.29 | 0.37 | 0.45 |
| Hex | 8A | 9B | 48 | B | 0 | 36 | 27 | 48 | 25 | 2D |
| Octal | 212 | 233 | 110 | 13 | 0 | 66 | 47 | 110 | 45 | 55 |
| Binary | 10001010 | 10011011 | 1001000 | 1011 | 0 | 110110 | 100111 | 1001000 | 100101 | 101101 |
Color Harmonies of #8A9B48
Complementary color
Monochromatic Colors of #8A9B48
Black with #8A9B48
Text Example
Text Example
White with #8A9B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9B48; }
p { color: rgb(138,155,72); }
H1.HeaderClassName
{
color: #8A9B48;
}
.AnyTagClassName
{
color: #8A9B48;
}
</style>
background-color css
<style>
a { background-color: #8A9B48; }
a { background-color: rgb(138,155,72); }
div.DivClassName
{
background-color: #8A9B48;
}
.BgClassName
{
background-color: #8A9B48;
}
</style>
border-color css
<style>
span { border-color: #8A9B48; }
span { border-color: rgb(138,155,72); }
td.TdClassName
{
border-color: #8A9B48;
}
.TagClassName
{
border-color: #8A9B48;
}
</style>