Shades of Wasabi #8B912D
Tints of Wasabi #8B912D
RGB
CMYK
RGB Variations
Color information
#8B912D (or 0x8B912D) is known color: Wasabi. HEX triplet: 8B, 91 and 2D. RGB value is (139,145,45). Sum of RGB (Red+Green+Blue) = 139+145+45=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #8B912D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B912D is #746ED2. Grayscale: #848484. Windows color (decimal): -7630547 or 2986379. OLE color: 2986379.
HSL color Cylindrical-coordinate representation of color #8B912D: hue angle of 63.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B912D is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 145 | 45 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.43 |
| HSL | 63.6º | 0.53% | 0.37% | - |
| HSV(B) | 63.6º | 0.69% | 0.57% | - |
| XYZ | 21.25 | 25.93 | 6.37 | - |
| YUV | 131.81 | 79.01 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 45 | 0.04 | 0 | 0.69 | 0.43 | 63.6 | 0.53 | 0.37 |
| Hex | 8B | 91 | 2D | 4 | 0 | 45 | 2B | 40 | 35 | 25 |
| Octal | 213 | 221 | 55 | 4 | 0 | 105 | 53 | 100 | 65 | 45 |
| Binary | 10001011 | 10010001 | 101101 | 100 | 0 | 1000101 | 101011 | 1000000 | 110101 | 100101 |
Color Harmonies of #8B912D
Complementary color
Monochromatic Colors of #8B912D
Black with #8B912D
Text Example
Text Example
White with #8B912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B912D; }
p { color: rgb(139,145,45); }
H1.HeaderClassName
{
color: #8B912D;
}
.AnyTagClassName
{
color: #8B912D;
}
</style>
background-color css
<style>
a { background-color: #8B912D; }
a { background-color: rgb(139,145,45); }
div.DivClassName
{
background-color: #8B912D;
}
.BgClassName
{
background-color: #8B912D;
}
</style>
border-color css
<style>
span { border-color: #8B912D; }
span { border-color: rgb(139,145,45); }
td.TdClassName
{
border-color: #8B912D;
}
.TagClassName
{
border-color: #8B912D;
}
</style>