Shades of Wasabi #93A43F
Tints of Wasabi #93A43F
RGB
CMYK
RGB Variations
Color information
#93A43F (or 0x93A43F) is known color: Wasabi. HEX triplet: 93, A4 and 3F. RGB value is (147,164,63). Sum of RGB (Red+Green+Blue) = 147+164+63=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #93A43F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A43F is #6C5BC0. Grayscale: #939393. Windows color (decimal): -7101377 or 4170899. OLE color: 4170899.
HSL color Cylindrical-coordinate representation of color #93A43F: hue angle of 70.1º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93A43F is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 164 | 63 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.36 |
| HSL | 70.1º | 0.44% | 0.45% | - |
| HSV(B) | 70.1º | 0.62% | 0.64% | - |
| XYZ | 26.21 | 33.11 | 9.71 | - |
| YUV | 147.4 | 80.37 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 164 | 63 | 0.10 | 0 | 0.62 | 0.36 | 70.1 | 0.44 | 0.45 |
| Hex | 93 | A4 | 3F | A | 0 | 3E | 24 | 46 | 2C | 2D |
| Octal | 223 | 244 | 77 | 12 | 0 | 76 | 44 | 106 | 54 | 55 |
| Binary | 10010011 | 10100100 | 111111 | 1010 | 0 | 111110 | 100100 | 1000110 | 101100 | 101101 |
Color Harmonies of #93A43F
Complementary color
Monochromatic Colors of #93A43F
Black with #93A43F
Text Example
Text Example
White with #93A43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A43F; }
p { color: rgb(147,164,63); }
H1.HeaderClassName
{
color: #93A43F;
}
.AnyTagClassName
{
color: #93A43F;
}
</style>
background-color css
<style>
a { background-color: #93A43F; }
a { background-color: rgb(147,164,63); }
div.DivClassName
{
background-color: #93A43F;
}
.BgClassName
{
background-color: #93A43F;
}
</style>
border-color css
<style>
span { border-color: #93A43F; }
span { border-color: rgb(147,164,63); }
td.TdClassName
{
border-color: #93A43F;
}
.TagClassName
{
border-color: #93A43F;
}
</style>