Shades of Wasabi #909934
Tints of Wasabi #909934
RGB
CMYK
RGB Variations
Color information
#909934 (or 0x909934) is known color: Wasabi. HEX triplet: 90, 99 and 34. RGB value is (144,153,52). Sum of RGB (Red+Green+Blue) = 144+153+52=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #909934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909934 is #6F66CB. Grayscale: #8B8B8B. Windows color (decimal): -7300812 or 3447184. OLE color: 3447184.
HSL color Cylindrical-coordinate representation of color #909934: hue angle of 65.35º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #909934 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 52 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.4 |
| HSL | 65.35º | 0.49% | 0.4% | - |
| HSV(B) | 65.35º | 0.66% | 0.6% | - |
| XYZ | 23.51 | 28.96 | 7.6 | - |
| YUV | 138.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 52 | 0.06 | 0 | 0.66 | 0.4 | 65.35 | 0.49 | 0.4 |
| Hex | 90 | 99 | 34 | 6 | 0 | 42 | 28 | 41 | 31 | 28 |
| Octal | 220 | 231 | 64 | 6 | 0 | 102 | 50 | 101 | 61 | 50 |
| Binary | 10010000 | 10011001 | 110100 | 110 | 0 | 1000010 | 101000 | 1000001 | 110001 | 101000 |
Color Harmonies of #909934
Complementary color
Monochromatic Colors of #909934
Black with #909934
Text Example
Text Example
White with #909934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909934; }
p { color: rgb(144,153,52); }
H1.HeaderClassName
{
color: #909934;
}
.AnyTagClassName
{
color: #909934;
}
</style>
background-color css
<style>
a { background-color: #909934; }
a { background-color: rgb(144,153,52); }
div.DivClassName
{
background-color: #909934;
}
.BgClassName
{
background-color: #909934;
}
</style>
border-color css
<style>
span { border-color: #909934; }
span { border-color: rgb(144,153,52); }
td.TdClassName
{
border-color: #909934;
}
.TagClassName
{
border-color: #909934;
}
</style>