Shades of Wasabi #919838
Tints of Wasabi #919838
RGB
CMYK
RGB Variations
Color information
#919838 (or 0x919838) is known color: Wasabi. HEX triplet: 91, 98 and 38. RGB value is (145,152,56). Sum of RGB (Red+Green+Blue) = 145+152+56=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #919838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919838 is #6E67C7. Grayscale: #8B8B8B. Windows color (decimal): -7235528 or 3709073. OLE color: 3709073.
HSL color Cylindrical-coordinate representation of color #919838: hue angle of 64.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #919838 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 56 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.40 |
| HSL | 64.38º | 0.46% | 0.41% | - |
| HSV(B) | 64.38º | 0.63% | 0.6% | - |
| XYZ | 23.62 | 28.76 | 8.05 | - |
| YUV | 138.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 56 | 0.05 | 0 | 0.63 | 0.40 | 64.38 | 0.46 | 0.41 |
| Hex | 91 | 98 | 38 | 5 | 0 | 3F | 28 | 40 | 2E | 29 |
| Octal | 221 | 230 | 70 | 5 | 0 | 77 | 50 | 100 | 56 | 51 |
| Binary | 10010001 | 10011000 | 111000 | 101 | 0 | 111111 | 101000 | 1000000 | 101110 | 101001 |
Color Harmonies of #919838
Complementary color
Monochromatic Colors of #919838
Black with #919838
Text Example
Text Example
White with #919838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919838; }
p { color: rgb(145,152,56); }
H1.HeaderClassName
{
color: #919838;
}
.AnyTagClassName
{
color: #919838;
}
</style>
background-color css
<style>
a { background-color: #919838; }
a { background-color: rgb(145,152,56); }
div.DivClassName
{
background-color: #919838;
}
.BgClassName
{
background-color: #919838;
}
</style>
border-color css
<style>
span { border-color: #919838; }
span { border-color: rgb(145,152,56); }
td.TdClassName
{
border-color: #919838;
}
.TagClassName
{
border-color: #919838;
}
</style>