Shades of Wasabi #93A040
Tints of Wasabi #93A040
RGB
CMYK
RGB Variations
Color information
#93A040 (or 0x93A040) is known color: Wasabi. HEX triplet: 93, A0 and 40. RGB value is (147,160,64). Sum of RGB (Red+Green+Blue) = 147+160+64=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #93A040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A040 is #6C5FBF. Grayscale: #919191. Windows color (decimal): -7102400 or 4235411. OLE color: 4235411.
HSL color Cylindrical-coordinate representation of color #93A040: hue angle of 68.13º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93A040 is Cyan = 0.08, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 160 | 64 | - |
| CMYK | 0.08 | 0 | 0.6 | 0.37 |
| HSL | 68.13º | 0.43% | 0.44% | - |
| HSV(B) | 68.13º | 0.6% | 0.63% | - |
| XYZ | 25.53 | 31.71 | 9.63 | - |
| YUV | 145.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 64 | 0.08 | 0 | 0.6 | 0.37 | 68.13 | 0.43 | 0.44 |
| Hex | 93 | A0 | 40 | 8 | 0 | 3C | 25 | 44 | 2B | 2C |
| Octal | 223 | 240 | 100 | 10 | 0 | 74 | 45 | 104 | 53 | 54 |
| Binary | 10010011 | 10100000 | 1000000 | 1000 | 0 | 111100 | 100101 | 1000100 | 101011 | 101100 |
Color Harmonies of #93A040
Complementary color
Monochromatic Colors of #93A040
Black with #93A040
Text Example
Text Example
White with #93A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A040; }
p { color: rgb(147,160,64); }
H1.HeaderClassName
{
color: #93A040;
}
.AnyTagClassName
{
color: #93A040;
}
</style>
background-color css
<style>
a { background-color: #93A040; }
a { background-color: rgb(147,160,64); }
div.DivClassName
{
background-color: #93A040;
}
.BgClassName
{
background-color: #93A040;
}
</style>
border-color css
<style>
span { border-color: #93A040; }
span { border-color: rgb(147,160,64); }
td.TdClassName
{
border-color: #93A040;
}
.TagClassName
{
border-color: #93A040;
}
</style>