Shades of Wasabi #919A4C
Tints of Wasabi #919A4C
RGB
CMYK
RGB Variations
Color information
#919A4C (or 0x919A4C) is known color: Wasabi. HEX triplet: 91, 9A and 4C. RGB value is (145,154,76). Sum of RGB (Red+Green+Blue) = 145+154+76=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #919A4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919A4C is #6E65B3. Grayscale: #8E8E8E. Windows color (decimal): -7234996 or 5020305. OLE color: 5020305.
HSL color Cylindrical-coordinate representation of color #919A4C: hue angle of 66.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #919A4C is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 154 | 76 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.40 |
| HSL | 66.92º | 0.34% | 0.45% | - |
| HSV(B) | 66.92º | 0.51% | 0.6% | - |
| XYZ | 24.54 | 29.65 | 11.27 | - |
| YUV | 142.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 76 | 0.06 | 0 | 0.51 | 0.40 | 66.92 | 0.34 | 0.45 |
| Hex | 91 | 9A | 4C | 6 | 0 | 33 | 28 | 43 | 22 | 2D |
| Octal | 221 | 232 | 114 | 6 | 0 | 63 | 50 | 103 | 42 | 55 |
| Binary | 10010001 | 10011010 | 1001100 | 110 | 0 | 110011 | 101000 | 1000011 | 100010 | 101101 |
Color Harmonies of #919A4C
Complementary color
Monochromatic Colors of #919A4C
Black with #919A4C
Text Example
Text Example
White with #919A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A4C; }
p { color: rgb(145,154,76); }
H1.HeaderClassName
{
color: #919A4C;
}
.AnyTagClassName
{
color: #919A4C;
}
</style>
background-color css
<style>
a { background-color: #919A4C; }
a { background-color: rgb(145,154,76); }
div.DivClassName
{
background-color: #919A4C;
}
.BgClassName
{
background-color: #919A4C;
}
</style>
border-color css
<style>
span { border-color: #919A4C; }
span { border-color: rgb(145,154,76); }
td.TdClassName
{
border-color: #919A4C;
}
.TagClassName
{
border-color: #919A4C;
}
</style>