Shades of Wasabi #8C9032
Tints of Wasabi #8C9032
RGB
CMYK
RGB Variations
Color information
#8C9032 (or 0x8C9032) is known color: Wasabi. HEX triplet: 8C, 90 and 32. RGB value is (140,144,50). Sum of RGB (Red+Green+Blue) = 140+144+50=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9032 is #736FCD. Grayscale: #848484. Windows color (decimal): -7565262 or 3313804. OLE color: 3313804.
HSL color Cylindrical-coordinate representation of color #8C9032: hue angle of 62.55º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C9032 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 144 | 50 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.44 |
| HSL | 62.55º | 0.48% | 0.38% | - |
| HSV(B) | 62.55º | 0.65% | 0.56% | - |
| XYZ | 21.36 | 25.75 | 6.86 | - |
| YUV | 132.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 50 | 0.03 | 0 | 0.65 | 0.44 | 62.55 | 0.48 | 0.38 |
| Hex | 8C | 90 | 32 | 3 | 0 | 41 | 2C | 3F | 30 | 26 |
| Octal | 214 | 220 | 62 | 3 | 0 | 101 | 54 | 77 | 60 | 46 |
| Binary | 10001100 | 10010000 | 110010 | 11 | 0 | 1000001 | 101100 | 111111 | 110000 | 100110 |
Color Harmonies of #8C9032
Complementary color
Monochromatic Colors of #8C9032
Black with #8C9032
Text Example
Text Example
White with #8C9032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9032; }
p { color: rgb(140,144,50); }
H1.HeaderClassName
{
color: #8C9032;
}
.AnyTagClassName
{
color: #8C9032;
}
</style>
background-color css
<style>
a { background-color: #8C9032; }
a { background-color: rgb(140,144,50); }
div.DivClassName
{
background-color: #8C9032;
}
.BgClassName
{
background-color: #8C9032;
}
</style>
border-color css
<style>
span { border-color: #8C9032; }
span { border-color: rgb(140,144,50); }
td.TdClassName
{
border-color: #8C9032;
}
.TagClassName
{
border-color: #8C9032;
}
</style>