Shades of Wasabi #93A23F
Tints of Wasabi #93A23F
RGB
CMYK
RGB Variations
Color information
#93A23F (or 0x93A23F) is known color: Wasabi. HEX triplet: 93, A2 and 3F. RGB value is (147,162,63). Sum of RGB (Red+Green+Blue) = 147+162+63=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #93A23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A23F is #6C5DC0. Grayscale: #929292. Windows color (decimal): -7101889 or 4170387. OLE color: 4170387.
HSL color Cylindrical-coordinate representation of color #93A23F: hue angle of 69.09º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93A23F is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 162 | 63 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.36 |
| HSL | 69.09º | 0.44% | 0.44% | - |
| HSV(B) | 69.09º | 0.61% | 0.64% | - |
| XYZ | 25.85 | 32.4 | 9.59 | - |
| YUV | 146.23 | 81.03 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 162 | 63 | 0.09 | 0 | 0.61 | 0.36 | 69.09 | 0.44 | 0.44 |
| Hex | 93 | A2 | 3F | 9 | 0 | 3D | 24 | 45 | 2C | 2C |
| Octal | 223 | 242 | 77 | 11 | 0 | 75 | 44 | 105 | 54 | 54 |
| Binary | 10010011 | 10100010 | 111111 | 1001 | 0 | 111101 | 100100 | 1000101 | 101100 | 101100 |
Color Harmonies of #93A23F
Complementary color
Monochromatic Colors of #93A23F
Black with #93A23F
Text Example
Text Example
White with #93A23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A23F; }
p { color: rgb(147,162,63); }
H1.HeaderClassName
{
color: #93A23F;
}
.AnyTagClassName
{
color: #93A23F;
}
</style>
background-color css
<style>
a { background-color: #93A23F; }
a { background-color: rgb(147,162,63); }
div.DivClassName
{
background-color: #93A23F;
}
.BgClassName
{
background-color: #93A23F;
}
</style>
border-color css
<style>
span { border-color: #93A23F; }
span { border-color: rgb(147,162,63); }
td.TdClassName
{
border-color: #93A23F;
}
.TagClassName
{
border-color: #93A23F;
}
</style>