Shades of Wasabi #899248
Tints of Wasabi #899248
RGB
CMYK
RGB Variations
Color information
#899248 (or 0x899248) is known color: Wasabi. HEX triplet: 89, 92 and 48. RGB value is (137,146,72). Sum of RGB (Red+Green+Blue) = 137+146+72=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #899248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899248 is #766DB7. Grayscale: #878787. Windows color (decimal): -7761336 or 4756105. OLE color: 4756105.
HSL color Cylindrical-coordinate representation of color #899248: hue angle of 67.3º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #899248 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 72 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.43 |
| HSL | 67.3º | 0.34% | 0.43% | - |
| HSV(B) | 67.3º | 0.51% | 0.57% | - |
| XYZ | 21.77 | 26.34 | 10.07 | - |
| YUV | 134.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 72 | 0.06 | 0 | 0.51 | 0.43 | 67.3 | 0.34 | 0.43 |
| Hex | 89 | 92 | 48 | 6 | 0 | 33 | 2B | 43 | 22 | 2B |
| Octal | 211 | 222 | 110 | 6 | 0 | 63 | 53 | 103 | 42 | 53 |
| Binary | 10001001 | 10010010 | 1001000 | 110 | 0 | 110011 | 101011 | 1000011 | 100010 | 101011 |
Color Harmonies of #899248
Complementary color
Monochromatic Colors of #899248
Black with #899248
Text Example
Text Example
White with #899248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899248; }
p { color: rgb(137,146,72); }
H1.HeaderClassName
{
color: #899248;
}
.AnyTagClassName
{
color: #899248;
}
</style>
background-color css
<style>
a { background-color: #899248; }
a { background-color: rgb(137,146,72); }
div.DivClassName
{
background-color: #899248;
}
.BgClassName
{
background-color: #899248;
}
</style>
border-color css
<style>
span { border-color: #899248; }
span { border-color: rgb(137,146,72); }
td.TdClassName
{
border-color: #899248;
}
.TagClassName
{
border-color: #899248;
}
</style>