Shades of Wasabi #899430
Tints of Wasabi #899430
RGB
CMYK
RGB Variations
Color information
#899430 (or 0x899430) is known color: Wasabi. HEX triplet: 89, 94 and 30. RGB value is (137,148,48). Sum of RGB (Red+Green+Blue) = 137+148+48=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #899430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899430 is #766BCF. Grayscale: #858585. Windows color (decimal): -7760848 or 3183753. OLE color: 3183753.
HSL color Cylindrical-coordinate representation of color #899430: hue angle of 66.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #899430 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 48 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.42 |
| HSL | 66.6º | 0.51% | 0.38% | - |
| HSV(B) | 66.6º | 0.68% | 0.58% | - |
| XYZ | 21.44 | 26.71 | 6.82 | - |
| YUV | 133.31 | 79.86 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 48 | 0.07 | 0 | 0.68 | 0.42 | 66.6 | 0.51 | 0.38 |
| Hex | 89 | 94 | 30 | 7 | 0 | 44 | 2A | 43 | 33 | 26 |
| Octal | 211 | 224 | 60 | 7 | 0 | 104 | 52 | 103 | 63 | 46 |
| Binary | 10001001 | 10010100 | 110000 | 111 | 0 | 1000100 | 101010 | 1000011 | 110011 | 100110 |
Color Harmonies of #899430
Complementary color
Monochromatic Colors of #899430
Black with #899430
Text Example
Text Example
White with #899430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899430; }
p { color: rgb(137,148,48); }
H1.HeaderClassName
{
color: #899430;
}
.AnyTagClassName
{
color: #899430;
}
</style>
background-color css
<style>
a { background-color: #899430; }
a { background-color: rgb(137,148,48); }
div.DivClassName
{
background-color: #899430;
}
.BgClassName
{
background-color: #899430;
}
</style>
border-color css
<style>
span { border-color: #899430; }
span { border-color: rgb(137,148,48); }
td.TdClassName
{
border-color: #899430;
}
.TagClassName
{
border-color: #899430;
}
</style>