Shades of Wasabi #8B902C
Tints of Wasabi #8B902C
RGB
CMYK
RGB Variations
Color information
#8B902C (or 0x8B902C) is known color: Wasabi. HEX triplet: 8B, 90 and 2C. RGB value is (139,144,44). Sum of RGB (Red+Green+Blue) = 139+144+44=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #8B902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B902C is #746FD3. Grayscale: #838383. Windows color (decimal): -7630804 or 2920587. OLE color: 2920587.
HSL color Cylindrical-coordinate representation of color #8B902C: hue angle of 63º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B902C is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 144 | 44 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.44 |
| HSL | 63º | 0.53% | 0.37% | - |
| HSV(B) | 63º | 0.69% | 0.56% | - |
| XYZ | 21.08 | 25.62 | 6.22 | - |
| YUV | 131.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 144 | 44 | 0.03 | 0 | 0.69 | 0.44 | 63 | 0.53 | 0.37 |
| Hex | 8B | 90 | 2C | 3 | 0 | 45 | 2C | 3F | 35 | 25 |
| Octal | 213 | 220 | 54 | 3 | 0 | 105 | 54 | 77 | 65 | 45 |
| Binary | 10001011 | 10010000 | 101100 | 11 | 0 | 1000101 | 101100 | 111111 | 110101 | 100101 |
Color Harmonies of #8B902C
Complementary color
Monochromatic Colors of #8B902C
Black with #8B902C
Text Example
Text Example
White with #8B902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B902C; }
p { color: rgb(139,144,44); }
H1.HeaderClassName
{
color: #8B902C;
}
.AnyTagClassName
{
color: #8B902C;
}
</style>
background-color css
<style>
a { background-color: #8B902C; }
a { background-color: rgb(139,144,44); }
div.DivClassName
{
background-color: #8B902C;
}
.BgClassName
{
background-color: #8B902C;
}
</style>
border-color css
<style>
span { border-color: #8B902C; }
span { border-color: rgb(139,144,44); }
td.TdClassName
{
border-color: #8B902C;
}
.TagClassName
{
border-color: #8B902C;
}
</style>