Shades of Wasabi #909A38
Tints of Wasabi #909A38
RGB
CMYK
RGB Variations
Color information
#909A38 (or 0x909A38) is known color: Wasabi. HEX triplet: 90, 9A and 38. RGB value is (144,154,56). Sum of RGB (Red+Green+Blue) = 144+154+56=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #909A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909A38 is #6F65C7. Grayscale: #8C8C8C. Windows color (decimal): -7300552 or 3709584. OLE color: 3709584.
HSL color Cylindrical-coordinate representation of color #909A38: hue angle of 66.12º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #909A38 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 154 | 56 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.40 |
| HSL | 66.12º | 0.47% | 0.41% | - |
| HSV(B) | 66.12º | 0.64% | 0.6% | - |
| XYZ | 23.77 | 29.33 | 8.15 | - |
| YUV | 139.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 56 | 0.06 | 0 | 0.64 | 0.40 | 66.12 | 0.47 | 0.41 |
| Hex | 90 | 9A | 38 | 6 | 0 | 40 | 28 | 42 | 2F | 29 |
| Octal | 220 | 232 | 70 | 6 | 0 | 100 | 50 | 102 | 57 | 51 |
| Binary | 10010000 | 10011010 | 111000 | 110 | 0 | 1000000 | 101000 | 1000010 | 101111 | 101001 |
Color Harmonies of #909A38
Complementary color
Monochromatic Colors of #909A38
Black with #909A38
Text Example
Text Example
White with #909A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909A38; }
p { color: rgb(144,154,56); }
H1.HeaderClassName
{
color: #909A38;
}
.AnyTagClassName
{
color: #909A38;
}
</style>
background-color css
<style>
a { background-color: #909A38; }
a { background-color: rgb(144,154,56); }
div.DivClassName
{
background-color: #909A38;
}
.BgClassName
{
background-color: #909A38;
}
</style>
border-color css
<style>
span { border-color: #909A38; }
span { border-color: rgb(144,154,56); }
td.TdClassName
{
border-color: #909A38;
}
.TagClassName
{
border-color: #909A38;
}
</style>