Shades of Wasabi #8C9541
Tints of Wasabi #8C9541
RGB
CMYK
RGB Variations
Color information
#8C9541 (or 0x8C9541) is known color: Wasabi. HEX triplet: 8C, 95 and 41. RGB value is (140,149,65). Sum of RGB (Red+Green+Blue) = 140+149+65=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9541 is #736ABE. Grayscale: #898989. Windows color (decimal): -7563967 or 4298124. OLE color: 4298124.
HSL color Cylindrical-coordinate representation of color #8C9541: hue angle of 66.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C9541 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 65 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.42 |
| HSL | 66.43º | 0.39% | 0.42% | - |
| HSV(B) | 66.43º | 0.56% | 0.58% | - |
| XYZ | 22.52 | 27.45 | 9.11 | - |
| YUV | 136.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 65 | 0.06 | 0 | 0.56 | 0.42 | 66.43 | 0.39 | 0.42 |
| Hex | 8C | 95 | 41 | 6 | 0 | 38 | 2A | 42 | 27 | 2A |
| Octal | 214 | 225 | 101 | 6 | 0 | 70 | 52 | 102 | 47 | 52 |
| Binary | 10001100 | 10010101 | 1000001 | 110 | 0 | 111000 | 101010 | 1000010 | 100111 | 101010 |
Color Harmonies of #8C9541
Complementary color
Monochromatic Colors of #8C9541
Black with #8C9541
Text Example
Text Example
White with #8C9541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9541; }
p { color: rgb(140,149,65); }
H1.HeaderClassName
{
color: #8C9541;
}
.AnyTagClassName
{
color: #8C9541;
}
</style>
background-color css
<style>
a { background-color: #8C9541; }
a { background-color: rgb(140,149,65); }
div.DivClassName
{
background-color: #8C9541;
}
.BgClassName
{
background-color: #8C9541;
}
</style>
border-color css
<style>
span { border-color: #8C9541; }
span { border-color: rgb(140,149,65); }
td.TdClassName
{
border-color: #8C9541;
}
.TagClassName
{
border-color: #8C9541;
}
</style>