Shades of Wasabi #8C9B46
Tints of Wasabi #8C9B46
RGB
CMYK
RGB Variations
Color information
#8C9B46 (or 0x8C9B46) is known color: Wasabi. HEX triplet: 8C, 9B and 46. RGB value is (140,155,70). Sum of RGB (Red+Green+Blue) = 140+155+70=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9B46 is #7364B9. Grayscale: #8D8D8D. Windows color (decimal): -7562426 or 4627340. OLE color: 4627340.
HSL color Cylindrical-coordinate representation of color #8C9B46: hue angle of 70.59º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C9B46 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 155 | 70 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.39 |
| HSL | 70.59º | 0.38% | 0.44% | - |
| HSV(B) | 70.59º | 0.55% | 0.61% | - |
| XYZ | 23.64 | 29.46 | 10.23 | - |
| YUV | 140.83 | 88.03 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 155 | 70 | 0.10 | 0 | 0.55 | 0.39 | 70.59 | 0.38 | 0.44 |
| Hex | 8C | 9B | 46 | A | 0 | 37 | 27 | 47 | 26 | 2C |
| Octal | 214 | 233 | 106 | 12 | 0 | 67 | 47 | 107 | 46 | 54 |
| Binary | 10001100 | 10011011 | 1000110 | 1010 | 0 | 110111 | 100111 | 1000111 | 100110 | 101100 |
Color Harmonies of #8C9B46
Complementary color
Monochromatic Colors of #8C9B46
Black with #8C9B46
Text Example
Text Example
White with #8C9B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9B46; }
p { color: rgb(140,155,70); }
H1.HeaderClassName
{
color: #8C9B46;
}
.AnyTagClassName
{
color: #8C9B46;
}
</style>
background-color css
<style>
a { background-color: #8C9B46; }
a { background-color: rgb(140,155,70); }
div.DivClassName
{
background-color: #8C9B46;
}
.BgClassName
{
background-color: #8C9B46;
}
</style>
border-color css
<style>
span { border-color: #8C9B46; }
span { border-color: rgb(140,155,70); }
td.TdClassName
{
border-color: #8C9B46;
}
.TagClassName
{
border-color: #8C9B46;
}
</style>