Shades of Wasabi #919632
Tints of Wasabi #919632
RGB
CMYK
RGB Variations
Color information
#919632 (or 0x919632) is known color: Wasabi. HEX triplet: 91, 96 and 32. RGB value is (145,150,50). Sum of RGB (Red+Green+Blue) = 145+150+50=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #919632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919632 is #6E69CD. Grayscale: #898989. Windows color (decimal): -7236046 or 3315345. OLE color: 3315345.
HSL color Cylindrical-coordinate representation of color #919632: hue angle of 63º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #919632 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 50 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.41 |
| HSL | 63º | 0.5% | 0.39% | - |
| HSV(B) | 63º | 0.67% | 0.59% | - |
| XYZ | 23.16 | 28.06 | 7.21 | - |
| YUV | 137.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 50 | 0.03 | 0 | 0.67 | 0.41 | 63 | 0.5 | 0.39 |
| Hex | 91 | 96 | 32 | 3 | 0 | 43 | 29 | 3F | 32 | 27 |
| Octal | 221 | 226 | 62 | 3 | 0 | 103 | 51 | 77 | 62 | 47 |
| Binary | 10010001 | 10010110 | 110010 | 11 | 0 | 1000011 | 101001 | 111111 | 110010 | 100111 |
Color Harmonies of #919632
Complementary color
Monochromatic Colors of #919632
Black with #919632
Text Example
Text Example
White with #919632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919632; }
p { color: rgb(145,150,50); }
H1.HeaderClassName
{
color: #919632;
}
.AnyTagClassName
{
color: #919632;
}
</style>
background-color css
<style>
a { background-color: #919632; }
a { background-color: rgb(145,150,50); }
div.DivClassName
{
background-color: #919632;
}
.BgClassName
{
background-color: #919632;
}
</style>
border-color css
<style>
span { border-color: #919632; }
span { border-color: rgb(145,150,50); }
td.TdClassName
{
border-color: #919632;
}
.TagClassName
{
border-color: #919632;
}
</style>