Shades of Wasabi #949B36
Tints of Wasabi #949B36
RGB
CMYK
RGB Variations
Color information
#949B36 (or 0x949B36) is known color: Wasabi. HEX triplet: 94, 9B and 36. RGB value is (148,155,54). Sum of RGB (Red+Green+Blue) = 148+155+54=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #949B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B36 is #6B64C9. Grayscale: #8D8D8D. Windows color (decimal): -7038154 or 3578772. OLE color: 3578772.
HSL color Cylindrical-coordinate representation of color #949B36: hue angle of 64.16º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #949B36 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 54 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.39 |
| HSL | 64.16º | 0.48% | 0.41% | - |
| HSV(B) | 64.16º | 0.65% | 0.61% | - |
| XYZ | 24.6 | 30 | 7.99 | - |
| YUV | 141.39 | 78.68 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 54 | 0.05 | 0 | 0.65 | 0.39 | 64.16 | 0.48 | 0.41 |
| Hex | 94 | 9B | 36 | 5 | 0 | 41 | 27 | 40 | 30 | 29 |
| Octal | 224 | 233 | 66 | 5 | 0 | 101 | 47 | 100 | 60 | 51 |
| Binary | 10010100 | 10011011 | 110110 | 101 | 0 | 1000001 | 100111 | 1000000 | 110000 | 101001 |
Color Harmonies of #949B36
Complementary color
Monochromatic Colors of #949B36
Black with #949B36
Text Example
Text Example
White with #949B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B36; }
p { color: rgb(148,155,54); }
H1.HeaderClassName
{
color: #949B36;
}
.AnyTagClassName
{
color: #949B36;
}
</style>
background-color css
<style>
a { background-color: #949B36; }
a { background-color: rgb(148,155,54); }
div.DivClassName
{
background-color: #949B36;
}
.BgClassName
{
background-color: #949B36;
}
</style>
border-color css
<style>
span { border-color: #949B36; }
span { border-color: rgb(148,155,54); }
td.TdClassName
{
border-color: #949B36;
}
.TagClassName
{
border-color: #949B36;
}
</style>