Shades of Wasabi #94A144
Tints of Wasabi #94A144
RGB
CMYK
RGB Variations
Color information
#94A144 (or 0x94A144) is known color: Wasabi. HEX triplet: 94, A1 and 44. RGB value is (148,161,68). Sum of RGB (Red+Green+Blue) = 148+161+68=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #94A144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A144 is #6B5EBB. Grayscale: #929292. Windows color (decimal): -7036604 or 4497812. OLE color: 4497812.
HSL color Cylindrical-coordinate representation of color #94A144: hue angle of 68.39º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94A144 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 68 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.37 |
| HSL | 68.39º | 0.41% | 0.45% | - |
| HSV(B) | 68.39º | 0.58% | 0.63% | - |
| XYZ | 26 | 32.2 | 10.31 | - |
| YUV | 146.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 68 | 0.08 | 0 | 0.58 | 0.37 | 68.39 | 0.41 | 0.45 |
| Hex | 94 | A1 | 44 | 8 | 0 | 3A | 25 | 44 | 29 | 2D |
| Octal | 224 | 241 | 104 | 10 | 0 | 72 | 45 | 104 | 51 | 55 |
| Binary | 10010100 | 10100001 | 1000100 | 1000 | 0 | 111010 | 100101 | 1000100 | 101001 | 101101 |
Color Harmonies of #94A144
Complementary color
Monochromatic Colors of #94A144
Black with #94A144
Text Example
Text Example
White with #94A144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A144; }
p { color: rgb(148,161,68); }
H1.HeaderClassName
{
color: #94A144;
}
.AnyTagClassName
{
color: #94A144;
}
</style>
background-color css
<style>
a { background-color: #94A144; }
a { background-color: rgb(148,161,68); }
div.DivClassName
{
background-color: #94A144;
}
.BgClassName
{
background-color: #94A144;
}
</style>
border-color css
<style>
span { border-color: #94A144; }
span { border-color: rgb(148,161,68); }
td.TdClassName
{
border-color: #94A144;
}
.TagClassName
{
border-color: #94A144;
}
</style>