Shades of Wasabi #91A135
Tints of Wasabi #91A135
RGB
CMYK
RGB Variations
Color information
#91A135 (or 0x91A135) is known color: Wasabi. HEX triplet: 91, A1 and 35. RGB value is (145,161,53). Sum of RGB (Red+Green+Blue) = 145+161+53=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #91A135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A135 is #6E5ECA. Grayscale: #909090. Windows color (decimal): -7233227 or 3514769. OLE color: 3514769.
HSL color Cylindrical-coordinate representation of color #91A135: hue angle of 68.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #91A135 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 161 | 53 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.37 |
| HSL | 68.89º | 0.5% | 0.42% | - |
| HSV(B) | 68.89º | 0.67% | 0.63% | - |
| XYZ | 25.06 | 31.77 | 8.18 | - |
| YUV | 143.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 161 | 53 | 0.10 | 0 | 0.67 | 0.37 | 68.89 | 0.5 | 0.42 |
| Hex | 91 | A1 | 35 | A | 0 | 43 | 25 | 45 | 32 | 2A |
| Octal | 221 | 241 | 65 | 12 | 0 | 103 | 45 | 105 | 62 | 52 |
| Binary | 10010001 | 10100001 | 110101 | 1010 | 0 | 1000011 | 100101 | 1000101 | 110010 | 101010 |
Color Harmonies of #91A135
Complementary color
Monochromatic Colors of #91A135
Black with #91A135
Text Example
Text Example
White with #91A135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A135; }
p { color: rgb(145,161,53); }
H1.HeaderClassName
{
color: #91A135;
}
.AnyTagClassName
{
color: #91A135;
}
</style>
background-color css
<style>
a { background-color: #91A135; }
a { background-color: rgb(145,161,53); }
div.DivClassName
{
background-color: #91A135;
}
.BgClassName
{
background-color: #91A135;
}
</style>
border-color css
<style>
span { border-color: #91A135; }
span { border-color: rgb(145,161,53); }
td.TdClassName
{
border-color: #91A135;
}
.TagClassName
{
border-color: #91A135;
}
</style>