Shades of Wasabi #898F2D
Tints of Wasabi #898F2D
RGB
CMYK
RGB Variations
Color information
#898F2D (or 0x898F2D) is known color: Wasabi. HEX triplet: 89, 8F and 2D. RGB value is (137,143,45). Sum of RGB (Red+Green+Blue) = 137+143+45=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #898F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898F2D is #7670D2. Grayscale: #828282. Windows color (decimal): -7762131 or 2985865. OLE color: 2985865.
HSL color Cylindrical-coordinate representation of color #898F2D: hue angle of 63.67º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #898F2D is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 143 | 45 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.44 |
| HSL | 63.67º | 0.52% | 0.37% | - |
| HSV(B) | 63.67º | 0.69% | 0.56% | - |
| XYZ | 20.61 | 25.15 | 6.25 | - |
| YUV | 130.03 | 80.01 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 45 | 0.04 | 0 | 0.69 | 0.44 | 63.67 | 0.52 | 0.37 |
| Hex | 89 | 8F | 2D | 4 | 0 | 45 | 2C | 40 | 34 | 25 |
| Octal | 211 | 217 | 55 | 4 | 0 | 105 | 54 | 100 | 64 | 45 |
| Binary | 10001001 | 10001111 | 101101 | 100 | 0 | 1000101 | 101100 | 1000000 | 110100 | 100101 |
Color Harmonies of #898F2D
Complementary color
Monochromatic Colors of #898F2D
Black with #898F2D
Text Example
Text Example
White with #898F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898F2D; }
p { color: rgb(137,143,45); }
H1.HeaderClassName
{
color: #898F2D;
}
.AnyTagClassName
{
color: #898F2D;
}
</style>
background-color css
<style>
a { background-color: #898F2D; }
a { background-color: rgb(137,143,45); }
div.DivClassName
{
background-color: #898F2D;
}
.BgClassName
{
background-color: #898F2D;
}
</style>
border-color css
<style>
span { border-color: #898F2D; }
span { border-color: rgb(137,143,45); }
td.TdClassName
{
border-color: #898F2D;
}
.TagClassName
{
border-color: #898F2D;
}
</style>