Shades of Wasabi #949F44
Tints of Wasabi #949F44
RGB
CMYK
RGB Variations
Color information
#949F44 (or 0x949F44) is known color: Wasabi. HEX triplet: 94, 9F and 44. RGB value is (148,159,68). Sum of RGB (Red+Green+Blue) = 148+159+68=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #949F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949F44 is #6B60BB. Grayscale: #919191. Windows color (decimal): -7037116 or 4497300. OLE color: 4497300.
HSL color Cylindrical-coordinate representation of color #949F44: hue angle of 67.25º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #949F44 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 159 | 68 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.38 |
| HSL | 67.25º | 0.4% | 0.45% | - |
| HSV(B) | 67.25º | 0.57% | 0.62% | - |
| XYZ | 25.65 | 31.51 | 10.2 | - |
| YUV | 145.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 68 | 0.07 | 0 | 0.57 | 0.38 | 67.25 | 0.4 | 0.45 |
| Hex | 94 | 9F | 44 | 7 | 0 | 39 | 26 | 43 | 28 | 2D |
| Octal | 224 | 237 | 104 | 7 | 0 | 71 | 46 | 103 | 50 | 55 |
| Binary | 10010100 | 10011111 | 1000100 | 111 | 0 | 111001 | 100110 | 1000011 | 101000 | 101101 |
Color Harmonies of #949F44
Complementary color
Monochromatic Colors of #949F44
Black with #949F44
Text Example
Text Example
White with #949F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949F44; }
p { color: rgb(148,159,68); }
H1.HeaderClassName
{
color: #949F44;
}
.AnyTagClassName
{
color: #949F44;
}
</style>
background-color css
<style>
a { background-color: #949F44; }
a { background-color: rgb(148,159,68); }
div.DivClassName
{
background-color: #949F44;
}
.BgClassName
{
background-color: #949F44;
}
</style>
border-color css
<style>
span { border-color: #949F44; }
span { border-color: rgb(148,159,68); }
td.TdClassName
{
border-color: #949F44;
}
.TagClassName
{
border-color: #949F44;
}
</style>