Shades of Wasabi #8C9835
Tints of Wasabi #8C9835
RGB
CMYK
RGB Variations
Color information
#8C9835 (or 0x8C9835) is known color: Wasabi. HEX triplet: 8C, 98 and 35. RGB value is (140,152,53). Sum of RGB (Red+Green+Blue) = 140+152+53=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9835 is #7367CA. Grayscale: #898989. Windows color (decimal): -7563211 or 3512460. OLE color: 3512460.
HSL color Cylindrical-coordinate representation of color #8C9835: hue angle of 67.27º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C9835 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 53 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.40 |
| HSL | 67.27º | 0.48% | 0.4% | - |
| HSV(B) | 67.27º | 0.65% | 0.6% | - |
| XYZ | 22.69 | 28.29 | 7.63 | - |
| YUV | 137.13 | 80.52 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 53 | 0.08 | 0 | 0.65 | 0.40 | 67.27 | 0.48 | 0.4 |
| Hex | 8C | 98 | 35 | 8 | 0 | 41 | 28 | 43 | 30 | 28 |
| Octal | 214 | 230 | 65 | 10 | 0 | 101 | 50 | 103 | 60 | 50 |
| Binary | 10001100 | 10011000 | 110101 | 1000 | 0 | 1000001 | 101000 | 1000011 | 110000 | 101000 |
Color Harmonies of #8C9835
Complementary color
Monochromatic Colors of #8C9835
Black with #8C9835
Text Example
Text Example
White with #8C9835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9835; }
p { color: rgb(140,152,53); }
H1.HeaderClassName
{
color: #8C9835;
}
.AnyTagClassName
{
color: #8C9835;
}
</style>
background-color css
<style>
a { background-color: #8C9835; }
a { background-color: rgb(140,152,53); }
div.DivClassName
{
background-color: #8C9835;
}
.BgClassName
{
background-color: #8C9835;
}
</style>
border-color css
<style>
span { border-color: #8C9835; }
span { border-color: rgb(140,152,53); }
td.TdClassName
{
border-color: #8C9835;
}
.TagClassName
{
border-color: #8C9835;
}
</style>