Shades of Wasabi #899F33
Tints of Wasabi #899F33
RGB
CMYK
RGB Variations
Color information
#899F33 (or 0x899F33) is known color: Wasabi. HEX triplet: 89, 9F and 33. RGB value is (137,159,51). Sum of RGB (Red+Green+Blue) = 137+159+51=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #899F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899F33 is #7660CC. Grayscale: #8C8C8C. Windows color (decimal): -7758029 or 3383177. OLE color: 3383177.
HSL color Cylindrical-coordinate representation of color #899F33: hue angle of 72.22º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #899F33 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 159 | 51 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.38 |
| HSL | 72.22º | 0.51% | 0.41% | - |
| HSV(B) | 72.22º | 0.68% | 0.62% | - |
| XYZ | 23.31 | 30.35 | 7.76 | - |
| YUV | 140.11 | 77.71 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 51 | 0.14 | 0 | 0.68 | 0.38 | 72.22 | 0.51 | 0.41 |
| Hex | 89 | 9F | 33 | E | 0 | 44 | 26 | 48 | 33 | 29 |
| Octal | 211 | 237 | 63 | 16 | 0 | 104 | 46 | 110 | 63 | 51 |
| Binary | 10001001 | 10011111 | 110011 | 1110 | 0 | 1000100 | 100110 | 1001000 | 110011 | 101001 |
Color Harmonies of #899F33
Complementary color
Monochromatic Colors of #899F33
Black with #899F33
Text Example
Text Example
White with #899F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899F33; }
p { color: rgb(137,159,51); }
H1.HeaderClassName
{
color: #899F33;
}
.AnyTagClassName
{
color: #899F33;
}
</style>
background-color css
<style>
a { background-color: #899F33; }
a { background-color: rgb(137,159,51); }
div.DivClassName
{
background-color: #899F33;
}
.BgClassName
{
background-color: #899F33;
}
</style>
border-color css
<style>
span { border-color: #899F33; }
span { border-color: rgb(137,159,51); }
td.TdClassName
{
border-color: #899F33;
}
.TagClassName
{
border-color: #899F33;
}
</style>