Shades of Wasabi #91A148
Tints of Wasabi #91A148
RGB
CMYK
RGB Variations
Color information
#91A148 (or 0x91A148) is known color: Wasabi. HEX triplet: 91, A1 and 48. RGB value is (145,161,72). Sum of RGB (Red+Green+Blue) = 145+161+72=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #91A148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A148 is #6E5EB7. Grayscale: #929292. Windows color (decimal): -7233208 or 4759953. OLE color: 4759953.
HSL color Cylindrical-coordinate representation of color #91A148: hue angle of 70.79º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #91A148 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 161 | 72 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.37 |
| HSL | 70.79º | 0.38% | 0.46% | - |
| HSV(B) | 70.79º | 0.55% | 0.63% | - |
| XYZ | 25.59 | 31.98 | 10.95 | - |
| YUV | 146.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 161 | 72 | 0.10 | 0 | 0.55 | 0.37 | 70.79 | 0.38 | 0.46 |
| Hex | 91 | A1 | 48 | A | 0 | 37 | 25 | 47 | 26 | 2E |
| Octal | 221 | 241 | 110 | 12 | 0 | 67 | 45 | 107 | 46 | 56 |
| Binary | 10010001 | 10100001 | 1001000 | 1010 | 0 | 110111 | 100101 | 1000111 | 100110 | 101110 |
Color Harmonies of #91A148
Complementary color
Monochromatic Colors of #91A148
Black with #91A148
Text Example
Text Example
White with #91A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A148; }
p { color: rgb(145,161,72); }
H1.HeaderClassName
{
color: #91A148;
}
.AnyTagClassName
{
color: #91A148;
}
</style>
background-color css
<style>
a { background-color: #91A148; }
a { background-color: rgb(145,161,72); }
div.DivClassName
{
background-color: #91A148;
}
.BgClassName
{
background-color: #91A148;
}
</style>
border-color css
<style>
span { border-color: #91A148; }
span { border-color: rgb(145,161,72); }
td.TdClassName
{
border-color: #91A148;
}
.TagClassName
{
border-color: #91A148;
}
</style>