Shades of Wasabi #899C33
Tints of Wasabi #899C33
RGB
CMYK
RGB Variations
Color information
#899C33 (or 0x899C33) is known color: Wasabi. HEX triplet: 89, 9C and 33. RGB value is (137,156,51). Sum of RGB (Red+Green+Blue) = 137+156+51=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #899C33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899C33 is #7663CC. Grayscale: #8A8A8A. Windows color (decimal): -7758797 or 3382409. OLE color: 3382409.
HSL color Cylindrical-coordinate representation of color #899C33: hue angle of 70.86º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #899C33 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 156 | 51 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.39 |
| HSL | 70.86º | 0.51% | 0.41% | - |
| HSV(B) | 70.86º | 0.67% | 0.61% | - |
| XYZ | 22.8 | 29.33 | 7.59 | - |
| YUV | 138.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 51 | 0.12 | 0 | 0.67 | 0.39 | 70.86 | 0.51 | 0.41 |
| Hex | 89 | 9C | 33 | C | 0 | 43 | 27 | 47 | 33 | 29 |
| Octal | 211 | 234 | 63 | 14 | 0 | 103 | 47 | 107 | 63 | 51 |
| Binary | 10001001 | 10011100 | 110011 | 1100 | 0 | 1000011 | 100111 | 1000111 | 110011 | 101001 |
Color Harmonies of #899C33
Complementary color
Monochromatic Colors of #899C33
Black with #899C33
Text Example
Text Example
White with #899C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C33; }
p { color: rgb(137,156,51); }
H1.HeaderClassName
{
color: #899C33;
}
.AnyTagClassName
{
color: #899C33;
}
</style>
background-color css
<style>
a { background-color: #899C33; }
a { background-color: rgb(137,156,51); }
div.DivClassName
{
background-color: #899C33;
}
.BgClassName
{
background-color: #899C33;
}
</style>
border-color css
<style>
span { border-color: #899C33; }
span { border-color: rgb(137,156,51); }
td.TdClassName
{
border-color: #899C33;
}
.TagClassName
{
border-color: #899C33;
}
</style>