Shades of Wasabi #889D30
Tints of Wasabi #889D30
RGB
CMYK
RGB Variations
Color information
#889D30 (or 0x889D30) is known color: Wasabi. HEX triplet: 88, 9D and 30. RGB value is (136,157,48). Sum of RGB (Red+Green+Blue) = 136+157+48=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #889D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889D30 is #7762CF. Grayscale: #8A8A8A. Windows color (decimal): -7824080 or 3186056. OLE color: 3186056.
HSL color Cylindrical-coordinate representation of color #889D30: hue angle of 71.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #889D30 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 157 | 48 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.38 |
| HSL | 71.56º | 0.53% | 0.4% | - |
| HSV(B) | 71.56º | 0.69% | 0.62% | - |
| XYZ | 22.74 | 29.56 | 7.3 | - |
| YUV | 138.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 48 | 0.13 | 0 | 0.69 | 0.38 | 71.56 | 0.53 | 0.4 |
| Hex | 88 | 9D | 30 | D | 0 | 45 | 26 | 48 | 35 | 28 |
| Octal | 210 | 235 | 60 | 15 | 0 | 105 | 46 | 110 | 65 | 50 |
| Binary | 10001000 | 10011101 | 110000 | 1101 | 0 | 1000101 | 100110 | 1001000 | 110101 | 101000 |
Color Harmonies of #889D30
Complementary color
Monochromatic Colors of #889D30
Black with #889D30
Text Example
Text Example
White with #889D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889D30; }
p { color: rgb(136,157,48); }
H1.HeaderClassName
{
color: #889D30;
}
.AnyTagClassName
{
color: #889D30;
}
</style>
background-color css
<style>
a { background-color: #889D30; }
a { background-color: rgb(136,157,48); }
div.DivClassName
{
background-color: #889D30;
}
.BgClassName
{
background-color: #889D30;
}
</style>
border-color css
<style>
span { border-color: #889D30; }
span { border-color: rgb(136,157,48); }
td.TdClassName
{
border-color: #889D30;
}
.TagClassName
{
border-color: #889D30;
}
</style>