Shades of Wasabi #8B982F
Tints of Wasabi #8B982F
RGB
CMYK
RGB Variations
Color information
#8B982F (or 0x8B982F) is known color: Wasabi. HEX triplet: 8B, 98 and 2F. RGB value is (139,152,47). Sum of RGB (Red+Green+Blue) = 139+152+47=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #8B982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B982F is #7467D0. Grayscale: #888888. Windows color (decimal): -7628753 or 3119243. OLE color: 3119243.
HSL color Cylindrical-coordinate representation of color #8B982F: hue angle of 67.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B982F is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 152 | 47 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.40 |
| HSL | 67.43º | 0.53% | 0.39% | - |
| HSV(B) | 67.43º | 0.69% | 0.6% | - |
| XYZ | 22.39 | 28.15 | 6.94 | - |
| YUV | 136.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 47 | 0.09 | 0 | 0.69 | 0.40 | 67.43 | 0.53 | 0.39 |
| Hex | 8B | 98 | 2F | 9 | 0 | 45 | 28 | 43 | 35 | 27 |
| Octal | 213 | 230 | 57 | 11 | 0 | 105 | 50 | 103 | 65 | 47 |
| Binary | 10001011 | 10011000 | 101111 | 1001 | 0 | 1000101 | 101000 | 1000011 | 110101 | 100111 |
Color Harmonies of #8B982F
Complementary color
Monochromatic Colors of #8B982F
Black with #8B982F
Text Example
Text Example
White with #8B982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B982F; }
p { color: rgb(139,152,47); }
H1.HeaderClassName
{
color: #8B982F;
}
.AnyTagClassName
{
color: #8B982F;
}
</style>
background-color css
<style>
a { background-color: #8B982F; }
a { background-color: rgb(139,152,47); }
div.DivClassName
{
background-color: #8B982F;
}
.BgClassName
{
background-color: #8B982F;
}
</style>
border-color css
<style>
span { border-color: #8B982F; }
span { border-color: rgb(139,152,47); }
td.TdClassName
{
border-color: #8B982F;
}
.TagClassName
{
border-color: #8B982F;
}
</style>