Shades of Wasabi #899234
Tints of Wasabi #899234
RGB
CMYK
RGB Variations
Color information
#899234 (or 0x899234) is known color: Wasabi. HEX triplet: 89, 92 and 34. RGB value is (137,146,52). Sum of RGB (Red+Green+Blue) = 137+146+52=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #899234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899234 is #766DCB. Grayscale: #848484. Windows color (decimal): -7761356 or 3445385. OLE color: 3445385.
HSL color Cylindrical-coordinate representation of color #899234: hue angle of 65.74º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #899234 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 52 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.43 |
| HSL | 65.74º | 0.47% | 0.39% | - |
| HSV(B) | 65.74º | 0.64% | 0.57% | - |
| XYZ | 21.22 | 26.12 | 7.17 | - |
| YUV | 132.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 52 | 0.06 | 0 | 0.64 | 0.43 | 65.74 | 0.47 | 0.39 |
| Hex | 89 | 92 | 34 | 6 | 0 | 40 | 2B | 42 | 2F | 27 |
| Octal | 211 | 222 | 64 | 6 | 0 | 100 | 53 | 102 | 57 | 47 |
| Binary | 10001001 | 10010010 | 110100 | 110 | 0 | 1000000 | 101011 | 1000010 | 101111 | 100111 |
Color Harmonies of #899234
Complementary color
Monochromatic Colors of #899234
Black with #899234
Text Example
Text Example
White with #899234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899234; }
p { color: rgb(137,146,52); }
H1.HeaderClassName
{
color: #899234;
}
.AnyTagClassName
{
color: #899234;
}
</style>
background-color css
<style>
a { background-color: #899234; }
a { background-color: rgb(137,146,52); }
div.DivClassName
{
background-color: #899234;
}
.BgClassName
{
background-color: #899234;
}
</style>
border-color css
<style>
span { border-color: #899234; }
span { border-color: rgb(137,146,52); }
td.TdClassName
{
border-color: #899234;
}
.TagClassName
{
border-color: #899234;
}
</style>