Shades of Wasabi #8F9C38
Tints of Wasabi #8F9C38
RGB
CMYK
RGB Variations
Color information
#8F9C38 (or 0x8F9C38) is known color: Wasabi. HEX triplet: 8F, 9C and 38. RGB value is (143,156,56). Sum of RGB (Red+Green+Blue) = 143+156+56=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9C38 is #7063C7. Grayscale: #8D8D8D. Windows color (decimal): -7365576 or 3710095. OLE color: 3710095.
HSL color Cylindrical-coordinate representation of color #8F9C38: hue angle of 67.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F9C38 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 156 | 56 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.39 |
| HSL | 67.8º | 0.47% | 0.42% | - |
| HSV(B) | 67.8º | 0.64% | 0.61% | - |
| XYZ | 23.93 | 29.9 | 8.25 | - |
| YUV | 140.71 | 80.19 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 56 | 0.08 | 0 | 0.64 | 0.39 | 67.8 | 0.47 | 0.42 |
| Hex | 8F | 9C | 38 | 8 | 0 | 40 | 27 | 44 | 2F | 2A |
| Octal | 217 | 234 | 70 | 10 | 0 | 100 | 47 | 104 | 57 | 52 |
| Binary | 10001111 | 10011100 | 111000 | 1000 | 0 | 1000000 | 100111 | 1000100 | 101111 | 101010 |
Color Harmonies of #8F9C38
Complementary color
Monochromatic Colors of #8F9C38
Black with #8F9C38
Text Example
Text Example
White with #8F9C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9C38; }
p { color: rgb(143,156,56); }
H1.HeaderClassName
{
color: #8F9C38;
}
.AnyTagClassName
{
color: #8F9C38;
}
</style>
background-color css
<style>
a { background-color: #8F9C38; }
a { background-color: rgb(143,156,56); }
div.DivClassName
{
background-color: #8F9C38;
}
.BgClassName
{
background-color: #8F9C38;
}
</style>
border-color css
<style>
span { border-color: #8F9C38; }
span { border-color: rgb(143,156,56); }
td.TdClassName
{
border-color: #8F9C38;
}
.TagClassName
{
border-color: #8F9C38;
}
</style>