Shades of Wasabi #919733
Tints of Wasabi #919733
RGB
CMYK
RGB Variations
Color information
#919733 (or 0x919733) is known color: Wasabi. HEX triplet: 91, 97 and 33. RGB value is (145,151,51). Sum of RGB (Red+Green+Blue) = 145+151+51=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #919733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919733 is #6E68CC. Grayscale: #8A8A8A. Windows color (decimal): -7235789 or 3381137. OLE color: 3381137.
HSL color Cylindrical-coordinate representation of color #919733: hue angle of 63.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #919733 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 151 | 51 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.41 |
| HSL | 63.6º | 0.5% | 0.4% | - |
| HSV(B) | 63.6º | 0.66% | 0.59% | - |
| XYZ | 23.34 | 28.39 | 7.38 | - |
| YUV | 137.81 | 79.01 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 51 | 0.04 | 0 | 0.66 | 0.41 | 63.6 | 0.5 | 0.4 |
| Hex | 91 | 97 | 33 | 4 | 0 | 42 | 29 | 40 | 32 | 28 |
| Octal | 221 | 227 | 63 | 4 | 0 | 102 | 51 | 100 | 62 | 50 |
| Binary | 10010001 | 10010111 | 110011 | 100 | 0 | 1000010 | 101001 | 1000000 | 110010 | 101000 |
Color Harmonies of #919733
Complementary color
Monochromatic Colors of #919733
Black with #919733
Text Example
Text Example
White with #919733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919733; }
p { color: rgb(145,151,51); }
H1.HeaderClassName
{
color: #919733;
}
.AnyTagClassName
{
color: #919733;
}
</style>
background-color css
<style>
a { background-color: #919733; }
a { background-color: rgb(145,151,51); }
div.DivClassName
{
background-color: #919733;
}
.BgClassName
{
background-color: #919733;
}
</style>
border-color css
<style>
span { border-color: #919733; }
span { border-color: rgb(145,151,51); }
td.TdClassName
{
border-color: #919733;
}
.TagClassName
{
border-color: #919733;
}
</style>