Shades of Wasabi #919834
Tints of Wasabi #919834
RGB
CMYK
RGB Variations
Color information
#919834 (or 0x919834) is known color: Wasabi. HEX triplet: 91, 98 and 34. RGB value is (145,152,52). Sum of RGB (Red+Green+Blue) = 145+152+52=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #919834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919834 is #6E67CB. Grayscale: #8A8A8A. Windows color (decimal): -7235532 or 3446929. OLE color: 3446929.
HSL color Cylindrical-coordinate representation of color #919834: hue angle of 64.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #919834 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 52 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.40 |
| HSL | 64.2º | 0.49% | 0.4% | - |
| HSV(B) | 64.2º | 0.66% | 0.6% | - |
| XYZ | 23.53 | 28.72 | 7.55 | - |
| YUV | 138.51 | 79.18 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 52 | 0.05 | 0 | 0.66 | 0.40 | 64.2 | 0.49 | 0.4 |
| Hex | 91 | 98 | 34 | 5 | 0 | 42 | 28 | 40 | 31 | 28 |
| Octal | 221 | 230 | 64 | 5 | 0 | 102 | 50 | 100 | 61 | 50 |
| Binary | 10010001 | 10011000 | 110100 | 101 | 0 | 1000010 | 101000 | 1000000 | 110001 | 101000 |
Color Harmonies of #919834
Complementary color
Monochromatic Colors of #919834
Black with #919834
Text Example
Text Example
White with #919834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919834; }
p { color: rgb(145,152,52); }
H1.HeaderClassName
{
color: #919834;
}
.AnyTagClassName
{
color: #919834;
}
</style>
background-color css
<style>
a { background-color: #919834; }
a { background-color: rgb(145,152,52); }
div.DivClassName
{
background-color: #919834;
}
.BgClassName
{
background-color: #919834;
}
</style>
border-color css
<style>
span { border-color: #919834; }
span { border-color: rgb(145,152,52); }
td.TdClassName
{
border-color: #919834;
}
.TagClassName
{
border-color: #919834;
}
</style>