Shades of Wasabi #8C953B
Tints of Wasabi #8C953B
RGB
CMYK
RGB Variations
Color information
#8C953B (or 0x8C953B) is known color: Wasabi. HEX triplet: 8C, 95 and 3B. RGB value is (140,149,59). Sum of RGB (Red+Green+Blue) = 140+149+59=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #8C953B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C953B is #736AC4. Grayscale: #888888. Windows color (decimal): -7563973 or 3904908. OLE color: 3904908.
HSL color Cylindrical-coordinate representation of color #8C953B: hue angle of 66º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C953B is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 59 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.42 |
| HSL | 66º | 0.43% | 0.41% | - |
| HSV(B) | 66º | 0.6% | 0.58% | - |
| XYZ | 22.35 | 27.39 | 8.25 | - |
| YUV | 136.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 59 | 0.06 | 0 | 0.60 | 0.42 | 66 | 0.43 | 0.41 |
| Hex | 8C | 95 | 3B | 6 | 0 | 3C | 2A | 42 | 2B | 29 |
| Octal | 214 | 225 | 73 | 6 | 0 | 74 | 52 | 102 | 53 | 51 |
| Binary | 10001100 | 10010101 | 111011 | 110 | 0 | 111100 | 101010 | 1000010 | 101011 | 101001 |
Color Harmonies of #8C953B
Complementary color
Monochromatic Colors of #8C953B
Black with #8C953B
Text Example
Text Example
White with #8C953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C953B; }
p { color: rgb(140,149,59); }
H1.HeaderClassName
{
color: #8C953B;
}
.AnyTagClassName
{
color: #8C953B;
}
</style>
background-color css
<style>
a { background-color: #8C953B; }
a { background-color: rgb(140,149,59); }
div.DivClassName
{
background-color: #8C953B;
}
.BgClassName
{
background-color: #8C953B;
}
</style>
border-color css
<style>
span { border-color: #8C953B; }
span { border-color: rgb(140,149,59); }
td.TdClassName
{
border-color: #8C953B;
}
.TagClassName
{
border-color: #8C953B;
}
</style>