Shades of Wasabi #8F9833
Tints of Wasabi #8F9833
RGB
CMYK
RGB Variations
Color information
#8F9833 (or 0x8F9833) is known color: Wasabi. HEX triplet: 8F, 98 and 33. RGB value is (143,152,51). Sum of RGB (Red+Green+Blue) = 143+152+51=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9833 is #7067CC. Grayscale: #8A8A8A. Windows color (decimal): -7366605 or 3381391. OLE color: 3381391.
HSL color Cylindrical-coordinate representation of color #8F9833: hue angle of 65.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F9833 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 51 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.40 |
| HSL | 65.35º | 0.5% | 0.4% | - |
| HSV(B) | 65.35º | 0.66% | 0.6% | - |
| XYZ | 23.15 | 28.54 | 7.42 | - |
| YUV | 137.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 51 | 0.06 | 0 | 0.66 | 0.40 | 65.35 | 0.5 | 0.4 |
| Hex | 8F | 98 | 33 | 6 | 0 | 42 | 28 | 41 | 32 | 28 |
| Octal | 217 | 230 | 63 | 6 | 0 | 102 | 50 | 101 | 62 | 50 |
| Binary | 10001111 | 10011000 | 110011 | 110 | 0 | 1000010 | 101000 | 1000001 | 110010 | 101000 |
Color Harmonies of #8F9833
Complementary color
Monochromatic Colors of #8F9833
Black with #8F9833
Text Example
Text Example
White with #8F9833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9833; }
p { color: rgb(143,152,51); }
H1.HeaderClassName
{
color: #8F9833;
}
.AnyTagClassName
{
color: #8F9833;
}
</style>
background-color css
<style>
a { background-color: #8F9833; }
a { background-color: rgb(143,152,51); }
div.DivClassName
{
background-color: #8F9833;
}
.BgClassName
{
background-color: #8F9833;
}
</style>
border-color css
<style>
span { border-color: #8F9833; }
span { border-color: rgb(143,152,51); }
td.TdClassName
{
border-color: #8F9833;
}
.TagClassName
{
border-color: #8F9833;
}
</style>