Shades of Wasabi #8F9A32
Tints of Wasabi #8F9A32
RGB
CMYK
RGB Variations
Color information
#8F9A32 (or 0x8F9A32) is known color: Wasabi. HEX triplet: 8F, 9A and 32. RGB value is (143,154,50). Sum of RGB (Red+Green+Blue) = 143+154+50=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9A32 is #7065CD. Grayscale: #8B8B8B. Windows color (decimal): -7366094 or 3316367. OLE color: 3316367.
HSL color Cylindrical-coordinate representation of color #8F9A32: hue angle of 66.35º 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 #8F9A32 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 154 | 50 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.40 |
| HSL | 66.35º | 0.51% | 0.4% | - |
| HSV(B) | 66.35º | 0.68% | 0.6% | - |
| XYZ | 23.46 | 29.18 | 7.41 | - |
| YUV | 138.86 | 77.86 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 154 | 50 | 0.07 | 0 | 0.68 | 0.40 | 66.35 | 0.51 | 0.4 |
| Hex | 8F | 9A | 32 | 7 | 0 | 44 | 28 | 42 | 33 | 28 |
| Octal | 217 | 232 | 62 | 7 | 0 | 104 | 50 | 102 | 63 | 50 |
| Binary | 10001111 | 10011010 | 110010 | 111 | 0 | 1000100 | 101000 | 1000010 | 110011 | 101000 |
Color Harmonies of #8F9A32
Complementary color
Monochromatic Colors of #8F9A32
Black with #8F9A32
Text Example
Text Example
White with #8F9A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9A32; }
p { color: rgb(143,154,50); }
H1.HeaderClassName
{
color: #8F9A32;
}
.AnyTagClassName
{
color: #8F9A32;
}
</style>
background-color css
<style>
a { background-color: #8F9A32; }
a { background-color: rgb(143,154,50); }
div.DivClassName
{
background-color: #8F9A32;
}
.BgClassName
{
background-color: #8F9A32;
}
</style>
border-color css
<style>
span { border-color: #8F9A32; }
span { border-color: rgb(143,154,50); }
td.TdClassName
{
border-color: #8F9A32;
}
.TagClassName
{
border-color: #8F9A32;
}
</style>