Shades of Wasabi #909933
Tints of Wasabi #909933
RGB
CMYK
RGB Variations
Color information
#909933 (or 0x909933) is known color: Wasabi. HEX triplet: 90, 99 and 33. RGB value is (144,153,51). Sum of RGB (Red+Green+Blue) = 144+153+51=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #909933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909933 is #6F66CC. Grayscale: #8B8B8B. Windows color (decimal): -7300813 or 3381648. OLE color: 3381648.
HSL color Cylindrical-coordinate representation of color #909933: hue angle of 65.29º degrees, saturation: 0.5, 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 #909933 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 51 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.4 |
| HSL | 65.29º | 0.5% | 0.4% | - |
| HSV(B) | 65.29º | 0.67% | 0.6% | - |
| XYZ | 23.49 | 28.95 | 7.48 | - |
| YUV | 138.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 51 | 0.06 | 0 | 0.67 | 0.4 | 65.29 | 0.5 | 0.4 |
| Hex | 90 | 99 | 33 | 6 | 0 | 43 | 28 | 41 | 32 | 28 |
| Octal | 220 | 231 | 63 | 6 | 0 | 103 | 50 | 101 | 62 | 50 |
| Binary | 10010000 | 10011001 | 110011 | 110 | 0 | 1000011 | 101000 | 1000001 | 110010 | 101000 |
Color Harmonies of #909933
Complementary color
Monochromatic Colors of #909933
Black with #909933
Text Example
Text Example
White with #909933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909933; }
p { color: rgb(144,153,51); }
H1.HeaderClassName
{
color: #909933;
}
.AnyTagClassName
{
color: #909933;
}
</style>
background-color css
<style>
a { background-color: #909933; }
a { background-color: rgb(144,153,51); }
div.DivClassName
{
background-color: #909933;
}
.BgClassName
{
background-color: #909933;
}
</style>
border-color css
<style>
span { border-color: #909933; }
span { border-color: rgb(144,153,51); }
td.TdClassName
{
border-color: #909933;
}
.TagClassName
{
border-color: #909933;
}
</style>