Shades of Wasabi #899B41
Tints of Wasabi #899B41
RGB
CMYK
RGB Variations
Color information
#899B41 (or 0x899B41) is known color: Wasabi. HEX triplet: 89, 9B and 41. RGB value is (137,155,65). Sum of RGB (Red+Green+Blue) = 137+155+65=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #899B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899B41 is #7664BE. Grayscale: #8B8B8B. Windows color (decimal): -7759039 or 4299657. OLE color: 4299657.
HSL color Cylindrical-coordinate representation of color #899B41: hue angle of 72º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #899B41 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 65 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.39 |
| HSL | 72º | 0.41% | 0.43% | - |
| HSV(B) | 72º | 0.58% | 0.61% | - |
| XYZ | 22.99 | 29.14 | 9.41 | - |
| YUV | 139.36 | 86.04 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 65 | 0.12 | 0 | 0.58 | 0.39 | 72 | 0.41 | 0.43 |
| Hex | 89 | 9B | 41 | C | 0 | 3A | 27 | 48 | 29 | 2B |
| Octal | 211 | 233 | 101 | 14 | 0 | 72 | 47 | 110 | 51 | 53 |
| Binary | 10001001 | 10011011 | 1000001 | 1100 | 0 | 111010 | 100111 | 1001000 | 101001 | 101011 |
Color Harmonies of #899B41
Complementary color
Monochromatic Colors of #899B41
Black with #899B41
Text Example
Text Example
White with #899B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B41; }
p { color: rgb(137,155,65); }
H1.HeaderClassName
{
color: #899B41;
}
.AnyTagClassName
{
color: #899B41;
}
</style>
background-color css
<style>
a { background-color: #899B41; }
a { background-color: rgb(137,155,65); }
div.DivClassName
{
background-color: #899B41;
}
.BgClassName
{
background-color: #899B41;
}
</style>
border-color css
<style>
span { border-color: #899B41; }
span { border-color: rgb(137,155,65); }
td.TdClassName
{
border-color: #899B41;
}
.TagClassName
{
border-color: #899B41;
}
</style>