Shades of Wasabi #8C912E
Tints of Wasabi #8C912E
RGB
CMYK
RGB Variations
Color information
#8C912E (or 0x8C912E) is known color: Wasabi. HEX triplet: 8C, 91 and 2E. RGB value is (140,145,46). Sum of RGB (Red+Green+Blue) = 140+145+46=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #8C912E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C912E is #736ED1. Grayscale: #848484. Windows color (decimal): -7565010 or 3051916. OLE color: 3051916.
HSL color Cylindrical-coordinate representation of color #8C912E: hue angle of 63.03º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C912E is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 145 | 46 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.43 |
| HSL | 63.03º | 0.52% | 0.37% | - |
| HSV(B) | 63.03º | 0.68% | 0.57% | - |
| XYZ | 21.43 | 26.02 | 6.48 | - |
| YUV | 132.22 | 79.34 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 46 | 0.03 | 0 | 0.68 | 0.43 | 63.03 | 0.52 | 0.37 |
| Hex | 8C | 91 | 2E | 3 | 0 | 44 | 2B | 3F | 34 | 25 |
| Octal | 214 | 221 | 56 | 3 | 0 | 104 | 53 | 77 | 64 | 45 |
| Binary | 10001100 | 10010001 | 101110 | 11 | 0 | 1000100 | 101011 | 111111 | 110100 | 100101 |
Color Harmonies of #8C912E
Complementary color
Monochromatic Colors of #8C912E
Black with #8C912E
Text Example
Text Example
White with #8C912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C912E; }
p { color: rgb(140,145,46); }
H1.HeaderClassName
{
color: #8C912E;
}
.AnyTagClassName
{
color: #8C912E;
}
</style>
background-color css
<style>
a { background-color: #8C912E; }
a { background-color: rgb(140,145,46); }
div.DivClassName
{
background-color: #8C912E;
}
.BgClassName
{
background-color: #8C912E;
}
</style>
border-color css
<style>
span { border-color: #8C912E; }
span { border-color: rgb(140,145,46); }
td.TdClassName
{
border-color: #8C912E;
}
.TagClassName
{
border-color: #8C912E;
}
</style>