Shades of Wasabi #909932
Tints of Wasabi #909932
RGB
CMYK
RGB Variations
Color information
#909932 (or 0x909932) is known color: Wasabi. HEX triplet: 90, 99 and 32. RGB value is (144,153,50). Sum of RGB (Red+Green+Blue) = 144+153+50=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #909932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909932 is #6F66CD. Grayscale: #8A8A8A. Windows color (decimal): -7300814 or 3316112. OLE color: 3316112.
HSL color Cylindrical-coordinate representation of color #909932: hue angle of 65.24º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #909932 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 50 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.4 |
| HSL | 65.24º | 0.51% | 0.4% | - |
| HSV(B) | 65.24º | 0.67% | 0.6% | - |
| XYZ | 23.47 | 28.94 | 7.37 | - |
| YUV | 138.57 | 78.02 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 50 | 0.06 | 0 | 0.67 | 0.4 | 65.24 | 0.51 | 0.4 |
| Hex | 90 | 99 | 32 | 6 | 0 | 43 | 28 | 41 | 33 | 28 |
| Octal | 220 | 231 | 62 | 6 | 0 | 103 | 50 | 101 | 63 | 50 |
| Binary | 10010000 | 10011001 | 110010 | 110 | 0 | 1000011 | 101000 | 1000001 | 110011 | 101000 |
Color Harmonies of #909932
Complementary color
Monochromatic Colors of #909932
Black with #909932
Text Example
Text Example
White with #909932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909932; }
p { color: rgb(144,153,50); }
H1.HeaderClassName
{
color: #909932;
}
.AnyTagClassName
{
color: #909932;
}
</style>
background-color css
<style>
a { background-color: #909932; }
a { background-color: rgb(144,153,50); }
div.DivClassName
{
background-color: #909932;
}
.BgClassName
{
background-color: #909932;
}
</style>
border-color css
<style>
span { border-color: #909932; }
span { border-color: rgb(144,153,50); }
td.TdClassName
{
border-color: #909932;
}
.TagClassName
{
border-color: #909932;
}
</style>