Shades of Wasabi #919B47
Tints of Wasabi #919B47
RGB
CMYK
RGB Variations
Color information
#919B47 (or 0x919B47) is known color: Wasabi. HEX triplet: 91, 9B and 47. RGB value is (145,155,71). Sum of RGB (Red+Green+Blue) = 145+155+71=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #919B47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919B47 is #6E64B8. Grayscale: #8E8E8E. Windows color (decimal): -7234745 or 4692881. OLE color: 4692881.
HSL color Cylindrical-coordinate representation of color #919B47: hue angle of 67.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #919B47 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 71 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.39 |
| HSL | 67.14º | 0.37% | 0.44% | - |
| HSV(B) | 67.14º | 0.54% | 0.61% | - |
| XYZ | 24.54 | 29.92 | 10.44 | - |
| YUV | 142.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 71 | 0.06 | 0 | 0.54 | 0.39 | 67.14 | 0.37 | 0.44 |
| Hex | 91 | 9B | 47 | 6 | 0 | 36 | 27 | 43 | 25 | 2C |
| Octal | 221 | 233 | 107 | 6 | 0 | 66 | 47 | 103 | 45 | 54 |
| Binary | 10010001 | 10011011 | 1000111 | 110 | 0 | 110110 | 100111 | 1000011 | 100101 | 101100 |
Color Harmonies of #919B47
Complementary color
Monochromatic Colors of #919B47
Black with #919B47
Text Example
Text Example
White with #919B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B47; }
p { color: rgb(145,155,71); }
H1.HeaderClassName
{
color: #919B47;
}
.AnyTagClassName
{
color: #919B47;
}
</style>
background-color css
<style>
a { background-color: #919B47; }
a { background-color: rgb(145,155,71); }
div.DivClassName
{
background-color: #919B47;
}
.BgClassName
{
background-color: #919B47;
}
</style>
border-color css
<style>
span { border-color: #919B47; }
span { border-color: rgb(145,155,71); }
td.TdClassName
{
border-color: #919B47;
}
.TagClassName
{
border-color: #919B47;
}
</style>