Shades of Wasabi #8F9931
Tints of Wasabi #8F9931
RGB
CMYK
RGB Variations
Color information
#8F9931 (or 0x8F9931) is known color: Wasabi. HEX triplet: 8F, 99 and 31. RGB value is (143,153,49). Sum of RGB (Red+Green+Blue) = 143+153+49=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9931 is #7066CE. Grayscale: #8A8A8A. Windows color (decimal): -7366351 or 3250575. OLE color: 3250575.
HSL color Cylindrical-coordinate representation of color #8F9931: hue angle of 65.77º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F9931 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 49 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.4 |
| HSL | 65.77º | 0.51% | 0.4% | - |
| HSV(B) | 65.77º | 0.68% | 0.6% | - |
| XYZ | 23.27 | 28.84 | 7.25 | - |
| YUV | 138.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 49 | 0.07 | 0 | 0.68 | 0.4 | 65.77 | 0.51 | 0.4 |
| Hex | 8F | 99 | 31 | 7 | 0 | 44 | 28 | 42 | 33 | 28 |
| Octal | 217 | 231 | 61 | 7 | 0 | 104 | 50 | 102 | 63 | 50 |
| Binary | 10001111 | 10011001 | 110001 | 111 | 0 | 1000100 | 101000 | 1000010 | 110011 | 101000 |
Color Harmonies of #8F9931
Complementary color
Monochromatic Colors of #8F9931
Black with #8F9931
Text Example
Text Example
White with #8F9931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9931; }
p { color: rgb(143,153,49); }
H1.HeaderClassName
{
color: #8F9931;
}
.AnyTagClassName
{
color: #8F9931;
}
</style>
background-color css
<style>
a { background-color: #8F9931; }
a { background-color: rgb(143,153,49); }
div.DivClassName
{
background-color: #8F9931;
}
.BgClassName
{
background-color: #8F9931;
}
</style>
border-color css
<style>
span { border-color: #8F9931; }
span { border-color: rgb(143,153,49); }
td.TdClassName
{
border-color: #8F9931;
}
.TagClassName
{
border-color: #8F9931;
}
</style>