Shades of Wasabi #91A23D
Tints of Wasabi #91A23D
RGB
CMYK
RGB Variations
Color information
#91A23D (or 0x91A23D) is known color: Wasabi. HEX triplet: 91, A2 and 3D. RGB value is (145,162,61). Sum of RGB (Red+Green+Blue) = 145+162+61=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #91A23D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A23D is #6E5DC2. Grayscale: #919191. Windows color (decimal): -7232963 or 4039313. OLE color: 4039313.
HSL color Cylindrical-coordinate representation of color #91A23D: hue angle of 70.1º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #91A23D is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 162 | 61 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.36 |
| HSL | 70.1º | 0.45% | 0.44% | - |
| HSV(B) | 70.1º | 0.62% | 0.64% | - |
| XYZ | 25.44 | 32.2 | 9.29 | - |
| YUV | 145.4 | 80.37 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 61 | 0.10 | 0 | 0.62 | 0.36 | 70.1 | 0.45 | 0.44 |
| Hex | 91 | A2 | 3D | A | 0 | 3E | 24 | 46 | 2D | 2C |
| Octal | 221 | 242 | 75 | 12 | 0 | 76 | 44 | 106 | 55 | 54 |
| Binary | 10010001 | 10100010 | 111101 | 1010 | 0 | 111110 | 100100 | 1000110 | 101101 | 101100 |
Color Harmonies of #91A23D
Complementary color
Monochromatic Colors of #91A23D
Black with #91A23D
Text Example
Text Example
White with #91A23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A23D; }
p { color: rgb(145,162,61); }
H1.HeaderClassName
{
color: #91A23D;
}
.AnyTagClassName
{
color: #91A23D;
}
</style>
background-color css
<style>
a { background-color: #91A23D; }
a { background-color: rgb(145,162,61); }
div.DivClassName
{
background-color: #91A23D;
}
.BgClassName
{
background-color: #91A23D;
}
</style>
border-color css
<style>
span { border-color: #91A23D; }
span { border-color: rgb(145,162,61); }
td.TdClassName
{
border-color: #91A23D;
}
.TagClassName
{
border-color: #91A23D;
}
</style>