Shades of Wasabi #889C30
Tints of Wasabi #889C30
RGB
CMYK
RGB Variations
Color information
#889C30 (or 0x889C30) is known color: Wasabi. HEX triplet: 88, 9C and 30. RGB value is (136,156,48). Sum of RGB (Red+Green+Blue) = 136+156+48=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #889C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889C30 is #7763CF. Grayscale: #8A8A8A. Windows color (decimal): -7824336 or 3185800. OLE color: 3185800.
HSL color Cylindrical-coordinate representation of color #889C30: hue angle of 71.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #889C30 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 48 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.39 |
| HSL | 71.11º | 0.53% | 0.4% | - |
| HSV(B) | 71.11º | 0.69% | 0.61% | - |
| XYZ | 22.58 | 29.22 | 7.25 | - |
| YUV | 137.71 | 77.37 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 48 | 0.13 | 0 | 0.69 | 0.39 | 71.11 | 0.53 | 0.4 |
| Hex | 88 | 9C | 30 | D | 0 | 45 | 27 | 47 | 35 | 28 |
| Octal | 210 | 234 | 60 | 15 | 0 | 105 | 47 | 107 | 65 | 50 |
| Binary | 10001000 | 10011100 | 110000 | 1101 | 0 | 1000101 | 100111 | 1000111 | 110101 | 101000 |
Color Harmonies of #889C30
Complementary color
Monochromatic Colors of #889C30
Black with #889C30
Text Example
Text Example
White with #889C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C30; }
p { color: rgb(136,156,48); }
H1.HeaderClassName
{
color: #889C30;
}
.AnyTagClassName
{
color: #889C30;
}
</style>
background-color css
<style>
a { background-color: #889C30; }
a { background-color: rgb(136,156,48); }
div.DivClassName
{
background-color: #889C30;
}
.BgClassName
{
background-color: #889C30;
}
</style>
border-color css
<style>
span { border-color: #889C30; }
span { border-color: rgb(136,156,48); }
td.TdClassName
{
border-color: #889C30;
}
.TagClassName
{
border-color: #889C30;
}
</style>