Shades of Wasabi #94A244
Tints of Wasabi #94A244
RGB
CMYK
RGB Variations
Color information
#94A244 (or 0x94A244) is known color: Wasabi. HEX triplet: 94, A2 and 44. RGB value is (148,162,68). Sum of RGB (Red+Green+Blue) = 148+162+68=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #94A244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A244 is #6B5DBB. Grayscale: #939393. Windows color (decimal): -7036348 or 4498068. OLE color: 4498068.
HSL color Cylindrical-coordinate representation of color #94A244: hue angle of 68.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94A244 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 162 | 68 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.36 |
| HSL | 68.94º | 0.41% | 0.45% | - |
| HSV(B) | 68.94º | 0.58% | 0.64% | - |
| XYZ | 26.18 | 32.55 | 10.37 | - |
| YUV | 147.1 | 83.36 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 68 | 0.09 | 0 | 0.58 | 0.36 | 68.94 | 0.41 | 0.45 |
| Hex | 94 | A2 | 44 | 9 | 0 | 3A | 24 | 45 | 29 | 2D |
| Octal | 224 | 242 | 104 | 11 | 0 | 72 | 44 | 105 | 51 | 55 |
| Binary | 10010100 | 10100010 | 1000100 | 1001 | 0 | 111010 | 100100 | 1000101 | 101001 | 101101 |
Color Harmonies of #94A244
Complementary color
Monochromatic Colors of #94A244
Black with #94A244
Text Example
Text Example
White with #94A244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A244; }
p { color: rgb(148,162,68); }
H1.HeaderClassName
{
color: #94A244;
}
.AnyTagClassName
{
color: #94A244;
}
</style>
background-color css
<style>
a { background-color: #94A244; }
a { background-color: rgb(148,162,68); }
div.DivClassName
{
background-color: #94A244;
}
.BgClassName
{
background-color: #94A244;
}
</style>
border-color css
<style>
span { border-color: #94A244; }
span { border-color: rgb(148,162,68); }
td.TdClassName
{
border-color: #94A244;
}
.TagClassName
{
border-color: #94A244;
}
</style>