Shades of Wasabi #909A42
Tints of Wasabi #909A42
RGB
CMYK
RGB Variations
Color information
#909A42 (or 0x909A42) is known color: Wasabi. HEX triplet: 90, 9A and 42. RGB value is (144,154,66). Sum of RGB (Red+Green+Blue) = 144+154+66=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #909A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909A42 is #6F65BD. Grayscale: #8D8D8D. Windows color (decimal): -7300542 or 4364944. OLE color: 4364944.
HSL color Cylindrical-coordinate representation of color #909A42: hue angle of 66.82º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #909A42 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 154 | 66 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.40 |
| HSL | 66.82º | 0.4% | 0.43% | - |
| HSV(B) | 66.82º | 0.57% | 0.6% | - |
| XYZ | 24.04 | 29.43 | 9.57 | - |
| YUV | 140.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 66 | 0.06 | 0 | 0.57 | 0.40 | 66.82 | 0.4 | 0.43 |
| Hex | 90 | 9A | 42 | 6 | 0 | 39 | 28 | 43 | 28 | 2B |
| Octal | 220 | 232 | 102 | 6 | 0 | 71 | 50 | 103 | 50 | 53 |
| Binary | 10010000 | 10011010 | 1000010 | 110 | 0 | 111001 | 101000 | 1000011 | 101000 | 101011 |
Color Harmonies of #909A42
Complementary color
Monochromatic Colors of #909A42
Black with #909A42
Text Example
Text Example
White with #909A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909A42; }
p { color: rgb(144,154,66); }
H1.HeaderClassName
{
color: #909A42;
}
.AnyTagClassName
{
color: #909A42;
}
</style>
background-color css
<style>
a { background-color: #909A42; }
a { background-color: rgb(144,154,66); }
div.DivClassName
{
background-color: #909A42;
}
.BgClassName
{
background-color: #909A42;
}
</style>
border-color css
<style>
span { border-color: #909A42; }
span { border-color: rgb(144,154,66); }
td.TdClassName
{
border-color: #909A42;
}
.TagClassName
{
border-color: #909A42;
}
</style>