Shades of Wasabi #91A447
Tints of Wasabi #91A447
RGB
CMYK
RGB Variations
Color information
#91A447 (or 0x91A447) is known color: Wasabi. HEX triplet: 91, A4 and 47. RGB value is (145,164,71). Sum of RGB (Red+Green+Blue) = 145+164+71=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #91A447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A447 is #6E5BB8. Grayscale: #949494. Windows color (decimal): -7232441 or 4695185. OLE color: 4695185.
HSL color Cylindrical-coordinate representation of color #91A447: hue angle of 72.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #91A447 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 164 | 71 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.36 |
| HSL | 72.26º | 0.4% | 0.46% | - |
| HSV(B) | 72.26º | 0.57% | 0.64% | - |
| XYZ | 26.09 | 33.03 | 10.96 | - |
| YUV | 147.72 | 84.71 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 164 | 71 | 0.12 | 0 | 0.57 | 0.36 | 72.26 | 0.4 | 0.46 |
| Hex | 91 | A4 | 47 | C | 0 | 39 | 24 | 48 | 28 | 2E |
| Octal | 221 | 244 | 107 | 14 | 0 | 71 | 44 | 110 | 50 | 56 |
| Binary | 10010001 | 10100100 | 1000111 | 1100 | 0 | 111001 | 100100 | 1001000 | 101000 | 101110 |
Color Harmonies of #91A447
Complementary color
Monochromatic Colors of #91A447
Black with #91A447
Text Example
Text Example
White with #91A447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A447; }
p { color: rgb(145,164,71); }
H1.HeaderClassName
{
color: #91A447;
}
.AnyTagClassName
{
color: #91A447;
}
</style>
background-color css
<style>
a { background-color: #91A447; }
a { background-color: rgb(145,164,71); }
div.DivClassName
{
background-color: #91A447;
}
.BgClassName
{
background-color: #91A447;
}
</style>
border-color css
<style>
span { border-color: #91A447; }
span { border-color: rgb(145,164,71); }
td.TdClassName
{
border-color: #91A447;
}
.TagClassName
{
border-color: #91A447;
}
</style>