Shades of Wasabi #909D4C
Tints of Wasabi #909D4C
RGB
CMYK
RGB Variations
Color information
#909D4C (or 0x909D4C) is known color: Wasabi. HEX triplet: 90, 9D and 4C. RGB value is (144,157,76). Sum of RGB (Red+Green+Blue) = 144+157+76=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #909D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909D4C is #6F62B3. Grayscale: #909090. Windows color (decimal): -7299764 or 5021072. OLE color: 5021072.
HSL color Cylindrical-coordinate representation of color #909D4C: hue angle of 69.63º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #909D4C is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 157 | 76 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.38 |
| HSL | 69.63º | 0.35% | 0.46% | - |
| HSV(B) | 69.63º | 0.52% | 0.62% | - |
| XYZ | 24.86 | 30.57 | 11.43 | - |
| YUV | 143.88 | 89.69 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 76 | 0.08 | 0 | 0.52 | 0.38 | 69.63 | 0.35 | 0.46 |
| Hex | 90 | 9D | 4C | 8 | 0 | 34 | 26 | 46 | 23 | 2E |
| Octal | 220 | 235 | 114 | 10 | 0 | 64 | 46 | 106 | 43 | 56 |
| Binary | 10010000 | 10011101 | 1001100 | 1000 | 0 | 110100 | 100110 | 1000110 | 100011 | 101110 |
Color Harmonies of #909D4C
Complementary color
Monochromatic Colors of #909D4C
Black with #909D4C
Text Example
Text Example
White with #909D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909D4C; }
p { color: rgb(144,157,76); }
H1.HeaderClassName
{
color: #909D4C;
}
.AnyTagClassName
{
color: #909D4C;
}
</style>
background-color css
<style>
a { background-color: #909D4C; }
a { background-color: rgb(144,157,76); }
div.DivClassName
{
background-color: #909D4C;
}
.BgClassName
{
background-color: #909D4C;
}
</style>
border-color css
<style>
span { border-color: #909D4C; }
span { border-color: rgb(144,157,76); }
td.TdClassName
{
border-color: #909D4C;
}
.TagClassName
{
border-color: #909D4C;
}
</style>