Shades of Wasabi #94A444
Tints of Wasabi #94A444
RGB
CMYK
RGB Variations
Color information
#94A444 (or 0x94A444) is known color: Wasabi. HEX triplet: 94, A4 and 44. RGB value is (148,164,68). Sum of RGB (Red+Green+Blue) = 148+164+68=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #94A444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A444 is #6B5BBB. Grayscale: #949494. Windows color (decimal): -7035836 or 4498580. OLE color: 4498580.
HSL color Cylindrical-coordinate representation of color #94A444: hue angle of 70º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94A444 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 164 | 68 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.36 |
| HSL | 70º | 0.41% | 0.45% | - |
| HSV(B) | 70º | 0.59% | 0.64% | - |
| XYZ | 26.53 | 33.26 | 10.49 | - |
| YUV | 148.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 164 | 68 | 0.10 | 0 | 0.59 | 0.36 | 70 | 0.41 | 0.45 |
| Hex | 94 | A4 | 44 | A | 0 | 3B | 24 | 46 | 29 | 2D |
| Octal | 224 | 244 | 104 | 12 | 0 | 73 | 44 | 106 | 51 | 55 |
| Binary | 10010100 | 10100100 | 1000100 | 1010 | 0 | 111011 | 100100 | 1000110 | 101001 | 101101 |
Color Harmonies of #94A444
Complementary color
Monochromatic Colors of #94A444
Black with #94A444
Text Example
Text Example
White with #94A444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A444; }
p { color: rgb(148,164,68); }
H1.HeaderClassName
{
color: #94A444;
}
.AnyTagClassName
{
color: #94A444;
}
</style>
background-color css
<style>
a { background-color: #94A444; }
a { background-color: rgb(148,164,68); }
div.DivClassName
{
background-color: #94A444;
}
.BgClassName
{
background-color: #94A444;
}
</style>
border-color css
<style>
span { border-color: #94A444; }
span { border-color: rgb(148,164,68); }
td.TdClassName
{
border-color: #94A444;
}
.TagClassName
{
border-color: #94A444;
}
</style>