Shades of Wasabi #898F2C
Tints of Wasabi #898F2C
RGB
CMYK
RGB Variations
Color information
#898F2C (or 0x898F2C) is known color: Wasabi. HEX triplet: 89, 8F and 2C. RGB value is (137,143,44). Sum of RGB (Red+Green+Blue) = 137+143+44=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 143 - color contains mainly: green. Hex color #898F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898F2C is #7670D3. Grayscale: #828282. Windows color (decimal): -7762132 or 2920329. OLE color: 2920329.
HSL color Cylindrical-coordinate representation of color #898F2C: hue angle of 63.64º degrees, saturation: 0.53, 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 #898F2C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 143 | 44 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.44 |
| HSL | 63.64º | 0.53% | 0.37% | - |
| HSV(B) | 63.64º | 0.69% | 0.56% | - |
| XYZ | 20.59 | 25.15 | 6.15 | - |
| YUV | 129.92 | 79.51 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 44 | 0.04 | 0 | 0.69 | 0.44 | 63.64 | 0.53 | 0.37 |
| Hex | 89 | 8F | 2C | 4 | 0 | 45 | 2C | 40 | 35 | 25 |
| Octal | 211 | 217 | 54 | 4 | 0 | 105 | 54 | 100 | 65 | 45 |
| Binary | 10001001 | 10001111 | 101100 | 100 | 0 | 1000101 | 101100 | 1000000 | 110101 | 100101 |
Color Harmonies of #898F2C
Complementary color
Monochromatic Colors of #898F2C
Black with #898F2C
Text Example
Text Example
White with #898F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898F2C; }
p { color: rgb(137,143,44); }
H1.HeaderClassName
{
color: #898F2C;
}
.AnyTagClassName
{
color: #898F2C;
}
</style>
background-color css
<style>
a { background-color: #898F2C; }
a { background-color: rgb(137,143,44); }
div.DivClassName
{
background-color: #898F2C;
}
.BgClassName
{
background-color: #898F2C;
}
</style>
border-color css
<style>
span { border-color: #898F2C; }
span { border-color: rgb(137,143,44); }
td.TdClassName
{
border-color: #898F2C;
}
.TagClassName
{
border-color: #898F2C;
}
</style>