Shades of Wasabi #8C9233
Tints of Wasabi #8C9233
RGB
CMYK
RGB Variations
Color information
#8C9233 (or 0x8C9233) is known color: Wasabi. HEX triplet: 8C, 92 and 33. RGB value is (140,146,51). Sum of RGB (Red+Green+Blue) = 140+146+51=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9233 is #736DCC. Grayscale: #858585. Windows color (decimal): -7564749 or 3379852. OLE color: 3379852.
HSL color Cylindrical-coordinate representation of color #8C9233: hue angle of 63.79º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C9233 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 51 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.43 |
| HSL | 63.79º | 0.48% | 0.39% | - |
| HSV(B) | 63.79º | 0.65% | 0.57% | - |
| XYZ | 21.69 | 26.37 | 7.08 | - |
| YUV | 133.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 51 | 0.04 | 0 | 0.65 | 0.43 | 63.79 | 0.48 | 0.39 |
| Hex | 8C | 92 | 33 | 4 | 0 | 41 | 2B | 40 | 30 | 27 |
| Octal | 214 | 222 | 63 | 4 | 0 | 101 | 53 | 100 | 60 | 47 |
| Binary | 10001100 | 10010010 | 110011 | 100 | 0 | 1000001 | 101011 | 1000000 | 110000 | 100111 |
Color Harmonies of #8C9233
Complementary color
Monochromatic Colors of #8C9233
Black with #8C9233
Text Example
Text Example
White with #8C9233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9233; }
p { color: rgb(140,146,51); }
H1.HeaderClassName
{
color: #8C9233;
}
.AnyTagClassName
{
color: #8C9233;
}
</style>
background-color css
<style>
a { background-color: #8C9233; }
a { background-color: rgb(140,146,51); }
div.DivClassName
{
background-color: #8C9233;
}
.BgClassName
{
background-color: #8C9233;
}
</style>
border-color css
<style>
span { border-color: #8C9233; }
span { border-color: rgb(140,146,51); }
td.TdClassName
{
border-color: #8C9233;
}
.TagClassName
{
border-color: #8C9233;
}
</style>