Shades of Wasabi #8B9530
Tints of Wasabi #8B9530
RGB
CMYK
RGB Variations
Color information
#8B9530 (or 0x8B9530) is known color: Wasabi. HEX triplet: 8B, 95 and 30. RGB value is (139,149,48). Sum of RGB (Red+Green+Blue) = 139+149+48=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9530 is #746ACF. Grayscale: #868686. Windows color (decimal): -7629520 or 3184011. OLE color: 3184011.
HSL color Cylindrical-coordinate representation of color #8B9530: hue angle of 65.94º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B9530 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 48 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.42 |
| HSL | 65.94º | 0.51% | 0.39% | - |
| HSV(B) | 65.94º | 0.68% | 0.58% | - |
| XYZ | 21.93 | 27.2 | 6.89 | - |
| YUV | 134.5 | 79.19 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 48 | 0.07 | 0 | 0.68 | 0.42 | 65.94 | 0.51 | 0.39 |
| Hex | 8B | 95 | 30 | 7 | 0 | 44 | 2A | 42 | 33 | 27 |
| Octal | 213 | 225 | 60 | 7 | 0 | 104 | 52 | 102 | 63 | 47 |
| Binary | 10001011 | 10010101 | 110000 | 111 | 0 | 1000100 | 101010 | 1000010 | 110011 | 100111 |
Color Harmonies of #8B9530
Complementary color
Monochromatic Colors of #8B9530
Black with #8B9530
Text Example
Text Example
White with #8B9530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9530; }
p { color: rgb(139,149,48); }
H1.HeaderClassName
{
color: #8B9530;
}
.AnyTagClassName
{
color: #8B9530;
}
</style>
background-color css
<style>
a { background-color: #8B9530; }
a { background-color: rgb(139,149,48); }
div.DivClassName
{
background-color: #8B9530;
}
.BgClassName
{
background-color: #8B9530;
}
</style>
border-color css
<style>
span { border-color: #8B9530; }
span { border-color: rgb(139,149,48); }
td.TdClassName
{
border-color: #8B9530;
}
.TagClassName
{
border-color: #8B9530;
}
</style>