Shades of Wasabi #8C922D
Tints of Wasabi #8C922D
RGB
CMYK
RGB Variations
Color information
#8C922D (or 0x8C922D) is known color: Wasabi. HEX triplet: 8C, 92 and 2D. RGB value is (140,146,45). Sum of RGB (Red+Green+Blue) = 140+146+45=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #8C922D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C922D is #736DD2. Grayscale: #858585. Windows color (decimal): -7564755 or 2986636. OLE color: 2986636.
HSL color Cylindrical-coordinate representation of color #8C922D: hue angle of 63.56º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C922D is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 45 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.43 |
| HSL | 63.56º | 0.53% | 0.37% | - |
| HSV(B) | 63.56º | 0.69% | 0.57% | - |
| XYZ | 21.57 | 26.32 | 6.43 | - |
| YUV | 132.69 | 78.51 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 45 | 0.04 | 0 | 0.69 | 0.43 | 63.56 | 0.53 | 0.37 |
| Hex | 8C | 92 | 2D | 4 | 0 | 45 | 2B | 40 | 35 | 25 |
| Octal | 214 | 222 | 55 | 4 | 0 | 105 | 53 | 100 | 65 | 45 |
| Binary | 10001100 | 10010010 | 101101 | 100 | 0 | 1000101 | 101011 | 1000000 | 110101 | 100101 |
Color Harmonies of #8C922D
Complementary color
Monochromatic Colors of #8C922D
Black with #8C922D
Text Example
Text Example
White with #8C922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C922D; }
p { color: rgb(140,146,45); }
H1.HeaderClassName
{
color: #8C922D;
}
.AnyTagClassName
{
color: #8C922D;
}
</style>
background-color css
<style>
a { background-color: #8C922D; }
a { background-color: rgb(140,146,45); }
div.DivClassName
{
background-color: #8C922D;
}
.BgClassName
{
background-color: #8C922D;
}
</style>
border-color css
<style>
span { border-color: #8C922D; }
span { border-color: rgb(140,146,45); }
td.TdClassName
{
border-color: #8C922D;
}
.TagClassName
{
border-color: #8C922D;
}
</style>