Shades of Wasabi #8C9537
Tints of Wasabi #8C9537
RGB
CMYK
RGB Variations
Color information
#8C9537 (or 0x8C9537) is known color: Wasabi. HEX triplet: 8C, 95 and 37. RGB value is (140,149,55). Sum of RGB (Red+Green+Blue) = 140+149+55=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9537 is #736AC8. Grayscale: #878787. Windows color (decimal): -7563977 or 3642764. OLE color: 3642764.
HSL color Cylindrical-coordinate representation of color #8C9537: hue angle of 65.74º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C9537 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 55 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.42 |
| HSL | 65.74º | 0.46% | 0.4% | - |
| HSV(B) | 65.74º | 0.63% | 0.58% | - |
| XYZ | 22.25 | 27.35 | 7.72 | - |
| YUV | 135.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 55 | 0.06 | 0 | 0.63 | 0.42 | 65.74 | 0.46 | 0.4 |
| Hex | 8C | 95 | 37 | 6 | 0 | 3F | 2A | 42 | 2E | 28 |
| Octal | 214 | 225 | 67 | 6 | 0 | 77 | 52 | 102 | 56 | 50 |
| Binary | 10001100 | 10010101 | 110111 | 110 | 0 | 111111 | 101010 | 1000010 | 101110 | 101000 |
Color Harmonies of #8C9537
Complementary color
Monochromatic Colors of #8C9537
Black with #8C9537
Text Example
Text Example
White with #8C9537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9537; }
p { color: rgb(140,149,55); }
H1.HeaderClassName
{
color: #8C9537;
}
.AnyTagClassName
{
color: #8C9537;
}
</style>
background-color css
<style>
a { background-color: #8C9537; }
a { background-color: rgb(140,149,55); }
div.DivClassName
{
background-color: #8C9537;
}
.BgClassName
{
background-color: #8C9537;
}
</style>
border-color css
<style>
span { border-color: #8C9537; }
span { border-color: rgb(140,149,55); }
td.TdClassName
{
border-color: #8C9537;
}
.TagClassName
{
border-color: #8C9537;
}
</style>