Shades of Wasabi #8B8E33
Tints of Wasabi #8B8E33
RGB
CMYK
RGB Variations
Color information
#8B8E33 (or 0x8B8E33) is known color: Wasabi. HEX triplet: 8B, 8E and 33. RGB value is (139,142,51). Sum of RGB (Red+Green+Blue) = 139+142+51=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8E33 is #7471CC. Grayscale: #838383. Windows color (decimal): -7631309 or 3378827. OLE color: 3378827.
HSL color Cylindrical-coordinate representation of color #8B8E33: hue angle of 61.98º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B8E33 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 142 | 51 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.44 |
| HSL | 61.98º | 0.47% | 0.38% | - |
| HSV(B) | 61.98º | 0.64% | 0.56% | - |
| XYZ | 20.92 | 25.07 | 6.87 | - |
| YUV | 130.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 51 | 0.02 | 0 | 0.64 | 0.44 | 61.98 | 0.47 | 0.38 |
| Hex | 8B | 8E | 33 | 2 | 0 | 40 | 2C | 3E | 2F | 26 |
| Octal | 213 | 216 | 63 | 2 | 0 | 100 | 54 | 76 | 57 | 46 |
| Binary | 10001011 | 10001110 | 110011 | 10 | 0 | 1000000 | 101100 | 111110 | 101111 | 100110 |
Color Harmonies of #8B8E33
Complementary color
Monochromatic Colors of #8B8E33
Black with #8B8E33
Text Example
Text Example
White with #8B8E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8E33; }
p { color: rgb(139,142,51); }
H1.HeaderClassName
{
color: #8B8E33;
}
.AnyTagClassName
{
color: #8B8E33;
}
</style>
background-color css
<style>
a { background-color: #8B8E33; }
a { background-color: rgb(139,142,51); }
div.DivClassName
{
background-color: #8B8E33;
}
.BgClassName
{
background-color: #8B8E33;
}
</style>
border-color css
<style>
span { border-color: #8B8E33; }
span { border-color: rgb(139,142,51); }
td.TdClassName
{
border-color: #8B8E33;
}
.TagClassName
{
border-color: #8B8E33;
}
</style>