Shades of Wasabi #8C9432
Tints of Wasabi #8C9432
RGB
CMYK
RGB Variations
Color information
#8C9432 (or 0x8C9432) is known color: Wasabi. HEX triplet: 8C, 94 and 32. RGB value is (140,148,50). Sum of RGB (Red+Green+Blue) = 140+148+50=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9432 is #736BCD. Grayscale: #868686. Windows color (decimal): -7564238 or 3314828. OLE color: 3314828.
HSL color Cylindrical-coordinate representation of color #8C9432: hue angle of 64.9º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C9432 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 50 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.42 |
| HSL | 64.9º | 0.49% | 0.39% | - |
| HSV(B) | 64.9º | 0.66% | 0.58% | - |
| XYZ | 21.98 | 26.99 | 7.07 | - |
| YUV | 134.44 | 80.35 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 50 | 0.05 | 0 | 0.66 | 0.42 | 64.9 | 0.49 | 0.39 |
| Hex | 8C | 94 | 32 | 5 | 0 | 42 | 2A | 41 | 31 | 27 |
| Octal | 214 | 224 | 62 | 5 | 0 | 102 | 52 | 101 | 61 | 47 |
| Binary | 10001100 | 10010100 | 110010 | 101 | 0 | 1000010 | 101010 | 1000001 | 110001 | 100111 |
Color Harmonies of #8C9432
Complementary color
Monochromatic Colors of #8C9432
Black with #8C9432
Text Example
Text Example
White with #8C9432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9432; }
p { color: rgb(140,148,50); }
H1.HeaderClassName
{
color: #8C9432;
}
.AnyTagClassName
{
color: #8C9432;
}
</style>
background-color css
<style>
a { background-color: #8C9432; }
a { background-color: rgb(140,148,50); }
div.DivClassName
{
background-color: #8C9432;
}
.BgClassName
{
background-color: #8C9432;
}
</style>
border-color css
<style>
span { border-color: #8C9432; }
span { border-color: rgb(140,148,50); }
td.TdClassName
{
border-color: #8C9432;
}
.TagClassName
{
border-color: #8C9432;
}
</style>