Shades of Wasabi #909A48
Tints of Wasabi #909A48
RGB
CMYK
RGB Variations
Color information
#909A48 (or 0x909A48) is known color: Wasabi. HEX triplet: 90, 9A and 48. RGB value is (144,154,72). Sum of RGB (Red+Green+Blue) = 144+154+72=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #909A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909A48 is #6F65B7. Grayscale: #8D8D8D. Windows color (decimal): -7300536 or 4758160. OLE color: 4758160.
HSL color Cylindrical-coordinate representation of color #909A48: hue angle of 67.32º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #909A48 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 154 | 72 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.40 |
| HSL | 67.32º | 0.36% | 0.44% | - |
| HSV(B) | 67.32º | 0.53% | 0.6% | - |
| XYZ | 24.23 | 29.51 | 10.55 | - |
| YUV | 141.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 72 | 0.06 | 0 | 0.53 | 0.40 | 67.32 | 0.36 | 0.44 |
| Hex | 90 | 9A | 48 | 6 | 0 | 35 | 28 | 43 | 24 | 2C |
| Octal | 220 | 232 | 110 | 6 | 0 | 65 | 50 | 103 | 44 | 54 |
| Binary | 10010000 | 10011010 | 1001000 | 110 | 0 | 110101 | 101000 | 1000011 | 100100 | 101100 |
Color Harmonies of #909A48
Complementary color
Monochromatic Colors of #909A48
Black with #909A48
Text Example
Text Example
White with #909A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909A48; }
p { color: rgb(144,154,72); }
H1.HeaderClassName
{
color: #909A48;
}
.AnyTagClassName
{
color: #909A48;
}
</style>
background-color css
<style>
a { background-color: #909A48; }
a { background-color: rgb(144,154,72); }
div.DivClassName
{
background-color: #909A48;
}
.BgClassName
{
background-color: #909A48;
}
</style>
border-color css
<style>
span { border-color: #909A48; }
span { border-color: rgb(144,154,72); }
td.TdClassName
{
border-color: #909A48;
}
.TagClassName
{
border-color: #909A48;
}
</style>