Shades of Wasabi #8C9133
Tints of Wasabi #8C9133
RGB
CMYK
RGB Variations
Color information
#8C9133 (or 0x8C9133) is known color: Wasabi. HEX triplet: 8C, 91 and 33. RGB value is (140,145,51). Sum of RGB (Red+Green+Blue) = 140+145+51=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #8C9133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9133 is #736ECC. Grayscale: #858585. Windows color (decimal): -7565005 or 3379596. OLE color: 3379596.
HSL color Cylindrical-coordinate representation of color #8C9133: hue angle of 63.19º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C9133 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 145 | 51 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.43 |
| HSL | 63.19º | 0.48% | 0.38% | - |
| HSV(B) | 63.19º | 0.65% | 0.57% | - |
| XYZ | 21.54 | 26.07 | 7.03 | - |
| YUV | 132.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 51 | 0.03 | 0 | 0.65 | 0.43 | 63.19 | 0.48 | 0.38 |
| Hex | 8C | 91 | 33 | 3 | 0 | 41 | 2B | 3F | 30 | 26 |
| Octal | 214 | 221 | 63 | 3 | 0 | 101 | 53 | 77 | 60 | 46 |
| Binary | 10001100 | 10010001 | 110011 | 11 | 0 | 1000001 | 101011 | 111111 | 110000 | 100110 |
Color Harmonies of #8C9133
Complementary color
Monochromatic Colors of #8C9133
Black with #8C9133
Text Example
Text Example
White with #8C9133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9133; }
p { color: rgb(140,145,51); }
H1.HeaderClassName
{
color: #8C9133;
}
.AnyTagClassName
{
color: #8C9133;
}
</style>
background-color css
<style>
a { background-color: #8C9133; }
a { background-color: rgb(140,145,51); }
div.DivClassName
{
background-color: #8C9133;
}
.BgClassName
{
background-color: #8C9133;
}
</style>
border-color css
<style>
span { border-color: #8C9133; }
span { border-color: rgb(140,145,51); }
td.TdClassName
{
border-color: #8C9133;
}
.TagClassName
{
border-color: #8C9133;
}
</style>