Shades of Wasabi #899B34
Tints of Wasabi #899B34
RGB
CMYK
RGB Variations
Color information
#899B34 (or 0x899B34) is known color: Wasabi. HEX triplet: 89, 9B and 34. RGB value is (137,155,52). Sum of RGB (Red+Green+Blue) = 137+155+52=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #899B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899B34 is #7664CB. Grayscale: #8A8A8A. Windows color (decimal): -7759052 or 3447689. OLE color: 3447689.
HSL color Cylindrical-coordinate representation of color #899B34: hue angle of 70.49º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #899B34 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 52 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.39 |
| HSL | 70.49º | 0.5% | 0.41% | - |
| HSV(B) | 70.49º | 0.66% | 0.61% | - |
| XYZ | 22.66 | 29.01 | 7.65 | - |
| YUV | 137.88 | 79.54 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 52 | 0.12 | 0 | 0.66 | 0.39 | 70.49 | 0.5 | 0.41 |
| Hex | 89 | 9B | 34 | C | 0 | 42 | 27 | 46 | 32 | 29 |
| Octal | 211 | 233 | 64 | 14 | 0 | 102 | 47 | 106 | 62 | 51 |
| Binary | 10001001 | 10011011 | 110100 | 1100 | 0 | 1000010 | 100111 | 1000110 | 110010 | 101001 |
Color Harmonies of #899B34
Complementary color
Monochromatic Colors of #899B34
Black with #899B34
Text Example
Text Example
White with #899B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B34; }
p { color: rgb(137,155,52); }
H1.HeaderClassName
{
color: #899B34;
}
.AnyTagClassName
{
color: #899B34;
}
</style>
background-color css
<style>
a { background-color: #899B34; }
a { background-color: rgb(137,155,52); }
div.DivClassName
{
background-color: #899B34;
}
.BgClassName
{
background-color: #899B34;
}
</style>
border-color css
<style>
span { border-color: #899B34; }
span { border-color: rgb(137,155,52); }
td.TdClassName
{
border-color: #899B34;
}
.TagClassName
{
border-color: #899B34;
}
</style>